diff --git a/README.md b/README.md index d2b6631e1..84857ac3f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -# Terraform CDK snowflake Provider tracks ~> 0.40 +# CDKTF prebuilt bindings for Snowflake-Labs/snowflake provider version 0.79.1 -This repo builds and publishes the Terraform snowflake Provider bindings for [CDK for Terraform](https://cdk.tf). - -Is based directly on snowflake 0.79.0 +This repo builds and publishes the [Terraform snowflake provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/0.79.1/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -58,33 +56,32 @@ You can also visit a hosted version of the documentation on [constructs.dev](htt ## Versioning -This project is explicitly not tracking the Terraform snowflake Provider version 1:1. In fact, it always tracks `latest` of ` ~> 0.40` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by generating the [provider constructs manually](https://cdk.tf/imports). +This project is explicitly not tracking the Terraform snowflake provider version 1:1. In fact, it always tracks `latest` of ` ~> 0.40` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports). These are the upstream dependencies: -- [Terraform CDK](https://cdk.tf) -- [Terraform snowflake Provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/0.79.0) - - This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-snowflake/releases) +- [CDK for Terraform](https://cdk.tf) +- [Terraform snowflake provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/0.79.1) - [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. ## Features / Issues / Bugs -Please report bugs and issues to the [terraform cdk](https://cdk.tf) project: +Please report bugs and issues to the [CDK for Terraform](https://cdk.tf) project: - [Create bug report](https://cdk.tf/bug) - [Create feature request](https://cdk.tf/feature) ## Contributing -### projen +### Projen -This is mostly based on [projen](https://github.com/eladb/projen), which takes care of generating the entire repository. +This is mostly based on [Projen](https://github.com/projen/projen), which takes care of generating the entire repository. -### cdktf-provider-project based on projen +### cdktf-provider-project based on Projen -There's a custom [project builder](https://github.com/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` providers. +There's a custom [project builder](https://github.com/cdktf/cdktf-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers. ### Provider Version @@ -92,4 +89,4 @@ The provider version can be adjusted in [./.projenrc.js](./.projenrc.js). ### Repository Management -The repository is managed by [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/) +The repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/). diff --git a/docs/account.csharp.md b/docs/account.csharp.md index a6b7bcda0..179b2f7a4 100644 --- a/docs/account.csharp.md +++ b/docs/account.csharp.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account snowflake_account}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1096,7 +1096,7 @@ new AccountConfig { | Comment | string | Specifies a comment for the account. | | FirstName | string | First name of the initial administrative user of the account. | | GracePeriodInDays | double | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#id Account#id}. | | LastName | string | Last name of the initial administrative user of the account. | | MustChangePassword | object | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | Region | string | ID of the Snowflake Region where the account is created. | @@ -1186,7 +1186,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_name Account#admin_name} --- @@ -1200,7 +1200,7 @@ public string Edition { get; set; } [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#edition Account#edition} --- @@ -1216,7 +1216,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#email Account#email} --- @@ -1230,7 +1230,7 @@ public string Name { get; set; } Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#name Account#name} --- @@ -1246,7 +1246,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_password Account#admin_password} --- @@ -1260,7 +1260,7 @@ public string AdminRsaPublicKey { get; set; } Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1274,7 +1274,7 @@ public string Comment { get; set; } Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#comment Account#comment} --- @@ -1288,7 +1288,7 @@ public string FirstName { get; set; } First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#first_name Account#first_name} --- @@ -1302,7 +1302,7 @@ public double GracePeriodInDays { get; set; } Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1314,7 +1314,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1331,7 +1331,7 @@ public string LastName { get; set; } Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#last_name Account#last_name} --- @@ -1345,7 +1345,7 @@ public object MustChangePassword { get; set; } Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1361,7 +1361,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region Account#region} --- @@ -1377,7 +1377,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/account.go.md b/docs/account.go.md index 35aed9dd1..ae20b8584 100644 --- a/docs/account.go.md +++ b/docs/account.go.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account snowflake_account}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1096,7 +1096,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/account" | Comment | *string | Specifies a comment for the account. | | FirstName | *string | First name of the initial administrative user of the account. | | GracePeriodInDays | *f64 | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#id Account#id}. | | LastName | *string | Last name of the initial administrative user of the account. | | MustChangePassword | interface{} | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | Region | *string | ID of the Snowflake Region where the account is created. | @@ -1186,7 +1186,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_name Account#admin_name} --- @@ -1200,7 +1200,7 @@ Edition *string [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#edition Account#edition} --- @@ -1216,7 +1216,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#email Account#email} --- @@ -1230,7 +1230,7 @@ Name *string Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#name Account#name} --- @@ -1246,7 +1246,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_password Account#admin_password} --- @@ -1260,7 +1260,7 @@ AdminRsaPublicKey *string Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1274,7 +1274,7 @@ Comment *string Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#comment Account#comment} --- @@ -1288,7 +1288,7 @@ FirstName *string First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#first_name Account#first_name} --- @@ -1302,7 +1302,7 @@ GracePeriodInDays *f64 Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1314,7 +1314,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1331,7 +1331,7 @@ LastName *string Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#last_name Account#last_name} --- @@ -1345,7 +1345,7 @@ MustChangePassword interface{} Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1361,7 +1361,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region Account#region} --- @@ -1377,7 +1377,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/account.java.md b/docs/account.java.md index 411e09828..4ead943c9 100644 --- a/docs/account.java.md +++ b/docs/account.java.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account snowflake_account}. #### Initializers @@ -61,7 +61,7 @@ Account.Builder.create(Construct scope, java.lang.String id) | comment | java.lang.String | Specifies a comment for the account. | | firstName | java.lang.String | First name of the initial administrative user of the account. | | gracePeriodInDays | java.lang.Number | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#id Account#id}. | | lastName | java.lang.String | Last name of the initial administrative user of the account. | | mustChangePassword | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | region | java.lang.String | ID of the Snowflake Region where the account is created. | @@ -137,7 +137,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_name Account#admin_name} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#edition Account#edition} --- @@ -159,7 +159,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#email Account#email} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#name Account#name} --- @@ -181,7 +181,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_password Account#admin_password} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#comment Account#comment} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#first_name Account#first_name} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -242,7 +242,7 @@ If you experience problems setting this value it might not be settable. Please t Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#last_name Account#last_name} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#must_change_password Account#must_change_password} --- @@ -264,7 +264,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region Account#region} --- @@ -276,7 +276,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region_group Account#region_group} --- @@ -766,7 +766,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1337,7 +1337,7 @@ AccountConfig.builder() | comment | java.lang.String | Specifies a comment for the account. | | firstName | java.lang.String | First name of the initial administrative user of the account. | | gracePeriodInDays | java.lang.Number | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#id Account#id}. | | lastName | java.lang.String | Last name of the initial administrative user of the account. | | mustChangePassword | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | region | java.lang.String | ID of the Snowflake Region where the account is created. | @@ -1427,7 +1427,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_name Account#admin_name} --- @@ -1441,7 +1441,7 @@ public java.lang.String getEdition(); [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#edition Account#edition} --- @@ -1457,7 +1457,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#email Account#email} --- @@ -1471,7 +1471,7 @@ public java.lang.String getName(); Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#name Account#name} --- @@ -1487,7 +1487,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_password Account#admin_password} --- @@ -1501,7 +1501,7 @@ public java.lang.String getAdminRsaPublicKey(); Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1515,7 +1515,7 @@ public java.lang.String getComment(); Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#comment Account#comment} --- @@ -1529,7 +1529,7 @@ public java.lang.String getFirstName(); First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#first_name Account#first_name} --- @@ -1543,7 +1543,7 @@ public java.lang.Number getGracePeriodInDays(); Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1555,7 +1555,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1572,7 +1572,7 @@ public java.lang.String getLastName(); Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#last_name Account#last_name} --- @@ -1586,7 +1586,7 @@ public java.lang.Object getMustChangePassword(); Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1602,7 +1602,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region Account#region} --- @@ -1618,7 +1618,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/account.python.md b/docs/account.python.md index c4e17ba75..3c8a93165 100644 --- a/docs/account.python.md +++ b/docs/account.python.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account snowflake_account}. #### Initializers @@ -58,7 +58,7 @@ account.Account( | comment | str | Specifies a comment for the account. | | first_name | str | First name of the initial administrative user of the account. | | grace_period_in_days | typing.Union[int, float] | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#id Account#id}. | | last_name | str | Last name of the initial administrative user of the account. | | must_change_password | typing.Union[bool, cdktf.IResolvable] | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | region | str | ID of the Snowflake Region where the account is created. | @@ -134,7 +134,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_name Account#admin_name} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#edition Account#edition} --- @@ -156,7 +156,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#email Account#email} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#name Account#name} --- @@ -178,7 +178,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_password Account#admin_password} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#comment Account#comment} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#first_name Account#first_name} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#id Account#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -239,7 +239,7 @@ If you experience problems setting this value it might not be settable. Please t Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#last_name Account#last_name} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#must_change_password Account#must_change_password} --- @@ -261,7 +261,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region Account#region} --- @@ -273,7 +273,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region_group Account#region_group} --- @@ -809,7 +809,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1375,7 +1375,7 @@ account.AccountConfig( | comment | str | Specifies a comment for the account. | | first_name | str | First name of the initial administrative user of the account. | | grace_period_in_days | typing.Union[int, float] | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#id Account#id}. | | last_name | str | Last name of the initial administrative user of the account. | | must_change_password | typing.Union[bool, cdktf.IResolvable] | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | region | str | ID of the Snowflake Region where the account is created. | @@ -1465,7 +1465,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_name Account#admin_name} --- @@ -1479,7 +1479,7 @@ edition: str [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#edition Account#edition} --- @@ -1495,7 +1495,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#email Account#email} --- @@ -1509,7 +1509,7 @@ name: str Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#name Account#name} --- @@ -1525,7 +1525,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_password Account#admin_password} --- @@ -1539,7 +1539,7 @@ admin_rsa_public_key: str Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1553,7 +1553,7 @@ comment: str Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#comment Account#comment} --- @@ -1567,7 +1567,7 @@ first_name: str First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#first_name Account#first_name} --- @@ -1581,7 +1581,7 @@ grace_period_in_days: typing.Union[int, float] Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1593,7 +1593,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1610,7 +1610,7 @@ last_name: str Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#last_name Account#last_name} --- @@ -1624,7 +1624,7 @@ must_change_password: typing.Union[bool, IResolvable] Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1640,7 +1640,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region Account#region} --- @@ -1656,7 +1656,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/account.typescript.md b/docs/account.typescript.md index b63c1c67e..d0e2f7479 100644 --- a/docs/account.typescript.md +++ b/docs/account.typescript.md @@ -4,7 +4,7 @@ ### Account -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account snowflake_account}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the Account to import. The id of the existing Account that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1074,7 +1074,7 @@ const accountConfig: account.AccountConfig = { ... } | comment | string | Specifies a comment for the account. | | firstName | string | First name of the initial administrative user of the account. | | gracePeriodInDays | number | Specifies the number of days to wait before dropping the account. The default is 3 days. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#id Account#id}. | | lastName | string | Last name of the initial administrative user of the account. | | mustChangePassword | boolean \| cdktf.IResolvable | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | | region | string | ID of the Snowflake Region where the account is created. | @@ -1164,7 +1164,7 @@ Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_name Account#admin_name} --- @@ -1178,7 +1178,7 @@ public readonly edition: string; [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#edition Account#edition} --- @@ -1194,7 +1194,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#email Account#email} --- @@ -1208,7 +1208,7 @@ public readonly name: string; Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#name Account#name} --- @@ -1224,7 +1224,7 @@ Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_password Account#admin_password} --- @@ -1238,7 +1238,7 @@ public readonly adminRsaPublicKey: string; Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1252,7 +1252,7 @@ public readonly comment: string; Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#comment Account#comment} --- @@ -1266,7 +1266,7 @@ public readonly firstName: string; First name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#first_name Account#first_name} --- @@ -1280,7 +1280,7 @@ public readonly gracePeriodInDays: number; Specifies the number of days to wait before dropping the account. The default is 3 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1292,7 +1292,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1309,7 +1309,7 @@ public readonly lastName: string; Last name of the initial administrative user of the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#last_name Account#last_name} --- @@ -1323,7 +1323,7 @@ public readonly mustChangePassword: boolean | IResolvable; Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1339,7 +1339,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region Account#region} --- @@ -1355,7 +1355,7 @@ ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/accountGrant.csharp.md b/docs/accountGrant.csharp.md index 9d6fd6005..5d12c7ef3 100644 --- a/docs/accountGrant.csharp.md +++ b/docs/accountGrant.csharp.md @@ -4,7 +4,7 @@ ### AccountGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant snowflake_account_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant snowflake_account_grant}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the AccountGrant to import. The id of the existing AccountGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use --- @@ -835,7 +835,7 @@ new AccountGrantConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. | | Privilege | string | The account privilege to grant. | | Roles | string[] | Grants privilege to these roles. | | WithGrantOption | object | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -924,7 +924,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -936,7 +936,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -955,7 +955,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -969,7 +969,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -983,7 +983,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- diff --git a/docs/accountGrant.go.md b/docs/accountGrant.go.md index c87c0c068..a157787ad 100644 --- a/docs/accountGrant.go.md +++ b/docs/accountGrant.go.md @@ -4,7 +4,7 @@ ### AccountGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant snowflake_account_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant snowflake_account_grant}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the AccountGrant to import. The id of the existing AccountGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#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/v10/accountgrant" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. | | Privilege | *string | The account privilege to grant. | | Roles | *[]*string | Grants privilege to these roles. | | WithGrantOption | interface{} | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -924,7 +924,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -936,7 +936,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -955,7 +955,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -969,7 +969,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -983,7 +983,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- diff --git a/docs/accountGrant.java.md b/docs/accountGrant.java.md index 9948f201f..02fc09cda 100644 --- a/docs/accountGrant.java.md +++ b/docs/accountGrant.java.md @@ -4,7 +4,7 @@ ### AccountGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant snowflake_account_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant snowflake_account_grant}. #### Initializers @@ -45,7 +45,7 @@ AccountGrant.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. | | privilege | java.lang.String | The account privilege to grant. | | roles | java.util.List | Grants privilege to these roles. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -120,7 +120,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -143,7 +143,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- @@ -618,7 +618,7 @@ The construct id used in the generated config for the AccountGrant to import. The id of the existing AccountGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use --- @@ -964,7 +964,7 @@ AccountGrantConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. | | privilege | java.lang.String | The account privilege to grant. | | roles | java.util.List | Grants privilege to these roles. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1053,7 +1053,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -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/0.79.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1084,7 +1084,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -1098,7 +1098,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -1112,7 +1112,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- diff --git a/docs/accountGrant.python.md b/docs/accountGrant.python.md index 3295fd567..1b73fdf56 100644 --- a/docs/accountGrant.python.md +++ b/docs/accountGrant.python.md @@ -4,7 +4,7 @@ ### AccountGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant snowflake_account_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant snowflake_account_grant}. #### Initializers @@ -41,7 +41,7 @@ accountGrant.AccountGrant( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. | | privilege | str | The account privilege to grant. | | roles | typing.List[str] | Grants privilege to these roles. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -116,7 +116,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -139,7 +139,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- @@ -660,7 +660,7 @@ The construct id used in the generated config for the AccountGrant to import. The id of the existing AccountGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use --- @@ -1000,7 +1000,7 @@ accountGrant.AccountGrantConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. | | privilege | str | The account privilege to grant. | | roles | typing.List[str] | Grants privilege to these roles. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1089,7 +1089,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -1101,7 +1101,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1120,7 +1120,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -1134,7 +1134,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -1148,7 +1148,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- diff --git a/docs/accountGrant.typescript.md b/docs/accountGrant.typescript.md index 5b3b72d9f..b8760ac9c 100644 --- a/docs/accountGrant.typescript.md +++ b/docs/accountGrant.typescript.md @@ -4,7 +4,7 @@ ### AccountGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant snowflake_account_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant snowflake_account_grant}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the AccountGrant to import. The id of the existing AccountGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,7 @@ const accountGrantConfig: accountGrant.AccountGrantConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. | | privilege | string | The account privilege to grant. | | roles | string[] | Grants privilege to these roles. | | withGrantOption | boolean \| cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -911,7 +911,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} --- @@ -923,7 +923,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -942,7 +942,7 @@ The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#privilege AccountGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#privilege AccountGrant#privilege} --- @@ -956,7 +956,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#roles AccountGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#roles AccountGrant#roles} --- @@ -970,7 +970,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} --- diff --git a/docs/accountParameter.csharp.md b/docs/accountParameter.csharp.md index 43dddb69e..f02d99e20 100644 --- a/docs/accountParameter.csharp.md +++ b/docs/accountParameter.csharp.md @@ -4,7 +4,7 @@ ### AccountParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter snowflake_account_parameter}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the AccountParameter to import The id of the existing AccountParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use --- @@ -762,7 +762,7 @@ new AccountParameterConfig { | Provisioners | object[] | *No description.* | | Key | string | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | Value | string | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -846,7 +846,7 @@ public string Key { get; set; } Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#key AccountParameter#key} --- @@ -860,7 +860,7 @@ public string Value { get; set; } Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#value AccountParameter#value} --- @@ -872,7 +872,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 a472af575..1586735dc 100644 --- a/docs/accountParameter.go.md +++ b/docs/accountParameter.go.md @@ -4,7 +4,7 @@ ### AccountParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter snowflake_account_parameter}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the AccountParameter to import The id of the existing AccountParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use --- @@ -762,7 +762,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/accountparame | Provisioners | *[]interface{} | *No description.* | | Key | *string | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | Value | *string | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -846,7 +846,7 @@ Key *string Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#key AccountParameter#key} --- @@ -860,7 +860,7 @@ Value *string Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#value AccountParameter#value} --- @@ -872,7 +872,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 6fc4ab716..d88530500 100644 --- a/docs/accountParameter.java.md +++ b/docs/accountParameter.java.md @@ -4,7 +4,7 @@ ### AccountParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter snowflake_account_parameter}. #### Initializers @@ -42,7 +42,7 @@ AccountParameter.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | value | java.lang.String | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#key AccountParameter#key} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#value AccountParameter#value} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -560,7 +560,7 @@ The construct id used in the generated config for the AccountParameter to import The id of the existing AccountParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use --- @@ -859,7 +859,7 @@ AccountParameterConfig.builder() | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | value | java.lang.String | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -943,7 +943,7 @@ public java.lang.String getKey(); Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#key AccountParameter#key} --- @@ -957,7 +957,7 @@ public java.lang.String getValue(); Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#value AccountParameter#value} --- @@ -969,7 +969,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 077b617e7..f8fbdddc9 100644 --- a/docs/accountParameter.python.md +++ b/docs/accountParameter.python.md @@ -4,7 +4,7 @@ ### AccountParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter snowflake_account_parameter}. #### Initializers @@ -40,7 +40,7 @@ accountParameter.AccountParameter( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | value | str | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#key AccountParameter#key} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#value AccountParameter#value} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -604,7 +604,7 @@ The construct id used in the generated config for the AccountParameter to import The id of the existing AccountParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use --- @@ -899,7 +899,7 @@ accountParameter.AccountParameterConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | value | str | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -983,7 +983,7 @@ key: str Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#key AccountParameter#key} --- @@ -997,7 +997,7 @@ value: str Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#value AccountParameter#value} --- @@ -1009,7 +1009,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 7328ca128..134c62ba2 100644 --- a/docs/accountParameter.typescript.md +++ b/docs/accountParameter.typescript.md @@ -4,7 +4,7 @@ ### AccountParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter snowflake_account_parameter}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the AccountParameter to import The id of the existing AccountParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ const accountParameterConfig: accountParameter.AccountParameterConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | key | string | Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). | | value | string | Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -835,7 +835,7 @@ public readonly key: string; Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#key AccountParameter#key} --- @@ -849,7 +849,7 @@ public readonly value: string; Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#value AccountParameter#value} --- @@ -861,7 +861,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 1d84800ed..2b0f425a6 100644 --- a/docs/accountPasswordPolicyAttachment.csharp.md +++ b/docs/accountPasswordPolicyAttachment.csharp.md @@ -4,7 +4,7 @@ ### AccountPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac The id of the existing AccountPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -738,7 +738,7 @@ new AccountPasswordPolicyAttachmentConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | PasswordPolicy | string | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -822,7 +822,7 @@ public string PasswordPolicy { get; set; } Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -834,7 +834,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 44ee2abf6..45bef1bec 100644 --- a/docs/accountPasswordPolicyAttachment.go.md +++ b/docs/accountPasswordPolicyAttachment.go.md @@ -4,7 +4,7 @@ ### AccountPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac The id of the existing AccountPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -738,7 +738,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/accountpasswo | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | PasswordPolicy | *string | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -822,7 +822,7 @@ PasswordPolicy *string Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -834,7 +834,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 4d7235221..1006d2866 100644 --- a/docs/accountPasswordPolicyAttachment.java.md +++ b/docs/accountPasswordPolicyAttachment.java.md @@ -4,7 +4,7 @@ ### AccountPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. #### Initializers @@ -40,7 +40,7 @@ AccountPasswordPolicyAttachment.Builder.create(Construct scope, java.lang.String | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | passwordPolicy | java.lang.String | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -548,7 +548,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac The id of the existing AccountPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -823,7 +823,7 @@ AccountPasswordPolicyAttachmentConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | passwordPolicy | java.lang.String | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -907,7 +907,7 @@ public java.lang.String getPasswordPolicy(); Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -919,7 +919,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 4019948f8..b4496ee69 100644 --- a/docs/accountPasswordPolicyAttachment.python.md +++ b/docs/accountPasswordPolicyAttachment.python.md @@ -4,7 +4,7 @@ ### AccountPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. #### Initializers @@ -38,7 +38,7 @@ accountPasswordPolicyAttachment.AccountPasswordPolicyAttachment( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | password_policy | str | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -592,7 +592,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac The id of the existing AccountPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -863,7 +863,7 @@ accountPasswordPolicyAttachment.AccountPasswordPolicyAttachmentConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | password_policy | str | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -947,7 +947,7 @@ password_policy: str Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -959,7 +959,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 0ea47b75f..e44bd8f4f 100644 --- a/docs/accountPasswordPolicyAttachment.typescript.md +++ b/docs/accountPasswordPolicyAttachment.typescript.md @@ -4,7 +4,7 @@ ### AccountPasswordPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the AccountPasswordPolicyAttac The id of the existing AccountPasswordPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -728,7 +728,7 @@ const accountPasswordPolicyAttachmentConfig: accountPasswordPolicyAttachment.Acc | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | passwordPolicy | string | Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | --- @@ -812,7 +812,7 @@ public readonly passwordPolicy: string; Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} --- @@ -824,7 +824,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/alert.csharp.md b/docs/alert.csharp.md index be981ec3f..485c0410f 100644 --- a/docs/alert.csharp.md +++ b/docs/alert.csharp.md @@ -4,7 +4,7 @@ ### Alert -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert snowflake_alert}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the Alert to import. The id of the existing Alert that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -948,7 +948,7 @@ public AlertAlertScheduleCron Cron { get; set; } cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#cron Alert#cron} --- @@ -964,7 +964,7 @@ Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#interval Alert#interval} --- @@ -1002,7 +1002,7 @@ Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#expression Alert#expression} --- @@ -1016,7 +1016,7 @@ public string TimeZone { get; set; } Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1068,7 +1068,7 @@ new AlertConfig { | AlertSchedule | AlertAlertSchedule | alert_schedule block. | | Comment | string | Specifies a comment for the alert. | | Enabled | object | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#id Alert#id}. | --- @@ -1152,7 +1152,7 @@ public string Action { get; set; } The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#action Alert#action} --- @@ -1166,7 +1166,7 @@ public string Condition { get; set; } The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#condition Alert#condition} --- @@ -1180,7 +1180,7 @@ public string Database { get; set; } The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#database Alert#database} --- @@ -1196,7 +1196,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#name Alert#name} --- @@ -1210,7 +1210,7 @@ public string Schema { get; set; } The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#schema Alert#schema} --- @@ -1224,7 +1224,7 @@ public string Warehouse { get; set; } The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1238,7 +1238,7 @@ public AlertAlertSchedule AlertSchedule { get; set; } alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1252,7 +1252,7 @@ public string Comment { get; set; } Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#comment Alert#comment} --- @@ -1266,7 +1266,7 @@ public object Enabled { get; set; } Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#enabled Alert#enabled} --- @@ -1278,7 +1278,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 a714dea3e..d6ac806b8 100644 --- a/docs/alert.go.md +++ b/docs/alert.go.md @@ -4,7 +4,7 @@ ### Alert -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert snowflake_alert}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the Alert to import. The id of the existing Alert that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -948,7 +948,7 @@ Cron AlertAlertScheduleCron cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#cron Alert#cron} --- @@ -964,7 +964,7 @@ Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#interval Alert#interval} --- @@ -1002,7 +1002,7 @@ Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#expression Alert#expression} --- @@ -1016,7 +1016,7 @@ TimeZone *string Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1068,7 +1068,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/alert" | AlertSchedule | AlertAlertSchedule | alert_schedule block. | | Comment | *string | Specifies a comment for the alert. | | Enabled | interface{} | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#id Alert#id}. | --- @@ -1152,7 +1152,7 @@ Action *string The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#action Alert#action} --- @@ -1166,7 +1166,7 @@ Condition *string The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#condition Alert#condition} --- @@ -1180,7 +1180,7 @@ Database *string The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#database Alert#database} --- @@ -1196,7 +1196,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#name Alert#name} --- @@ -1210,7 +1210,7 @@ Schema *string The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#schema Alert#schema} --- @@ -1224,7 +1224,7 @@ Warehouse *string The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1238,7 +1238,7 @@ AlertSchedule AlertAlertSchedule alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1252,7 +1252,7 @@ Comment *string Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#comment Alert#comment} --- @@ -1266,7 +1266,7 @@ Enabled interface{} Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#enabled Alert#enabled} --- @@ -1278,7 +1278,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 cf87b0242..e16963e05 100644 --- a/docs/alert.java.md +++ b/docs/alert.java.md @@ -4,7 +4,7 @@ ### Alert -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert snowflake_alert}. #### Initializers @@ -57,7 +57,7 @@ Alert.Builder.create(Construct scope, java.lang.String id) | alertSchedule | AlertAlertSchedule | alert_schedule block. | | comment | java.lang.String | Specifies a comment for the alert. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#id Alert#id}. | --- @@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#action Alert#action} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#condition Alert#condition} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#database Alert#database} --- @@ -159,7 +159,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#name Alert#name} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#schema Alert#schema} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#warehouse Alert#warehouse} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#comment Alert#comment} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#enabled Alert#enabled} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -681,7 +681,7 @@ The construct id used in the generated config for the Alert to import. The id of the existing Alert that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -1128,7 +1128,7 @@ public AlertAlertScheduleCron getCron(); cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#cron Alert#cron} --- @@ -1144,7 +1144,7 @@ Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#interval Alert#interval} --- @@ -1182,7 +1182,7 @@ Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#expression Alert#expression} --- @@ -1196,7 +1196,7 @@ public java.lang.String getTimeZone(); Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1253,7 +1253,7 @@ AlertConfig.builder() | alertSchedule | AlertAlertSchedule | alert_schedule block. | | comment | java.lang.String | Specifies a comment for the alert. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#id Alert#id}. | --- @@ -1337,7 +1337,7 @@ public java.lang.String getAction(); The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#action Alert#action} --- @@ -1351,7 +1351,7 @@ public java.lang.String getCondition(); The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#condition Alert#condition} --- @@ -1365,7 +1365,7 @@ public java.lang.String getDatabase(); The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#database Alert#database} --- @@ -1381,7 +1381,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#name Alert#name} --- @@ -1395,7 +1395,7 @@ public java.lang.String getSchema(); The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#schema Alert#schema} --- @@ -1409,7 +1409,7 @@ public java.lang.String getWarehouse(); The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1423,7 +1423,7 @@ public AlertAlertSchedule getAlertSchedule(); alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1437,7 +1437,7 @@ public java.lang.String getComment(); Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#comment Alert#comment} --- @@ -1451,7 +1451,7 @@ public java.lang.Object getEnabled(); Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#enabled Alert#enabled} --- @@ -1463,7 +1463,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 e67dc0c45..7fd0bb75b 100644 --- a/docs/alert.python.md +++ b/docs/alert.python.md @@ -4,7 +4,7 @@ ### Alert -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert snowflake_alert}. #### Initializers @@ -54,7 +54,7 @@ alert.Alert( | alert_schedule | AlertAlertSchedule | alert_schedule block. | | comment | str | Specifies a comment for the alert. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#id Alert#id}. | --- @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#action Alert#action} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#condition Alert#condition} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#database Alert#database} --- @@ -156,7 +156,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#name Alert#name} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#schema Alert#schema} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#warehouse Alert#warehouse} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#comment Alert#comment} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#enabled Alert#enabled} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -589,7 +589,7 @@ def put_alert_schedule( cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#cron Alert#cron} --- @@ -601,7 +601,7 @@ Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#interval Alert#interval} --- @@ -743,7 +743,7 @@ The construct id used in the generated config for the Alert to import. The id of the existing Alert that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -1190,7 +1190,7 @@ cron: AlertAlertScheduleCron cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#cron Alert#cron} --- @@ -1206,7 +1206,7 @@ Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#interval Alert#interval} --- @@ -1244,7 +1244,7 @@ Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#expression Alert#expression} --- @@ -1258,7 +1258,7 @@ time_zone: str Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1310,7 +1310,7 @@ alert.AlertConfig( | alert_schedule | AlertAlertSchedule | alert_schedule block. | | comment | str | Specifies a comment for the alert. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#id Alert#id}. | --- @@ -1394,7 +1394,7 @@ action: str The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#action Alert#action} --- @@ -1408,7 +1408,7 @@ condition: str The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#condition Alert#condition} --- @@ -1422,7 +1422,7 @@ database: str The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#database Alert#database} --- @@ -1438,7 +1438,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#name Alert#name} --- @@ -1452,7 +1452,7 @@ schema: str The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#schema Alert#schema} --- @@ -1466,7 +1466,7 @@ warehouse: str The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1480,7 +1480,7 @@ alert_schedule: AlertAlertSchedule alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1494,7 +1494,7 @@ comment: str Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#comment Alert#comment} --- @@ -1508,7 +1508,7 @@ enabled: typing.Union[bool, IResolvable] Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#enabled Alert#enabled} --- @@ -1520,7 +1520,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -2095,7 +2095,7 @@ Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#expression Alert#expression} --- @@ -2105,7 +2105,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#time_zone Alert#time_zone} --- diff --git a/docs/alert.typescript.md b/docs/alert.typescript.md index 957e6131e..9a0573ed8 100644 --- a/docs/alert.typescript.md +++ b/docs/alert.typescript.md @@ -4,7 +4,7 @@ ### Alert -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert snowflake_alert}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the Alert to import. The id of the existing Alert that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -945,7 +945,7 @@ public readonly cron: AlertAlertScheduleCron; cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#cron Alert#cron} --- @@ -961,7 +961,7 @@ Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#interval Alert#interval} --- @@ -996,7 +996,7 @@ Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#expression Alert#expression} --- @@ -1010,7 +1010,7 @@ public readonly timeZone: string; Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1044,7 +1044,7 @@ const alertConfig: alert.AlertConfig = { ... } | alertSchedule | AlertAlertSchedule | alert_schedule block. | | comment | string | Specifies a comment for the alert. | | enabled | boolean \| cdktf.IResolvable | Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#id Alert#id}. | --- @@ -1128,7 +1128,7 @@ public readonly action: string; The SQL statement that should be executed if the condition returns one or more rows. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#action Alert#action} --- @@ -1142,7 +1142,7 @@ public readonly condition: string; The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#condition Alert#condition} --- @@ -1156,7 +1156,7 @@ public readonly database: string; The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#database Alert#database} --- @@ -1172,7 +1172,7 @@ Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#name Alert#name} --- @@ -1186,7 +1186,7 @@ public readonly schema: string; The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#schema Alert#schema} --- @@ -1200,7 +1200,7 @@ public readonly warehouse: string; The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1214,7 +1214,7 @@ public readonly alertSchedule: AlertAlertSchedule; alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1228,7 +1228,7 @@ public readonly comment: string; Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#comment Alert#comment} --- @@ -1242,7 +1242,7 @@ public readonly enabled: boolean | IResolvable; Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#enabled Alert#enabled} --- @@ -1254,7 +1254,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#id Alert#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/apiIntegration.csharp.md b/docs/apiIntegration.csharp.md index d8f000ecd..147d51b5d 100644 --- a/docs/apiIntegration.csharp.md +++ b/docs/apiIntegration.csharp.md @@ -4,7 +4,7 @@ ### ApiIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration snowflake_api_integration}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the ApiIntegration to import. The id of the existing ApiIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1117,10 +1117,10 @@ new ApiIntegrationConfig { | ApiKey | string | The API key (also called a “subscription key”). | | AzureAdApplicationId | string | The 'Application (client) id' of the Azure AD app for your remote service. | | AzureTenantId | string | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. | | Enabled | object | Specifies whether this API integration is enabled or disabled. | | GoogleAudience | string | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1204,7 +1204,7 @@ public string[] ApiAllowedPrefixes { get; set; } Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1218,7 +1218,7 @@ public string ApiProvider { get; set; } Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1234,7 +1234,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1248,7 +1248,7 @@ public string ApiAwsRoleArn { get; set; } ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1262,7 +1262,7 @@ public string[] ApiBlockedPrefixes { get; set; } Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1276,7 +1276,7 @@ public string ApiGcpServiceAccount { get; set; } The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1290,7 +1290,7 @@ public string ApiKey { get; set; } The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1304,7 +1304,7 @@ public string AzureAdApplicationId { get; set; } The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1318,7 +1318,7 @@ public string AzureTenantId { get; set; } Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1330,7 +1330,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1346,7 +1346,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1360,7 +1360,7 @@ public string GoogleAudience { get; set; } The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1372,7 +1372,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 964dc1ea0..93acbdb8a 100644 --- a/docs/apiIntegration.go.md +++ b/docs/apiIntegration.go.md @@ -4,7 +4,7 @@ ### ApiIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration snowflake_api_integration}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the ApiIntegration to import. The id of the existing ApiIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1117,10 +1117,10 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/apiintegratio | ApiKey | *string | The API key (also called a “subscription key”). | | AzureAdApplicationId | *string | The 'Application (client) id' of the Azure AD app for your remote service. | | AzureTenantId | *string | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. | | Enabled | interface{} | Specifies whether this API integration is enabled or disabled. | | GoogleAudience | *string | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1204,7 +1204,7 @@ ApiAllowedPrefixes *[]*string Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1218,7 +1218,7 @@ ApiProvider *string Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1234,7 +1234,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1248,7 +1248,7 @@ ApiAwsRoleArn *string ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1262,7 +1262,7 @@ ApiBlockedPrefixes *[]*string Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1276,7 +1276,7 @@ ApiGcpServiceAccount *string The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1290,7 +1290,7 @@ ApiKey *string The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1304,7 +1304,7 @@ AzureAdApplicationId *string The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1318,7 +1318,7 @@ AzureTenantId *string Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1330,7 +1330,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1346,7 +1346,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1360,7 +1360,7 @@ GoogleAudience *string The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1372,7 +1372,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 518df000a..b766a02f0 100644 --- a/docs/apiIntegration.java.md +++ b/docs/apiIntegration.java.md @@ -4,7 +4,7 @@ ### ApiIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration snowflake_api_integration}. #### Initializers @@ -60,10 +60,10 @@ ApiIntegration.Builder.create(Construct scope, java.lang.String id) | apiKey | java.lang.String | The API key (also called a “subscription key”). | | azureAdApplicationId | java.lang.String | The 'Application (client) id' of the Azure AD app for your remote service. | | azureTenantId | java.lang.String | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this API integration is enabled or disabled. | | googleAudience | java.lang.String | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -133,7 +133,7 @@ Must be unique amongst siblings in the same scope Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -155,7 +155,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#name ApiIntegration#name} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -235,7 +235,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -746,7 +746,7 @@ The construct id used in the generated config for the ApiIntegration to import. The id of the existing ApiIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1338,10 +1338,10 @@ ApiIntegrationConfig.builder() | apiKey | java.lang.String | The API key (also called a “subscription key”). | | azureAdApplicationId | java.lang.String | The 'Application (client) id' of the Azure AD app for your remote service. | | azureTenantId | java.lang.String | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this API integration is enabled or disabled. | | googleAudience | java.lang.String | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1425,7 +1425,7 @@ public java.util.List getApiAllowedPrefixes(); Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1439,7 +1439,7 @@ public java.lang.String getApiProvider(); Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1455,7 +1455,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1469,7 +1469,7 @@ public java.lang.String getApiAwsRoleArn(); ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1483,7 +1483,7 @@ public java.util.List getApiBlockedPrefixes(); Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1497,7 +1497,7 @@ public java.lang.String getApiGcpServiceAccount(); The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1511,7 +1511,7 @@ public java.lang.String getApiKey(); The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1525,7 +1525,7 @@ public java.lang.String getAzureAdApplicationId(); The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1539,7 +1539,7 @@ public java.lang.String getAzureTenantId(); Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1551,7 +1551,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1567,7 +1567,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1581,7 +1581,7 @@ public java.lang.String getGoogleAudience(); The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1593,7 +1593,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 c2ffbaefc..f966f95b4 100644 --- a/docs/apiIntegration.python.md +++ b/docs/apiIntegration.python.md @@ -4,7 +4,7 @@ ### ApiIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration snowflake_api_integration}. #### Initializers @@ -57,10 +57,10 @@ apiIntegration.ApiIntegration( | api_key | str | The API key (also called a “subscription key”). | | azure_ad_application_id | str | The 'Application (client) id' of the Azure AD app for your remote service. | | azure_tenant_id | str | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this API integration is enabled or disabled. | | google_audience | str | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -152,7 +152,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#name ApiIntegration#name} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -232,7 +232,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -789,7 +789,7 @@ The construct id used in the generated config for the ApiIntegration to import. The id of the existing ApiIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1376,10 +1376,10 @@ apiIntegration.ApiIntegrationConfig( | api_key | str | The API key (also called a “subscription key”). | | azure_ad_application_id | str | The 'Application (client) id' of the Azure AD app for your remote service. | | azure_tenant_id | str | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this API integration is enabled or disabled. | | google_audience | str | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1463,7 +1463,7 @@ api_allowed_prefixes: typing.List[str] Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1477,7 +1477,7 @@ api_provider: str Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1493,7 +1493,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1507,7 +1507,7 @@ api_aws_role_arn: str ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1521,7 +1521,7 @@ api_blocked_prefixes: typing.List[str] Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1535,7 +1535,7 @@ api_gcp_service_account: str The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1549,7 +1549,7 @@ api_key: str The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1563,7 +1563,7 @@ azure_ad_application_id: str The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1577,7 +1577,7 @@ azure_tenant_id: str Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1589,7 +1589,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1605,7 +1605,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1619,7 +1619,7 @@ google_audience: str The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1631,7 +1631,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 c4ae823b3..4deba6e97 100644 --- a/docs/apiIntegration.typescript.md +++ b/docs/apiIntegration.typescript.md @@ -4,7 +4,7 @@ ### ApiIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration snowflake_api_integration}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the ApiIntegration to import. The id of the existing ApiIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1096,10 +1096,10 @@ const apiIntegrationConfig: apiIntegration.ApiIntegrationConfig = { ... } | apiKey | string | The API key (also called a “subscription key”). | | azureAdApplicationId | string | The 'Application (client) id' of the Azure AD app for your remote service. | | azureTenantId | string | Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. | | enabled | boolean \| cdktf.IResolvable | Specifies whether this API integration is enabled or disabled. | | googleAudience | string | The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1183,7 +1183,7 @@ public readonly apiAllowedPrefixes: string[]; Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1197,7 +1197,7 @@ public readonly apiProvider: string; Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1213,7 +1213,7 @@ Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1227,7 +1227,7 @@ public readonly apiAwsRoleArn: string; ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1241,7 +1241,7 @@ public readonly apiBlockedPrefixes: string[]; Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1255,7 +1255,7 @@ public readonly apiGcpServiceAccount: string; The service account used for communication with the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1269,7 +1269,7 @@ public readonly apiKey: string; The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1283,7 +1283,7 @@ public readonly azureAdApplicationId: string; The 'Application (client) id' of the Azure AD app for your remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1297,7 +1297,7 @@ public readonly azureTenantId: string; Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1309,7 +1309,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1325,7 +1325,7 @@ Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1339,7 +1339,7 @@ public readonly googleAudience: string; The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1351,7 +1351,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#id ApiIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeAccounts.csharp.md b/docs/dataSnowflakeAccounts.csharp.md index ec109e7d9..effe0ff21 100644 --- a/docs/dataSnowflakeAccounts.csharp.md +++ b/docs/dataSnowflakeAccounts.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccounts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -370,7 +370,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i The id of the existing DataSnowflakeAccounts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -642,7 +642,7 @@ new DataSnowflakeAccountsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | Pattern | string | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -725,7 +725,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -742,7 +742,7 @@ public string Pattern { get; set; } Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- diff --git a/docs/dataSnowflakeAccounts.go.md b/docs/dataSnowflakeAccounts.go.md index 68de7dff9..c04e635b6 100644 --- a/docs/dataSnowflakeAccounts.go.md +++ b/docs/dataSnowflakeAccounts.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccounts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -370,7 +370,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i The id of the existing DataSnowflakeAccounts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -642,7 +642,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | Pattern | *string | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -725,7 +725,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -742,7 +742,7 @@ Pattern *string Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- diff --git a/docs/dataSnowflakeAccounts.java.md b/docs/dataSnowflakeAccounts.java.md index e9008c46c..9cd3e7c8a 100644 --- a/docs/dataSnowflakeAccounts.java.md +++ b/docs/dataSnowflakeAccounts.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccounts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -39,7 +39,7 @@ DataSnowflakeAccounts.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | pattern | java.lang.String | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i The id of the existing DataSnowflakeAccounts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -724,7 +724,7 @@ DataSnowflakeAccountsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | pattern | java.lang.String | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -807,7 +807,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -824,7 +824,7 @@ public java.lang.String getPattern(); Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- diff --git a/docs/dataSnowflakeAccounts.python.md b/docs/dataSnowflakeAccounts.python.md index 094eb4326..43ffb2890 100644 --- a/docs/dataSnowflakeAccounts.python.md +++ b/docs/dataSnowflakeAccounts.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccounts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -37,7 +37,7 @@ dataSnowflakeAccounts.DataSnowflakeAccounts( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | pattern | str | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i The id of the existing DataSnowflakeAccounts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -753,7 +753,7 @@ dataSnowflakeAccounts.DataSnowflakeAccountsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | pattern | str | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -836,7 +836,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -853,7 +853,7 @@ pattern: str Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- diff --git a/docs/dataSnowflakeAccounts.typescript.md b/docs/dataSnowflakeAccounts.typescript.md index 4edf40475..365b7b798 100644 --- a/docs/dataSnowflakeAccounts.typescript.md +++ b/docs/dataSnowflakeAccounts.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccounts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -370,7 +370,7 @@ The construct id used in the generated config for the DataSnowflakeAccounts to i The id of the existing DataSnowflakeAccounts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -630,7 +630,7 @@ const dataSnowflakeAccountsConfig: dataSnowflakeAccounts.DataSnowflakeAccountsCo | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | pattern | string | Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. | --- @@ -713,7 +713,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -730,7 +730,7 @@ public readonly pattern: string; Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} --- diff --git a/docs/dataSnowflakeAlerts.csharp.md b/docs/dataSnowflakeAlerts.csharp.md index 690c15ec9..10188bce7 100644 --- a/docs/dataSnowflakeAlerts.csharp.md +++ b/docs/dataSnowflakeAlerts.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeAlerts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts snowflake_alerts}. #### Initializers @@ -384,7 +384,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp The id of the existing DataSnowflakeAlerts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use --- @@ -703,7 +703,7 @@ new DataSnowflakeAlertsConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the alerts from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -789,7 +789,7 @@ public string Database { get; set; } The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -801,7 +801,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -818,7 +818,7 @@ public string Pattern { get; set; } Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -832,7 +832,7 @@ public string Schema { get; set; } The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeAlerts.go.md b/docs/dataSnowflakeAlerts.go.md index 0ae307dcb..90bf7393d 100644 --- a/docs/dataSnowflakeAlerts.go.md +++ b/docs/dataSnowflakeAlerts.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeAlerts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts snowflake_alerts}. #### Initializers @@ -384,7 +384,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp The id of the existing DataSnowflakeAlerts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use --- @@ -703,7 +703,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the alerts from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -789,7 +789,7 @@ Database *string The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -801,7 +801,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -818,7 +818,7 @@ Pattern *string Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -832,7 +832,7 @@ Schema *string The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeAlerts.java.md b/docs/dataSnowflakeAlerts.java.md index 5a9f4c44f..bd7c615bd 100644 --- a/docs/dataSnowflakeAlerts.java.md +++ b/docs/dataSnowflakeAlerts.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeAlerts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts snowflake_alerts}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeAlerts.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the alerts from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | | pattern | java.lang.String | Filters the command output by object name. | | schema | java.lang.String | The schema from which to return the alerts from. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- @@ -487,7 +487,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp The id of the existing DataSnowflakeAlerts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use --- @@ -809,7 +809,7 @@ DataSnowflakeAlertsConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the alerts from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -895,7 +895,7 @@ public java.lang.String getDatabase(); The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -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/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -924,7 +924,7 @@ public java.lang.String getPattern(); Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -938,7 +938,7 @@ public java.lang.String getSchema(); The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeAlerts.python.md b/docs/dataSnowflakeAlerts.python.md index 74953b074..c301df4f8 100644 --- a/docs/dataSnowflakeAlerts.python.md +++ b/docs/dataSnowflakeAlerts.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeAlerts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts snowflake_alerts}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeAlerts.DataSnowflakeAlerts( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the alerts from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | | pattern | str | Filters the command output by object name. | | schema | str | The schema from which to return the alerts from. | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- @@ -521,7 +521,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp The id of the existing DataSnowflakeAlerts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use --- @@ -838,7 +838,7 @@ dataSnowflakeAlerts.DataSnowflakeAlertsConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the alerts from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -924,7 +924,7 @@ database: str The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -936,7 +936,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -953,7 +953,7 @@ pattern: str Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -967,7 +967,7 @@ schema: str The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeAlerts.typescript.md b/docs/dataSnowflakeAlerts.typescript.md index a844e0c9c..837a3bb65 100644 --- a/docs/dataSnowflakeAlerts.typescript.md +++ b/docs/dataSnowflakeAlerts.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeAlerts -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts snowflake_alerts}. #### Initializers @@ -384,7 +384,7 @@ The construct id used in the generated config for the DataSnowflakeAlerts to imp The id of the existing DataSnowflakeAlerts that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use --- @@ -689,7 +689,7 @@ const dataSnowflakeAlertsConfig: dataSnowflakeAlerts.DataSnowflakeAlertsConfig = | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the alerts from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -775,7 +775,7 @@ public readonly database: string; The database from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} --- @@ -787,7 +787,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -804,7 +804,7 @@ public readonly pattern: string; Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} --- @@ -818,7 +818,7 @@ public readonly schema: string; The schema from which to return the alerts from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeCurrentAccount.csharp.md b/docs/dataSnowflakeCurrentAccount.csharp.md index 4d6575b90..e88a93755 100644 --- a/docs/dataSnowflakeCurrentAccount.csharp.md +++ b/docs/dataSnowflakeCurrentAccount.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account snowflake_current_account}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun The id of the existing DataSnowflakeCurrentAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use --- @@ -621,7 +621,7 @@ new DataSnowflakeCurrentAccountConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -703,7 +703,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 80c329b9d..4bdcc2e5c 100644 --- a/docs/dataSnowflakeCurrentAccount.go.md +++ b/docs/dataSnowflakeCurrentAccount.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account snowflake_current_account}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun The id of the existing DataSnowflakeCurrentAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use --- @@ -621,7 +621,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -703,7 +703,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 cfcf309c7..7065ad156 100644 --- a/docs/dataSnowflakeCurrentAccount.java.md +++ b/docs/dataSnowflakeCurrentAccount.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account snowflake_current_account}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeCurrentAccount.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -430,7 +430,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun The id of the existing DataSnowflakeCurrentAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use --- @@ -692,7 +692,7 @@ DataSnowflakeCurrentAccountConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -774,7 +774,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 80894f1be..7d58249f2 100644 --- a/docs/dataSnowflakeCurrentAccount.python.md +++ b/docs/dataSnowflakeCurrentAccount.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account snowflake_current_account}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeCurrentAccount.DataSnowflakeCurrentAccount( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -464,7 +464,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun The id of the existing DataSnowflakeCurrentAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use --- @@ -722,7 +722,7 @@ dataSnowflakeCurrentAccount.DataSnowflakeCurrentAccountConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -804,7 +804,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 6e220f288..7bbc8aca3 100644 --- a/docs/dataSnowflakeCurrentAccount.typescript.md +++ b/docs/dataSnowflakeCurrentAccount.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account snowflake_current_account}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentAccoun The id of the existing DataSnowflakeCurrentAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use --- @@ -612,7 +612,7 @@ const dataSnowflakeCurrentAccountConfig: dataSnowflakeCurrentAccount.DataSnowfla | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | --- @@ -694,7 +694,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 96ad1dc70..d805254ec 100644 --- a/docs/dataSnowflakeCurrentRole.csharp.md +++ b/docs/dataSnowflakeCurrentRole.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role snowflake_current_role}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t The id of the existing DataSnowflakeCurrentRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ new DataSnowflakeCurrentRoleConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -681,7 +681,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 e8556caf4..c46e1dd12 100644 --- a/docs/dataSnowflakeCurrentRole.go.md +++ b/docs/dataSnowflakeCurrentRole.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role snowflake_current_role}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t The id of the existing DataSnowflakeCurrentRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -681,7 +681,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 d2d3fc0dd..abad2ed6d 100644 --- a/docs/dataSnowflakeCurrentRole.java.md +++ b/docs/dataSnowflakeCurrentRole.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role snowflake_current_role}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeCurrentRole.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -430,7 +430,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t The id of the existing DataSnowflakeCurrentRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use --- @@ -670,7 +670,7 @@ DataSnowflakeCurrentRoleConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -752,7 +752,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 17e5c7b4f..25426b96a 100644 --- a/docs/dataSnowflakeCurrentRole.python.md +++ b/docs/dataSnowflakeCurrentRole.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role snowflake_current_role}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeCurrentRole.DataSnowflakeCurrentRole( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -464,7 +464,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t The id of the existing DataSnowflakeCurrentRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use --- @@ -700,7 +700,7 @@ dataSnowflakeCurrentRole.DataSnowflakeCurrentRoleConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -782,7 +782,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 4227e983f..d1c871b85 100644 --- a/docs/dataSnowflakeCurrentRole.typescript.md +++ b/docs/dataSnowflakeCurrentRole.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeCurrentRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role snowflake_current_role}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeCurrentRole t The id of the existing DataSnowflakeCurrentRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use --- @@ -590,7 +590,7 @@ const dataSnowflakeCurrentRoleConfig: dataSnowflakeCurrentRole.DataSnowflakeCurr | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | --- @@ -672,7 +672,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 5a8cbe585..716641476 100644 --- a/docs/dataSnowflakeDatabase.csharp.md +++ b/docs/dataSnowflakeDatabase.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database snowflake_database}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i The id of the existing DataSnowflakeDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#import import section} in the documentation of this resource for the id to use --- @@ -700,7 +700,7 @@ new DataSnowflakeDatabaseConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | The database from which to return its metadata. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -784,7 +784,7 @@ public string Name { get; set; } The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -796,7 +796,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 a7b156c0e..ebb342731 100644 --- a/docs/dataSnowflakeDatabase.go.md +++ b/docs/dataSnowflakeDatabase.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database snowflake_database}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i The id of the existing DataSnowflakeDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#import import section} in the documentation of this resource for the id to use --- @@ -700,7 +700,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | The database from which to return its metadata. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -784,7 +784,7 @@ Name *string The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -796,7 +796,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 eebd91dc4..4b662162d 100644 --- a/docs/dataSnowflakeDatabase.java.md +++ b/docs/dataSnowflakeDatabase.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database snowflake_database}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeDatabase.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The database from which to return its metadata. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -442,7 +442,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i The id of the existing DataSnowflakeDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#import import section} in the documentation of this resource for the id to use --- @@ -783,7 +783,7 @@ DataSnowflakeDatabaseConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The database from which to return its metadata. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -867,7 +867,7 @@ public java.lang.String getName(); The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -879,7 +879,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 9ef585e81..95aafa02f 100644 --- a/docs/dataSnowflakeDatabase.python.md +++ b/docs/dataSnowflakeDatabase.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database snowflake_database}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeDatabase.DataSnowflakeDatabase( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The database from which to return its metadata. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -476,7 +476,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i The id of the existing DataSnowflakeDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ dataSnowflakeDatabase.DataSnowflakeDatabaseConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The database from which to return its metadata. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -897,7 +897,7 @@ name: str The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -909,7 +909,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 9d0ee09de..27e7a6368 100644 --- a/docs/dataSnowflakeDatabase.typescript.md +++ b/docs/dataSnowflakeDatabase.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database snowflake_database}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeDatabase to i The id of the existing DataSnowflakeDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#import import section} in the documentation of this resource for the id to use --- @@ -690,7 +690,7 @@ const dataSnowflakeDatabaseConfig: dataSnowflakeDatabase.DataSnowflakeDatabaseCo | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The database from which to return its metadata. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | --- @@ -774,7 +774,7 @@ public readonly name: string; The database from which to return its metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#name DataSnowflakeDatabase#name} --- @@ -786,7 +786,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabaseRoles.csharp.md b/docs/dataSnowflakeDatabaseRoles.csharp.md index 85b68de60..9217162ec 100644 --- a/docs/dataSnowflakeDatabaseRoles.csharp.md +++ b/docs/dataSnowflakeDatabaseRoles.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles The id of the existing DataSnowflakeDatabaseRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -623,7 +623,7 @@ new DataSnowflakeDatabaseRolesConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the database roles from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -707,7 +707,7 @@ public string Database { get; set; } The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -719,7 +719,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabaseRoles.go.md b/docs/dataSnowflakeDatabaseRoles.go.md index 79fcc3fe4..75963319b 100644 --- a/docs/dataSnowflakeDatabaseRoles.go.md +++ b/docs/dataSnowflakeDatabaseRoles.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles The id of the existing DataSnowflakeDatabaseRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -623,7 +623,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the database roles from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -707,7 +707,7 @@ Database *string The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -719,7 +719,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabaseRoles.java.md b/docs/dataSnowflakeDatabaseRoles.java.md index 9de37a22e..c23b1b954 100644 --- a/docs/dataSnowflakeDatabaseRoles.java.md +++ b/docs/dataSnowflakeDatabaseRoles.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeDatabaseRoles.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the database roles from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -442,7 +442,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles The id of the existing DataSnowflakeDatabaseRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -706,7 +706,7 @@ DataSnowflakeDatabaseRolesConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the database roles from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -790,7 +790,7 @@ public java.lang.String getDatabase(); The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -802,7 +802,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabaseRoles.python.md b/docs/dataSnowflakeDatabaseRoles.python.md index 0c5b27a44..5c6dfae23 100644 --- a/docs/dataSnowflakeDatabaseRoles.python.md +++ b/docs/dataSnowflakeDatabaseRoles.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeDatabaseRoles.DataSnowflakeDatabaseRoles( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the database roles from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -476,7 +476,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles The id of the existing DataSnowflakeDatabaseRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -736,7 +736,7 @@ dataSnowflakeDatabaseRoles.DataSnowflakeDatabaseRolesConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the database roles from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -820,7 +820,7 @@ database: str The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -832,7 +832,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabaseRoles.typescript.md b/docs/dataSnowflakeDatabaseRoles.typescript.md index f1c48d758..701734777 100644 --- a/docs/dataSnowflakeDatabaseRoles.typescript.md +++ b/docs/dataSnowflakeDatabaseRoles.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRoles The id of the existing DataSnowflakeDatabaseRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -613,7 +613,7 @@ const dataSnowflakeDatabaseRolesConfig: dataSnowflakeDatabaseRoles.DataSnowflake | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the database roles from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | --- @@ -697,7 +697,7 @@ public readonly database: string; The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} --- @@ -709,7 +709,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeDatabases.csharp.md b/docs/dataSnowflakeDatabases.csharp.md index a8f7d53d2..f9d54b057 100644 --- a/docs/dataSnowflakeDatabases.csharp.md +++ b/docs/dataSnowflakeDatabases.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabases -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -391,7 +391,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to The id of the existing DataSnowflakeDatabases that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -720,7 +720,7 @@ new DataSnowflakeDatabasesConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | History | object | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | Pattern | string | Optionally filters the databases by a pattern. | | StartsWith | string | Optionally filters the databases by a pattern. | | Terse | object | Optionally returns only the columns `created_on` and `name` in the results. | @@ -807,7 +807,7 @@ public object History { get; set; } Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -819,7 +819,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -836,7 +836,7 @@ public string Pattern { get; set; } Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -850,7 +850,7 @@ public string StartsWith { get; set; } Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -864,7 +864,7 @@ public object Terse { get; set; } Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- diff --git a/docs/dataSnowflakeDatabases.go.md b/docs/dataSnowflakeDatabases.go.md index 61569afc5..23ad4fe61 100644 --- a/docs/dataSnowflakeDatabases.go.md +++ b/docs/dataSnowflakeDatabases.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabases -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -391,7 +391,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to The id of the existing DataSnowflakeDatabases that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -720,7 +720,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | History | interface{} | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | Pattern | *string | Optionally filters the databases by a pattern. | | StartsWith | *string | Optionally filters the databases by a pattern. | | Terse | interface{} | Optionally returns only the columns `created_on` and `name` in the results. | @@ -807,7 +807,7 @@ History interface{} Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -819,7 +819,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -836,7 +836,7 @@ Pattern *string Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -850,7 +850,7 @@ StartsWith *string Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -864,7 +864,7 @@ Terse interface{} Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- diff --git a/docs/dataSnowflakeDatabases.java.md b/docs/dataSnowflakeDatabases.java.md index 05b0aacf4..9088d373c 100644 --- a/docs/dataSnowflakeDatabases.java.md +++ b/docs/dataSnowflakeDatabases.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabases -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -45,7 +45,7 @@ DataSnowflakeDatabases.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | history | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | pattern | java.lang.String | Optionally filters the databases by a pattern. | | startsWith | java.lang.String | Optionally filters the databases by a pattern. | | terse | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Optionally returns only the columns `created_on` and `name` in the results. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -139,7 +139,7 @@ If you experience problems setting this value it might not be settable. Please t Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- @@ -508,7 +508,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to The id of the existing DataSnowflakeDatabases that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -843,7 +843,7 @@ DataSnowflakeDatabasesConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | history | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | pattern | java.lang.String | Optionally filters the databases by a pattern. | | startsWith | java.lang.String | Optionally filters the databases by a pattern. | | terse | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Optionally returns only the columns `created_on` and `name` in the results. | @@ -930,7 +930,7 @@ public java.lang.Object getHistory(); Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -942,7 +942,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -959,7 +959,7 @@ public java.lang.String getPattern(); Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -973,7 +973,7 @@ public java.lang.String getStartsWith(); Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -987,7 +987,7 @@ public java.lang.Object getTerse(); Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- diff --git a/docs/dataSnowflakeDatabases.python.md b/docs/dataSnowflakeDatabases.python.md index 55deed347..bc26eaba9 100644 --- a/docs/dataSnowflakeDatabases.python.md +++ b/docs/dataSnowflakeDatabases.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabases -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -41,7 +41,7 @@ dataSnowflakeDatabases.DataSnowflakeDatabases( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | history | typing.Union[bool, cdktf.IResolvable] | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | pattern | str | Optionally filters the databases by a pattern. | | starts_with | str | Optionally filters the databases by a pattern. | | terse | typing.Union[bool, cdktf.IResolvable] | Optionally returns only the columns `created_on` and `name` in the results. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- @@ -540,7 +540,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to The id of the existing DataSnowflakeDatabases that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -869,7 +869,7 @@ dataSnowflakeDatabases.DataSnowflakeDatabasesConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | history | typing.Union[bool, cdktf.IResolvable] | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | pattern | str | Optionally filters the databases by a pattern. | | starts_with | str | Optionally filters the databases by a pattern. | | terse | typing.Union[bool, cdktf.IResolvable] | Optionally returns only the columns `created_on` and `name` in the results. | @@ -956,7 +956,7 @@ history: typing.Union[bool, IResolvable] Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -968,7 +968,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -985,7 +985,7 @@ pattern: str Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -999,7 +999,7 @@ starts_with: str Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -1013,7 +1013,7 @@ terse: typing.Union[bool, IResolvable] Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- diff --git a/docs/dataSnowflakeDatabases.typescript.md b/docs/dataSnowflakeDatabases.typescript.md index 0f193cc34..3442e203c 100644 --- a/docs/dataSnowflakeDatabases.typescript.md +++ b/docs/dataSnowflakeDatabases.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabases -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -391,7 +391,7 @@ The construct id used in the generated config for the DataSnowflakeDatabases to The id of the existing DataSnowflakeDatabases that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -707,7 +707,7 @@ const dataSnowflakeDatabasesConfig: dataSnowflakeDatabases.DataSnowflakeDatabase | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | history | boolean \| cdktf.IResolvable | Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | pattern | string | Optionally filters the databases by a pattern. | | startsWith | string | Optionally filters the databases by a pattern. | | terse | boolean \| cdktf.IResolvable | Optionally returns only the columns `created_on` and `name` in the results. | @@ -794,7 +794,7 @@ public readonly history: boolean | IResolvable; Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#history DataSnowflakeDatabases#history} --- @@ -806,7 +806,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -823,7 +823,7 @@ public readonly pattern: string; Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} --- @@ -837,7 +837,7 @@ public readonly startsWith: string; Optionally filters the databases by a pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -851,7 +851,7 @@ public readonly terse: boolean | IResolvable; Optionally returns only the columns `created_on` and `name` in the results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} --- diff --git a/docs/dataSnowflakeDynamicTables.csharp.md b/docs/dataSnowflakeDynamicTables.csharp.md index 47accfeef..233b55995 100644 --- a/docs/dataSnowflakeDynamicTables.csharp.md +++ b/docs/dataSnowflakeDynamicTables.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeDynamicTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. #### Initializers @@ -430,7 +430,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables The id of the existing DataSnowflakeDynamicTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ new DataSnowflakeDynamicTablesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | In | DataSnowflakeDynamicTablesIn | in block. | | Like | DataSnowflakeDynamicTablesLike | like block. | | Limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -844,7 +844,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -861,7 +861,7 @@ public DataSnowflakeDynamicTablesIn In { get; set; } in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -875,7 +875,7 @@ public DataSnowflakeDynamicTablesLike Like { get; set; } like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -889,7 +889,7 @@ public DataSnowflakeDynamicTablesLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -905,7 +905,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -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/0.79.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} --- @@ -957,7 +957,7 @@ public string Database { get; set; } Returns records for the current database in use or for a specified database (db_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} --- @@ -971,7 +971,7 @@ public string Schema { get; set; } Returns records for the current schema in use or a specified schema (schema_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} --- @@ -1007,7 +1007,7 @@ Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} --- @@ -1045,7 +1045,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f This enables fetching the specified number of rows following the first row whose object name matches the specified string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} --- @@ -1059,7 +1059,7 @@ public double Rows { get; set; } Specifies the maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeDynamicTables.go.md b/docs/dataSnowflakeDynamicTables.go.md index e9818aafa..1204e14c5 100644 --- a/docs/dataSnowflakeDynamicTables.go.md +++ b/docs/dataSnowflakeDynamicTables.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeDynamicTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. #### Initializers @@ -430,7 +430,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables The id of the existing DataSnowflakeDynamicTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#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/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | In | DataSnowflakeDynamicTablesIn | in block. | | Like | DataSnowflakeDynamicTablesLike | like block. | | Limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -844,7 +844,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -861,7 +861,7 @@ In DataSnowflakeDynamicTablesIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -875,7 +875,7 @@ Like DataSnowflakeDynamicTablesLike like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -889,7 +889,7 @@ Limit DataSnowflakeDynamicTablesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -905,7 +905,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -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/0.79.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} --- @@ -957,7 +957,7 @@ Database *string Returns records for the current database in use or for a specified database (db_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} --- @@ -971,7 +971,7 @@ Schema *string Returns records for the current schema in use or a specified schema (schema_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} --- @@ -1007,7 +1007,7 @@ Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} --- @@ -1045,7 +1045,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f This enables fetching the specified number of rows following the first row whose object name matches the specified string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} --- @@ -1059,7 +1059,7 @@ Rows *f64 Specifies the maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeDynamicTables.java.md b/docs/dataSnowflakeDynamicTables.java.md index 90487ac2f..ead708ff7 100644 --- a/docs/dataSnowflakeDynamicTables.java.md +++ b/docs/dataSnowflakeDynamicTables.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeDynamicTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeDynamicTables.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | in | DataSnowflakeDynamicTablesIn | in block. | | like | DataSnowflakeDynamicTablesLike | like block. | | limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -159,7 +159,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -547,7 +547,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables The id of the existing DataSnowflakeDynamicTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use --- @@ -879,7 +879,7 @@ DataSnowflakeDynamicTablesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | in | DataSnowflakeDynamicTablesIn | in block. | | like | DataSnowflakeDynamicTablesLike | like block. | | limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -965,7 +965,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -982,7 +982,7 @@ public DataSnowflakeDynamicTablesIn getIn(); in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -996,7 +996,7 @@ public DataSnowflakeDynamicTablesLike getLike(); like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -1010,7 +1010,7 @@ public DataSnowflakeDynamicTablesLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -1026,7 +1026,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -1065,7 +1065,7 @@ public java.lang.Object getAccount(); Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} --- @@ -1079,7 +1079,7 @@ public java.lang.String getDatabase(); Returns records for the current database in use or for a specified database (db_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} --- @@ -1093,7 +1093,7 @@ public java.lang.String getSchema(); Returns records for the current schema in use or a specified schema (schema_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} --- @@ -1129,7 +1129,7 @@ Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} --- @@ -1167,7 +1167,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f This enables fetching the specified number of rows following the first row whose object name matches the specified string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} --- @@ -1181,7 +1181,7 @@ public java.lang.Number getRows(); Specifies the maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeDynamicTables.python.md b/docs/dataSnowflakeDynamicTables.python.md index 0bcefbe96..579b456e2 100644 --- a/docs/dataSnowflakeDynamicTables.python.md +++ b/docs/dataSnowflakeDynamicTables.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeDynamicTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeDynamicTables.DataSnowflakeDynamicTables( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | in | DataSnowflakeDynamicTablesIn | in block. | | like | DataSnowflakeDynamicTablesLike | like block. | | limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -125,7 +125,7 @@ If you experience problems setting this value it might not be settable. Please t in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -157,7 +157,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -417,7 +417,7 @@ def put_in( Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} --- @@ -427,7 +427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the current database in use or for a specified database (db_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} --- @@ -437,7 +437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the current schema in use or a specified schema (schema_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} --- @@ -457,7 +457,7 @@ Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} --- @@ -478,7 +478,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f This enables fetching the specified number of rows following the first row whose object name matches the specified string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} --- @@ -488,7 +488,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- @@ -636,7 +636,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables The id of the existing DataSnowflakeDynamicTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use --- @@ -964,7 +964,7 @@ dataSnowflakeDynamicTables.DataSnowflakeDynamicTablesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | in | DataSnowflakeDynamicTablesIn | in block. | | like | DataSnowflakeDynamicTablesLike | like block. | | limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -1050,7 +1050,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1067,7 +1067,7 @@ in: DataSnowflakeDynamicTablesIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -1081,7 +1081,7 @@ like: DataSnowflakeDynamicTablesLike like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -1095,7 +1095,7 @@ limit: DataSnowflakeDynamicTablesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -1111,7 +1111,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -1149,7 +1149,7 @@ account: typing.Union[bool, IResolvable] Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} --- @@ -1163,7 +1163,7 @@ database: str Returns records for the current database in use or for a specified database (db_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} --- @@ -1177,7 +1177,7 @@ schema: str Returns records for the current schema in use or a specified schema (schema_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} --- @@ -1213,7 +1213,7 @@ Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} --- @@ -1251,7 +1251,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f This enables fetching the specified number of rows following the first row whose object name matches the specified string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} --- @@ -1265,7 +1265,7 @@ rows: typing.Union[int, float] Specifies the maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeDynamicTables.typescript.md b/docs/dataSnowflakeDynamicTables.typescript.md index a83aed74f..bb632cc1e 100644 --- a/docs/dataSnowflakeDynamicTables.typescript.md +++ b/docs/dataSnowflakeDynamicTables.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeDynamicTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. #### Initializers @@ -430,7 +430,7 @@ The construct id used in the generated config for the DataSnowflakeDynamicTables The id of the existing DataSnowflakeDynamicTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ const dataSnowflakeDynamicTablesConfig: dataSnowflakeDynamicTables.DataSnowflake | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | | in | DataSnowflakeDynamicTablesIn | in block. | | like | DataSnowflakeDynamicTablesLike | like block. | | limit | DataSnowflakeDynamicTablesLimit | limit block. | @@ -831,7 +831,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -848,7 +848,7 @@ public readonly in: DataSnowflakeDynamicTablesIn; in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} --- @@ -862,7 +862,7 @@ public readonly like: DataSnowflakeDynamicTablesLike; like block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} --- @@ -876,7 +876,7 @@ public readonly limit: DataSnowflakeDynamicTablesLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} --- @@ -892,7 +892,7 @@ Optionally filters the command output based on the characters that appear at the The string is case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} --- @@ -926,7 +926,7 @@ public readonly account: boolean | IResolvable; Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} --- @@ -940,7 +940,7 @@ public readonly database: string; Returns records for the current database in use or for a specified database (db_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} --- @@ -954,7 +954,7 @@ public readonly schema: string; Returns records for the current schema in use or a specified schema (schema_name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} --- @@ -988,7 +988,7 @@ Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} --- @@ -1023,7 +1023,7 @@ The optional FROM 'name_string' subclause effectively serves as a “cursor” f This enables fetching the specified number of rows following the first row whose object name matches the specified string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} --- @@ -1037,7 +1037,7 @@ public readonly rows: number; Specifies the maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeExternalFunctions.csharp.md b/docs/dataSnowflakeExternalFunctions.csharp.md index 8c30b29bc..d9d3de948 100644 --- a/docs/dataSnowflakeExternalFunctions.csharp.md +++ b/docs/dataSnowflakeExternalFunctions.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions snowflake_external_functions}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct The id of the existing DataSnowflakeExternalFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeExternalFunctionsConfig { | 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 functions from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. diff --git a/docs/dataSnowflakeExternalFunctions.go.md b/docs/dataSnowflakeExternalFunctions.go.md index 5aab6bb8e..232000795 100644 --- a/docs/dataSnowflakeExternalFunctions.go.md +++ b/docs/dataSnowflakeExternalFunctions.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions snowflake_external_functions}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct The id of the existing DataSnowflakeExternalFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/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 functions from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. diff --git a/docs/dataSnowflakeExternalFunctions.java.md b/docs/dataSnowflakeExternalFunctions.java.md index 6294296d0..046049959 100644 --- a/docs/dataSnowflakeExternalFunctions.java.md +++ b/docs/dataSnowflakeExternalFunctions.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions snowflake_external_functions}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeExternalFunctions.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 external functions from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct The id of the existing DataSnowflakeExternalFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeExternalFunctionsConfig.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 functions from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. diff --git a/docs/dataSnowflakeExternalFunctions.python.md b/docs/dataSnowflakeExternalFunctions.python.md index 9e05bfda8..66c7f0e5d 100644 --- a/docs/dataSnowflakeExternalFunctions.python.md +++ b/docs/dataSnowflakeExternalFunctions.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions snowflake_external_functions}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeExternalFunctions.DataSnowflakeExternalFunctions( | 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 functions from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct The id of the existing DataSnowflakeExternalFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeExternalFunctions.DataSnowflakeExternalFunctionsConfig( | 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 functions from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. diff --git a/docs/dataSnowflakeExternalFunctions.typescript.md b/docs/dataSnowflakeExternalFunctions.typescript.md index 71dbeaba2..1680b4ad2 100644 --- a/docs/dataSnowflakeExternalFunctions.typescript.md +++ b/docs/dataSnowflakeExternalFunctions.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions snowflake_external_functions}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeExternalFunct The id of the existing DataSnowflakeExternalFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeExternalFunctionsConfig: dataSnowflakeExternalFunctions.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 external functions from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the external functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. diff --git a/docs/dataSnowflakeExternalTables.csharp.md b/docs/dataSnowflakeExternalTables.csharp.md index 93f37ae70..533fccdb6 100644 --- a/docs/dataSnowflakeExternalTables.csharp.md +++ b/docs/dataSnowflakeExternalTables.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables snowflake_external_tables}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable The id of the existing DataSnowflakeExternalTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeExternalTablesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the external tables from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 2231f41e6..fb05f5966 100644 --- a/docs/dataSnowflakeExternalTables.go.md +++ b/docs/dataSnowflakeExternalTables.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables snowflake_external_tables}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable The id of the existing DataSnowflakeExternalTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the external tables from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 50c5aac06..248eb3db3 100644 --- a/docs/dataSnowflakeExternalTables.java.md +++ b/docs/dataSnowflakeExternalTables.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables snowflake_external_tables}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeExternalTables.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the external tables from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable The id of the existing DataSnowflakeExternalTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeExternalTablesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the external tables from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 d73b6a115..453d1c399 100644 --- a/docs/dataSnowflakeExternalTables.python.md +++ b/docs/dataSnowflakeExternalTables.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables snowflake_external_tables}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeExternalTables.DataSnowflakeExternalTables( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the external tables from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable The id of the existing DataSnowflakeExternalTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeExternalTables.DataSnowflakeExternalTablesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the external tables from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 87ee45816..a1178b584 100644 --- a/docs/dataSnowflakeExternalTables.typescript.md +++ b/docs/dataSnowflakeExternalTables.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeExternalTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables snowflake_external_tables}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeExternalTable The id of the existing DataSnowflakeExternalTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeExternalTablesConfig: dataSnowflakeExternalTables.DataSnowfla | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the external tables from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the external tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 a58db61d1..d8f7dd80c 100644 --- a/docs/dataSnowflakeFailoverGroups.csharp.md +++ b/docs/dataSnowflakeFailoverGroups.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeFailoverGroups -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups snowflake_failover_groups}. #### Initializers @@ -370,7 +370,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup The id of the existing DataSnowflakeFailoverGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use --- @@ -629,7 +629,7 @@ new DataSnowflakeFailoverGroupsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | InAccount | string | Specifies the identifier for the account. | --- @@ -712,7 +712,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -729,7 +729,7 @@ public string InAccount { get; set; } Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFailoverGroups.go.md b/docs/dataSnowflakeFailoverGroups.go.md index a20e95fc1..696bc0f49 100644 --- a/docs/dataSnowflakeFailoverGroups.go.md +++ b/docs/dataSnowflakeFailoverGroups.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeFailoverGroups -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups snowflake_failover_groups}. #### Initializers @@ -370,7 +370,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup The id of the existing DataSnowflakeFailoverGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use --- @@ -629,7 +629,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | InAccount | *string | Specifies the identifier for the account. | --- @@ -712,7 +712,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -729,7 +729,7 @@ InAccount *string Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFailoverGroups.java.md b/docs/dataSnowflakeFailoverGroups.java.md index 9a9c14580..f48d6955f 100644 --- a/docs/dataSnowflakeFailoverGroups.java.md +++ b/docs/dataSnowflakeFailoverGroups.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeFailoverGroups -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups snowflake_failover_groups}. #### Initializers @@ -39,7 +39,7 @@ DataSnowflakeFailoverGroups.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | inAccount | java.lang.String | Specifies the identifier for the account. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup The id of the existing DataSnowflakeFailoverGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use --- @@ -712,7 +712,7 @@ DataSnowflakeFailoverGroupsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | inAccount | java.lang.String | Specifies the identifier for the account. | --- @@ -795,7 +795,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -812,7 +812,7 @@ public java.lang.String getInAccount(); Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFailoverGroups.python.md b/docs/dataSnowflakeFailoverGroups.python.md index 326840fe6..726c08aaa 100644 --- a/docs/dataSnowflakeFailoverGroups.python.md +++ b/docs/dataSnowflakeFailoverGroups.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeFailoverGroups -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups snowflake_failover_groups}. #### Initializers @@ -37,7 +37,7 @@ dataSnowflakeFailoverGroups.DataSnowflakeFailoverGroups( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | in_account | str | Specifies the identifier for the account. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup The id of the existing DataSnowflakeFailoverGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ dataSnowflakeFailoverGroups.DataSnowflakeFailoverGroupsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | in_account | str | Specifies the identifier for the account. | --- @@ -825,7 +825,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -842,7 +842,7 @@ in_account: str Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFailoverGroups.typescript.md b/docs/dataSnowflakeFailoverGroups.typescript.md index 93c61a3c9..230dfa851 100644 --- a/docs/dataSnowflakeFailoverGroups.typescript.md +++ b/docs/dataSnowflakeFailoverGroups.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeFailoverGroups -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups snowflake_failover_groups}. #### Initializers @@ -370,7 +370,7 @@ The construct id used in the generated config for the DataSnowflakeFailoverGroup The id of the existing DataSnowflakeFailoverGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +619,7 @@ const dataSnowflakeFailoverGroupsConfig: dataSnowflakeFailoverGroups.DataSnowfla | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | | inAccount | string | Specifies the identifier for the account. | --- @@ -702,7 +702,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -719,7 +719,7 @@ public readonly inAccount: string; Specifies the identifier for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFileFormats.csharp.md b/docs/dataSnowflakeFileFormats.csharp.md index ce3dd38f1..b38c2c145 100644 --- a/docs/dataSnowflakeFileFormats.csharp.md +++ b/docs/dataSnowflakeFileFormats.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeFileFormats -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats snowflake_file_formats}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t The id of the existing DataSnowflakeFileFormats that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeFileFormatsConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the file formats from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 64536445e..e27ffc71b 100644 --- a/docs/dataSnowflakeFileFormats.go.md +++ b/docs/dataSnowflakeFileFormats.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeFileFormats -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats snowflake_file_formats}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t The id of the existing DataSnowflakeFileFormats that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the file formats from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 b04898536..19e788bfc 100644 --- a/docs/dataSnowflakeFileFormats.java.md +++ b/docs/dataSnowflakeFileFormats.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeFileFormats -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats snowflake_file_formats}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeFileFormats.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the file formats from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t The id of the existing DataSnowflakeFileFormats that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeFileFormatsConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the file formats from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 75a06ad8b..ffad9fcc2 100644 --- a/docs/dataSnowflakeFileFormats.python.md +++ b/docs/dataSnowflakeFileFormats.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeFileFormats -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats snowflake_file_formats}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeFileFormats.DataSnowflakeFileFormats( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the file formats from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t The id of the existing DataSnowflakeFileFormats that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeFileFormats.DataSnowflakeFileFormatsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the file formats from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 76117f2ac..9ced7e314 100644 --- a/docs/dataSnowflakeFileFormats.typescript.md +++ b/docs/dataSnowflakeFileFormats.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeFileFormats -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats snowflake_file_formats}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeFileFormats t The id of the existing DataSnowflakeFileFormats that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeFileFormatsConfig: dataSnowflakeFileFormats.DataSnowflakeFile | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the file formats from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the file formats from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 22ac945d6..0aaa4c10c 100644 --- a/docs/dataSnowflakeFunctions.csharp.md +++ b/docs/dataSnowflakeFunctions.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions snowflake_functions}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to The id of the existing DataSnowflakeFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeFunctionsConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the functions from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 7046c74e2..888249cce 100644 --- a/docs/dataSnowflakeFunctions.go.md +++ b/docs/dataSnowflakeFunctions.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions snowflake_functions}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to The id of the existing DataSnowflakeFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the functions from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 ce290c9ce..bb003ef43 100644 --- a/docs/dataSnowflakeFunctions.java.md +++ b/docs/dataSnowflakeFunctions.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions snowflake_functions}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeFunctions.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the functions from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to The id of the existing DataSnowflakeFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeFunctionsConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the functions from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 7a6c91dc9..98be8e1c2 100644 --- a/docs/dataSnowflakeFunctions.python.md +++ b/docs/dataSnowflakeFunctions.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions snowflake_functions}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeFunctions.DataSnowflakeFunctions( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the functions from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to The id of the existing DataSnowflakeFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeFunctions.DataSnowflakeFunctionsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the functions from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 2ae3413bb..44763c515 100644 --- a/docs/dataSnowflakeFunctions.typescript.md +++ b/docs/dataSnowflakeFunctions.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeFunctions -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions snowflake_functions}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeFunctions to The id of the existing DataSnowflakeFunctions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeFunctionsConfig: dataSnowflakeFunctions.DataSnowflakeFunction | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the functions from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the functions from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 a8b7cbfe9..a25c7b8e1 100644 --- a/docs/dataSnowflakeGrants.csharp.md +++ b/docs/dataSnowflakeGrants.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants snowflake_grants}. #### Initializers @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp The id of the existing DataSnowflakeGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use --- @@ -819,7 +819,7 @@ new DataSnowflakeGrantsConfig { | GrantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. | | GrantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. | | GrantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -903,7 +903,7 @@ public DataSnowflakeGrantsFutureGrantsIn FutureGrantsIn { get; set; } future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -917,7 +917,7 @@ public DataSnowflakeGrantsFutureGrantsTo FutureGrantsTo { get; set; } future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -931,7 +931,7 @@ public DataSnowflakeGrantsGrantsOf GrantsOf { get; set; } grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -945,7 +945,7 @@ public DataSnowflakeGrantsGrantsOn GrantsOn { get; set; } grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -959,7 +959,7 @@ public DataSnowflakeGrantsGrantsTo GrantsTo { get; set; } grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -971,7 +971,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1010,7 +1010,7 @@ public string Database { get; set; } Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1024,7 +1024,7 @@ public DataSnowflakeGrantsFutureGrantsInSchema Schema { get; set; } schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1060,7 +1060,7 @@ public string SchemaName { get; set; } The name of the schema to list all privileges of new (ie. future) objects granted to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} --- @@ -1074,7 +1074,7 @@ public string DatabaseName { get; set; } The database in which the scehma resides. Optional when querying a schema in the current database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} --- @@ -1108,7 +1108,7 @@ public string Role { get; set; } Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1157,7 +1157,7 @@ public string Role { get; set; } Lists all users and roles to which the role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1171,7 +1171,7 @@ public string Share { get; set; } Lists all the accounts for the share and indicates the accounts that are using the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1211,7 +1211,7 @@ Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1225,7 +1225,7 @@ public string ObjectName { get; set; } Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1239,7 +1239,7 @@ public string ObjectType { get; set; } Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1277,7 +1277,7 @@ public string Role { get; set; } Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1291,7 +1291,7 @@ public string Share { get; set; } Lists all the privileges granted to the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1307,7 +1307,7 @@ Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#user DataSnowflakeGrants#user} --- diff --git a/docs/dataSnowflakeGrants.go.md b/docs/dataSnowflakeGrants.go.md index 3df4927ba..5f674c9e2 100644 --- a/docs/dataSnowflakeGrants.go.md +++ b/docs/dataSnowflakeGrants.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants snowflake_grants}. #### Initializers @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp The id of the existing DataSnowflakeGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use --- @@ -819,7 +819,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | GrantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. | | GrantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. | | GrantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -903,7 +903,7 @@ FutureGrantsIn DataSnowflakeGrantsFutureGrantsIn future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -917,7 +917,7 @@ FutureGrantsTo DataSnowflakeGrantsFutureGrantsTo future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -931,7 +931,7 @@ GrantsOf DataSnowflakeGrantsGrantsOf grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -945,7 +945,7 @@ GrantsOn DataSnowflakeGrantsGrantsOn grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -959,7 +959,7 @@ GrantsTo DataSnowflakeGrantsGrantsTo grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -971,7 +971,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1010,7 +1010,7 @@ Database *string Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1024,7 +1024,7 @@ Schema DataSnowflakeGrantsFutureGrantsInSchema schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1060,7 +1060,7 @@ SchemaName *string The name of the schema to list all privileges of new (ie. future) objects granted to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} --- @@ -1074,7 +1074,7 @@ DatabaseName *string The database in which the scehma resides. Optional when querying a schema in the current database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} --- @@ -1108,7 +1108,7 @@ Role *string Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1157,7 +1157,7 @@ Role *string Lists all users and roles to which the role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1171,7 +1171,7 @@ Share *string Lists all the accounts for the share and indicates the accounts that are using the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1211,7 +1211,7 @@ Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1225,7 +1225,7 @@ ObjectName *string Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1239,7 +1239,7 @@ ObjectType *string Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1277,7 +1277,7 @@ Role *string Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1291,7 +1291,7 @@ Share *string Lists all the privileges granted to the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1307,7 +1307,7 @@ Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#user DataSnowflakeGrants#user} --- diff --git a/docs/dataSnowflakeGrants.java.md b/docs/dataSnowflakeGrants.java.md index 4a7ade119..414e3669a 100644 --- a/docs/dataSnowflakeGrants.java.md +++ b/docs/dataSnowflakeGrants.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants snowflake_grants}. #### Initializers @@ -48,7 +48,7 @@ DataSnowflakeGrants.Builder.create(Construct scope, java.lang.String id) | grantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. | | grantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. | | grantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -590,7 +590,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp The id of the existing DataSnowflakeGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use --- @@ -950,7 +950,7 @@ DataSnowflakeGrantsConfig.builder() | grantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. | | grantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. | | grantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -1034,7 +1034,7 @@ public DataSnowflakeGrantsFutureGrantsIn getFutureGrantsIn(); future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -1048,7 +1048,7 @@ public DataSnowflakeGrantsFutureGrantsTo getFutureGrantsTo(); future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -1062,7 +1062,7 @@ public DataSnowflakeGrantsGrantsOf getGrantsOf(); grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -1076,7 +1076,7 @@ public DataSnowflakeGrantsGrantsOn getGrantsOn(); grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -1090,7 +1090,7 @@ public DataSnowflakeGrantsGrantsTo getGrantsTo(); grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -1102,7 +1102,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1141,7 +1141,7 @@ public java.lang.String getDatabase(); Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1155,7 +1155,7 @@ public DataSnowflakeGrantsFutureGrantsInSchema getSchema(); schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1191,7 +1191,7 @@ public java.lang.String getSchemaName(); The name of the schema to list all privileges of new (ie. future) objects granted to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} --- @@ -1205,7 +1205,7 @@ public java.lang.String getDatabaseName(); The database in which the scehma resides. Optional when querying a schema in the current database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} --- @@ -1239,7 +1239,7 @@ public java.lang.String getRole(); Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1287,7 +1287,7 @@ public java.lang.String getRole(); Lists all users and roles to which the role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1301,7 +1301,7 @@ public java.lang.String getShare(); Lists all the accounts for the share and indicates the accounts that are using the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1342,7 +1342,7 @@ Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1356,7 +1356,7 @@ public java.lang.String getObjectName(); Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1370,7 +1370,7 @@ public java.lang.String getObjectType(); Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1408,7 +1408,7 @@ public java.lang.String getRole(); Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1422,7 +1422,7 @@ public java.lang.String getShare(); Lists all the privileges granted to the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1438,7 +1438,7 @@ Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#user DataSnowflakeGrants#user} --- diff --git a/docs/dataSnowflakeGrants.python.md b/docs/dataSnowflakeGrants.python.md index 216788db2..5d14465ea 100644 --- a/docs/dataSnowflakeGrants.python.md +++ b/docs/dataSnowflakeGrants.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants snowflake_grants}. #### Initializers @@ -46,7 +46,7 @@ dataSnowflakeGrants.DataSnowflakeGrants( | grants_of | DataSnowflakeGrantsGrantsOf | grants_of block. | | grants_on | DataSnowflakeGrantsGrantsOn | grants_on block. | | grants_to | DataSnowflakeGrantsGrantsTo | grants_to block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -429,7 +429,7 @@ def put_future_grants_in( Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -439,7 +439,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -457,7 +457,7 @@ def put_future_grants_to( Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -476,7 +476,7 @@ def put_grants_of( Lists all users and roles to which the role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -486,7 +486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists all the accounts for the share and indicates the accounts that are using the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -508,7 +508,7 @@ Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -518,7 +518,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -528,7 +528,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -548,7 +548,7 @@ def put_grants_to( Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -558,7 +558,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists all the privileges granted to the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -570,7 +570,7 @@ Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#user DataSnowflakeGrants#user} --- @@ -724,7 +724,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp The id of the existing DataSnowflakeGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use --- @@ -1080,7 +1080,7 @@ dataSnowflakeGrants.DataSnowflakeGrantsConfig( | grants_of | DataSnowflakeGrantsGrantsOf | grants_of block. | | grants_on | DataSnowflakeGrantsGrantsOn | grants_on block. | | grants_to | DataSnowflakeGrantsGrantsTo | grants_to block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -1164,7 +1164,7 @@ future_grants_in: DataSnowflakeGrantsFutureGrantsIn future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -1178,7 +1178,7 @@ future_grants_to: DataSnowflakeGrantsFutureGrantsTo future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -1192,7 +1192,7 @@ grants_of: DataSnowflakeGrantsGrantsOf grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -1206,7 +1206,7 @@ grants_on: DataSnowflakeGrantsGrantsOn grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -1220,7 +1220,7 @@ grants_to: DataSnowflakeGrantsGrantsTo grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -1232,7 +1232,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1271,7 +1271,7 @@ database: str Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1285,7 +1285,7 @@ schema: DataSnowflakeGrantsFutureGrantsInSchema schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1321,7 +1321,7 @@ schema_name: str The name of the schema to list all privileges of new (ie. future) objects granted to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} --- @@ -1335,7 +1335,7 @@ database_name: str The database in which the scehma resides. Optional when querying a schema in the current database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} --- @@ -1369,7 +1369,7 @@ role: str Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1416,7 +1416,7 @@ role: str Lists all users and roles to which the role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1430,7 +1430,7 @@ share: str Lists all the accounts for the share and indicates the accounts that are using the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1470,7 +1470,7 @@ Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1484,7 +1484,7 @@ object_name: str Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1498,7 +1498,7 @@ object_type: str Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1536,7 +1536,7 @@ role: str Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1550,7 +1550,7 @@ share: str Lists all the privileges granted to the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1566,7 +1566,7 @@ Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#user DataSnowflakeGrants#user} --- @@ -1818,7 +1818,7 @@ def put_schema( The name of the schema to list all privileges of new (ie. future) objects granted to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} --- @@ -1828,7 +1828,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which the scehma resides. Optional when querying a schema in the current database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} --- diff --git a/docs/dataSnowflakeGrants.typescript.md b/docs/dataSnowflakeGrants.typescript.md index 3da3f4d06..ffd3df99d 100644 --- a/docs/dataSnowflakeGrants.typescript.md +++ b/docs/dataSnowflakeGrants.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants snowflake_grants}. #### Initializers @@ -463,7 +463,7 @@ The construct id used in the generated config for the DataSnowflakeGrants to imp The id of the existing DataSnowflakeGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use --- @@ -805,7 +805,7 @@ const dataSnowflakeGrantsConfig: dataSnowflakeGrants.DataSnowflakeGrantsConfig = | grantsOf | DataSnowflakeGrantsGrantsOf | grants_of block. | | grantsOn | DataSnowflakeGrantsGrantsOn | grants_on block. | | grantsTo | DataSnowflakeGrantsGrantsTo | grants_to block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -889,7 +889,7 @@ public readonly futureGrantsIn: DataSnowflakeGrantsFutureGrantsIn; future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -903,7 +903,7 @@ public readonly futureGrantsTo: DataSnowflakeGrantsFutureGrantsTo; future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -917,7 +917,7 @@ public readonly grantsOf: DataSnowflakeGrantsGrantsOf; grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -931,7 +931,7 @@ public readonly grantsOn: DataSnowflakeGrantsGrantsOn; grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -945,7 +945,7 @@ public readonly grantsTo: DataSnowflakeGrantsGrantsTo; grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -957,7 +957,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -993,7 +993,7 @@ public readonly database: string; Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1007,7 +1007,7 @@ public readonly schema: DataSnowflakeGrantsFutureGrantsInSchema; schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1040,7 +1040,7 @@ public readonly schemaName: string; The name of the schema to list all privileges of new (ie. future) objects granted to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} --- @@ -1054,7 +1054,7 @@ public readonly databaseName: string; The database in which the scehma resides. Optional when querying a schema in the current database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} --- @@ -1086,7 +1086,7 @@ public readonly role: string; Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1130,7 +1130,7 @@ public readonly role: string; Lists all users and roles to which the role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1144,7 +1144,7 @@ public readonly share: string; Lists all the accounts for the share and indicates the accounts that are using the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1180,7 +1180,7 @@ Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1194,7 +1194,7 @@ public readonly objectName: string; Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1208,7 +1208,7 @@ public readonly objectType: string; Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1242,7 +1242,7 @@ public readonly role: string; Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} --- @@ -1256,7 +1256,7 @@ public readonly share: string; Lists all the privileges granted to the share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1272,7 +1272,7 @@ Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#user DataSnowflakeGrants#user} --- diff --git a/docs/dataSnowflakeMaskingPolicies.csharp.md b/docs/dataSnowflakeMaskingPolicies.csharp.md index 4fe84b7c5..8059d2fd9 100644 --- a/docs/dataSnowflakeMaskingPolicies.csharp.md +++ b/docs/dataSnowflakeMaskingPolicies.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaskingPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici The id of the existing DataSnowflakeMaskingPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeMaskingPoliciesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the maskingPolicies from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaskingPolicies.go.md b/docs/dataSnowflakeMaskingPolicies.go.md index 886a855d4..4771b6052 100644 --- a/docs/dataSnowflakeMaskingPolicies.go.md +++ b/docs/dataSnowflakeMaskingPolicies.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaskingPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici The id of the existing DataSnowflakeMaskingPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the maskingPolicies from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaskingPolicies.java.md b/docs/dataSnowflakeMaskingPolicies.java.md index 589be2202..050dc45e8 100644 --- a/docs/dataSnowflakeMaskingPolicies.java.md +++ b/docs/dataSnowflakeMaskingPolicies.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaskingPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeMaskingPolicies.Builder.create(Construct scope, java.lang.String id | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the maskingPolicies from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici The id of the existing DataSnowflakeMaskingPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeMaskingPoliciesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the maskingPolicies from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaskingPolicies.python.md b/docs/dataSnowflakeMaskingPolicies.python.md index 35e5c0a0c..e7c60c871 100644 --- a/docs/dataSnowflakeMaskingPolicies.python.md +++ b/docs/dataSnowflakeMaskingPolicies.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaskingPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeMaskingPolicies.DataSnowflakeMaskingPolicies( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the maskingPolicies from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici The id of the existing DataSnowflakeMaskingPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeMaskingPolicies.DataSnowflakeMaskingPoliciesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the maskingPolicies from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaskingPolicies.typescript.md b/docs/dataSnowflakeMaskingPolicies.typescript.md index acf45ed64..cef67bced 100644 --- a/docs/dataSnowflakeMaskingPolicies.typescript.md +++ b/docs/dataSnowflakeMaskingPolicies.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaskingPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeMaskingPolici The id of the existing DataSnowflakeMaskingPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeMaskingPoliciesConfig: dataSnowflakeMaskingPolicies.DataSnowf | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the maskingPolicies from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the maskingPolicies from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeMaterializedViews.csharp.md b/docs/dataSnowflakeMaterializedViews.csharp.md index 9893b7050..d26a112cb 100644 --- a/docs/dataSnowflakeMaterializedViews.csharp.md +++ b/docs/dataSnowflakeMaterializedViews.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaterializedViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views snowflake_materialized_views}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV The id of the existing DataSnowflakeMaterializedViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeMaterializedViewsConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the views from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 3c7bb1edf..7cecbd5a8 100644 --- a/docs/dataSnowflakeMaterializedViews.go.md +++ b/docs/dataSnowflakeMaterializedViews.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaterializedViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views snowflake_materialized_views}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV The id of the existing DataSnowflakeMaterializedViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the views from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 c9835f4e3..a2f72844c 100644 --- a/docs/dataSnowflakeMaterializedViews.java.md +++ b/docs/dataSnowflakeMaterializedViews.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaterializedViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views snowflake_materialized_views}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeMaterializedViews.Builder.create(Construct scope, java.lang.String | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the views from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV The id of the existing DataSnowflakeMaterializedViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeMaterializedViewsConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the views from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 665c082fb..7250418b0 100644 --- a/docs/dataSnowflakeMaterializedViews.python.md +++ b/docs/dataSnowflakeMaterializedViews.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaterializedViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views snowflake_materialized_views}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeMaterializedViews.DataSnowflakeMaterializedViews( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the views from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV The id of the existing DataSnowflakeMaterializedViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeMaterializedViews.DataSnowflakeMaterializedViewsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the views from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 4a3117345..517539506 100644 --- a/docs/dataSnowflakeMaterializedViews.typescript.md +++ b/docs/dataSnowflakeMaterializedViews.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeMaterializedViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views snowflake_materialized_views}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeMaterializedV The id of the existing DataSnowflakeMaterializedViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeMaterializedViewsConfig: dataSnowflakeMaterializedViews.DataS | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the views from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeParameters.csharp.md b/docs/dataSnowflakeParameters.csharp.md index c8199a1a4..8182de4fa 100644 --- a/docs/dataSnowflakeParameters.csharp.md +++ b/docs/dataSnowflakeParameters.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeParameters -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters snowflake_parameters}. #### Initializers @@ -398,7 +398,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to The id of the existing DataSnowflakeParameters that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use --- @@ -749,7 +749,7 @@ new DataSnowflakeParametersConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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". | @@ -836,7 +836,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -853,7 +853,7 @@ public string ObjectName { get; set; } If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -869,7 +869,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -883,7 +883,7 @@ public string ParameterType { get; set; } The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -899,7 +899,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -913,7 +913,7 @@ public string User { get; set; } If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakeParameters.go.md b/docs/dataSnowflakeParameters.go.md index 00802df6b..6e9213698 100644 --- a/docs/dataSnowflakeParameters.go.md +++ b/docs/dataSnowflakeParameters.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeParameters -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters snowflake_parameters}. #### Initializers @@ -398,7 +398,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to The id of the existing DataSnowflakeParameters that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use --- @@ -749,7 +749,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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". | @@ -836,7 +836,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -853,7 +853,7 @@ ObjectName *string If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -869,7 +869,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -883,7 +883,7 @@ ParameterType *string The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -899,7 +899,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -913,7 +913,7 @@ User *string If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakeParameters.java.md b/docs/dataSnowflakeParameters.java.md index 72c416e0b..b14dec67e 100644 --- a/docs/dataSnowflakeParameters.java.md +++ b/docs/dataSnowflakeParameters.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeParameters -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters snowflake_parameters}. #### Initializers @@ -43,7 +43,7 @@ DataSnowflakeParameters.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | | objectName | java.lang.String | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. | | objectType | java.lang.String | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. | | parameterType | java.lang.String | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -129,7 +129,7 @@ If you experience problems setting this value it might not be settable. Please t If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -141,7 +141,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -163,7 +163,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- @@ -529,7 +529,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to The id of the existing DataSnowflakeParameters that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use --- @@ -884,7 +884,7 @@ DataSnowflakeParametersConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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". | @@ -971,7 +971,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -988,7 +988,7 @@ public java.lang.String getObjectName(); If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -1004,7 +1004,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -1018,7 +1018,7 @@ public java.lang.String getParameterType(); The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -1034,7 +1034,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -1048,7 +1048,7 @@ public java.lang.String getUser(); If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakeParameters.python.md b/docs/dataSnowflakeParameters.python.md index 269229087..bc53f187d 100644 --- a/docs/dataSnowflakeParameters.python.md +++ b/docs/dataSnowflakeParameters.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeParameters -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters snowflake_parameters}. #### Initializers @@ -41,7 +41,7 @@ dataSnowflakeParameters.DataSnowflakeParameters( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | | object_name | str | If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. | | object_type | str | If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. | | parameter_type | str | The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -139,7 +139,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -161,7 +161,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- @@ -563,7 +563,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to The id of the existing DataSnowflakeParameters that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use --- @@ -914,7 +914,7 @@ dataSnowflakeParameters.DataSnowflakeParametersConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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". | @@ -1001,7 +1001,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1018,7 +1018,7 @@ object_name: str If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -1034,7 +1034,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -1048,7 +1048,7 @@ parameter_type: str The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -1064,7 +1064,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -1078,7 +1078,7 @@ user: str If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakeParameters.typescript.md b/docs/dataSnowflakeParameters.typescript.md index b7a0a4b45..6fc43c6ad 100644 --- a/docs/dataSnowflakeParameters.typescript.md +++ b/docs/dataSnowflakeParameters.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeParameters -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters snowflake_parameters}. #### Initializers @@ -398,7 +398,7 @@ The construct id used in the generated config for the DataSnowflakeParameters to The id of the existing DataSnowflakeParameters that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use --- @@ -735,7 +735,7 @@ const dataSnowflakeParametersConfig: dataSnowflakeParameters.DataSnowflakeParame | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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". | @@ -822,7 +822,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -839,7 +839,7 @@ public readonly objectName: string; If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} --- @@ -855,7 +855,7 @@ If parameter_type is set to "OBJECT" then object_type is the type of object to d Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} --- @@ -869,7 +869,7 @@ public readonly parameterType: string; The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} --- @@ -885,7 +885,7 @@ Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} --- @@ -899,7 +899,7 @@ public readonly user: string; If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakePipes.csharp.md b/docs/dataSnowflakePipes.csharp.md index 9e94c1600..904e46666 100644 --- a/docs/dataSnowflakePipes.csharp.md +++ b/docs/dataSnowflakePipes.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakePipes -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes snowflake_pipes}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo The id of the existing DataSnowflakePipes that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakePipesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the pipes from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 12b8ac62b..4f03ee6b7 100644 --- a/docs/dataSnowflakePipes.go.md +++ b/docs/dataSnowflakePipes.go.md @@ -4,7 +4,7 @@ ### DataSnowflakePipes -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes snowflake_pipes}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo The id of the existing DataSnowflakePipes that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the pipes from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 9173e8f0f..379bbfff6 100644 --- a/docs/dataSnowflakePipes.java.md +++ b/docs/dataSnowflakePipes.java.md @@ -4,7 +4,7 @@ ### DataSnowflakePipes -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes snowflake_pipes}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakePipes.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the pipes from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo The id of the existing DataSnowflakePipes that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakePipesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the pipes from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 4a2566e6a..c7e5b49a3 100644 --- a/docs/dataSnowflakePipes.python.md +++ b/docs/dataSnowflakePipes.python.md @@ -4,7 +4,7 @@ ### DataSnowflakePipes -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes snowflake_pipes}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakePipes.DataSnowflakePipes( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the pipes from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo The id of the existing DataSnowflakePipes that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakePipes.DataSnowflakePipesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the pipes from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 443f0ee07..2bafa6b5a 100644 --- a/docs/dataSnowflakePipes.typescript.md +++ b/docs/dataSnowflakePipes.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakePipes -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes snowflake_pipes}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakePipes to impo The id of the existing DataSnowflakePipes that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakePipesConfig: dataSnowflakePipes.DataSnowflakePipesConfig = { | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the pipes from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#database DataSnowflakePipes#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the pipes from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 44730c1b3..d7796777a 100644 --- a/docs/dataSnowflakeProcedures.csharp.md +++ b/docs/dataSnowflakeProcedures.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeProcedures -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures snowflake_procedures}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to The id of the existing DataSnowflakeProcedures that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeProceduresConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the procedures from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 ce7258415..7df294a42 100644 --- a/docs/dataSnowflakeProcedures.go.md +++ b/docs/dataSnowflakeProcedures.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeProcedures -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures snowflake_procedures}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to The id of the existing DataSnowflakeProcedures that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the procedures from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 dc7af193b..e16cb770a 100644 --- a/docs/dataSnowflakeProcedures.java.md +++ b/docs/dataSnowflakeProcedures.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeProcedures -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures snowflake_procedures}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeProcedures.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the procedures from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to The id of the existing DataSnowflakeProcedures that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeProceduresConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the procedures from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 de3ff7253..3f0cb839d 100644 --- a/docs/dataSnowflakeProcedures.python.md +++ b/docs/dataSnowflakeProcedures.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeProcedures -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures snowflake_procedures}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeProcedures.DataSnowflakeProcedures( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the procedures from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to The id of the existing DataSnowflakeProcedures that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeProcedures.DataSnowflakeProceduresConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the procedures from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 24ee02040..9fe8bf8eb 100644 --- a/docs/dataSnowflakeProcedures.typescript.md +++ b/docs/dataSnowflakeProcedures.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeProcedures -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures snowflake_procedures}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeProcedures to The id of the existing DataSnowflakeProcedures that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeProceduresConfig: dataSnowflakeProcedures.DataSnowflakeProced | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the procedures from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the procedures from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 835c84845..70b611063 100644 --- a/docs/dataSnowflakeResourceMonitors.csharp.md +++ b/docs/dataSnowflakeResourceMonitors.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeResourceMonitors -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit The id of the existing DataSnowflakeResourceMonitors that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ new DataSnowflakeResourceMonitorsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -681,7 +681,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeResourceMonitors.go.md b/docs/dataSnowflakeResourceMonitors.go.md index bb56b2c21..2234c8bc9 100644 --- a/docs/dataSnowflakeResourceMonitors.go.md +++ b/docs/dataSnowflakeResourceMonitors.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeResourceMonitors -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit The id of the existing DataSnowflakeResourceMonitors that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -681,7 +681,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeResourceMonitors.java.md b/docs/dataSnowflakeResourceMonitors.java.md index 05d18c3ef..c2c9103db 100644 --- a/docs/dataSnowflakeResourceMonitors.java.md +++ b/docs/dataSnowflakeResourceMonitors.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeResourceMonitors -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeResourceMonitors.Builder.create(Construct scope, java.lang.String i | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -430,7 +430,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit The id of the existing DataSnowflakeResourceMonitors that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -670,7 +670,7 @@ DataSnowflakeResourceMonitorsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -752,7 +752,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeResourceMonitors.python.md b/docs/dataSnowflakeResourceMonitors.python.md index 3cff81396..954ce04d0 100644 --- a/docs/dataSnowflakeResourceMonitors.python.md +++ b/docs/dataSnowflakeResourceMonitors.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeResourceMonitors -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeResourceMonitors.DataSnowflakeResourceMonitors( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -464,7 +464,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit The id of the existing DataSnowflakeResourceMonitors that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -700,7 +700,7 @@ dataSnowflakeResourceMonitors.DataSnowflakeResourceMonitorsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -782,7 +782,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeResourceMonitors.typescript.md b/docs/dataSnowflakeResourceMonitors.typescript.md index 05f748d19..59db78500 100644 --- a/docs/dataSnowflakeResourceMonitors.typescript.md +++ b/docs/dataSnowflakeResourceMonitors.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeResourceMonitors -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeResourceMonit The id of the existing DataSnowflakeResourceMonitors that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -590,7 +590,7 @@ const dataSnowflakeResourceMonitorsConfig: dataSnowflakeResourceMonitors.DataSno | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | --- @@ -672,7 +672,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRole.csharp.md b/docs/dataSnowflakeRole.csharp.md index cba26c17a..1135d8d64 100644 --- a/docs/dataSnowflakeRole.csharp.md +++ b/docs/dataSnowflakeRole.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role snowflake_role}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeRole to impor The id of the existing DataSnowflakeRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#import import section} in the documentation of this resource for the id to use --- @@ -623,7 +623,7 @@ new DataSnowflakeRoleConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | The role for which to return metadata. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -707,7 +707,7 @@ public string Name { get; set; } The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -719,7 +719,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRole.go.md b/docs/dataSnowflakeRole.go.md index 506ac49aa..9e1a20870 100644 --- a/docs/dataSnowflakeRole.go.md +++ b/docs/dataSnowflakeRole.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role snowflake_role}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeRole to impor The id of the existing DataSnowflakeRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#import import section} in the documentation of this resource for the id to use --- @@ -623,7 +623,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | The role for which to return metadata. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -707,7 +707,7 @@ Name *string The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -719,7 +719,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRole.java.md b/docs/dataSnowflakeRole.java.md index ad5f1cd9e..d3c0baa28 100644 --- a/docs/dataSnowflakeRole.java.md +++ b/docs/dataSnowflakeRole.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role snowflake_role}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeRole.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The role for which to return metadata. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -442,7 +442,7 @@ The construct id used in the generated config for the DataSnowflakeRole to impor The id of the existing DataSnowflakeRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#import import section} in the documentation of this resource for the id to use --- @@ -706,7 +706,7 @@ DataSnowflakeRoleConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The role for which to return metadata. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -790,7 +790,7 @@ public java.lang.String getName(); The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -802,7 +802,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRole.python.md b/docs/dataSnowflakeRole.python.md index 918c21c3c..8286aa469 100644 --- a/docs/dataSnowflakeRole.python.md +++ b/docs/dataSnowflakeRole.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role snowflake_role}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeRole.DataSnowflakeRole( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The role for which to return metadata. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -476,7 +476,7 @@ The construct id used in the generated config for the DataSnowflakeRole to impor The id of the existing DataSnowflakeRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#import import section} in the documentation of this resource for the id to use --- @@ -736,7 +736,7 @@ dataSnowflakeRole.DataSnowflakeRoleConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The role for which to return metadata. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -820,7 +820,7 @@ name: str The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -832,7 +832,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRole.typescript.md b/docs/dataSnowflakeRole.typescript.md index fe1203378..6edc8bdac 100644 --- a/docs/dataSnowflakeRole.typescript.md +++ b/docs/dataSnowflakeRole.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role snowflake_role}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeRole to impor The id of the existing DataSnowflakeRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#import import section} in the documentation of this resource for the id to use --- @@ -613,7 +613,7 @@ const dataSnowflakeRoleConfig: dataSnowflakeRole.DataSnowflakeRoleConfig = { ... | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The role for which to return metadata. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. | --- @@ -697,7 +697,7 @@ public readonly name: string; The role for which to return metadata. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#name DataSnowflakeRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#name DataSnowflakeRole#name} --- @@ -709,7 +709,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRoles.csharp.md b/docs/dataSnowflakeRoles.csharp.md index 59fbf9b65..8f4f7af18 100644 --- a/docs/dataSnowflakeRoles.csharp.md +++ b/docs/dataSnowflakeRoles.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles snowflake_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles snowflake_roles}. #### Initializers @@ -370,7 +370,7 @@ The construct id used in the generated config for the DataSnowflakeRoles to impo The id of the existing DataSnowflakeRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use --- @@ -629,7 +629,7 @@ new DataSnowflakeRolesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | Pattern | string | Filters the command output by object name. | --- @@ -712,7 +712,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -729,7 +729,7 @@ public string Pattern { get; set; } Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- diff --git a/docs/dataSnowflakeRoles.go.md b/docs/dataSnowflakeRoles.go.md index 0fe5fe273..f7be1e17e 100644 --- a/docs/dataSnowflakeRoles.go.md +++ b/docs/dataSnowflakeRoles.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles snowflake_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles snowflake_roles}. #### Initializers @@ -370,7 +370,7 @@ The construct id used in the generated config for the DataSnowflakeRoles to impo The id of the existing DataSnowflakeRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use --- @@ -629,7 +629,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | Pattern | *string | Filters the command output by object name. | --- @@ -712,7 +712,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -729,7 +729,7 @@ Pattern *string Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- diff --git a/docs/dataSnowflakeRoles.java.md b/docs/dataSnowflakeRoles.java.md index d02a480e3..03ea35e54 100644 --- a/docs/dataSnowflakeRoles.java.md +++ b/docs/dataSnowflakeRoles.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles snowflake_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles snowflake_roles}. #### Initializers @@ -39,7 +39,7 @@ DataSnowflakeRoles.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | pattern | java.lang.String | Filters the command output by object name. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataSnowflakeRoles to impo The id of the existing DataSnowflakeRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use --- @@ -712,7 +712,7 @@ DataSnowflakeRolesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | pattern | java.lang.String | Filters the command output by object name. | --- @@ -795,7 +795,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -812,7 +812,7 @@ public java.lang.String getPattern(); Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- diff --git a/docs/dataSnowflakeRoles.python.md b/docs/dataSnowflakeRoles.python.md index 7ce8e0bce..2585f2b3c 100644 --- a/docs/dataSnowflakeRoles.python.md +++ b/docs/dataSnowflakeRoles.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles snowflake_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles snowflake_roles}. #### Initializers @@ -37,7 +37,7 @@ dataSnowflakeRoles.DataSnowflakeRoles( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | pattern | str | Filters the command output by object name. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataSnowflakeRoles to impo The id of the existing DataSnowflakeRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ dataSnowflakeRoles.DataSnowflakeRolesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | pattern | str | Filters the command output by object name. | --- @@ -825,7 +825,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -842,7 +842,7 @@ pattern: str Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- diff --git a/docs/dataSnowflakeRoles.typescript.md b/docs/dataSnowflakeRoles.typescript.md index b21e25b74..bf336b47f 100644 --- a/docs/dataSnowflakeRoles.typescript.md +++ b/docs/dataSnowflakeRoles.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles snowflake_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles snowflake_roles}. #### Initializers @@ -370,7 +370,7 @@ The construct id used in the generated config for the DataSnowflakeRoles to impo The id of the existing DataSnowflakeRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +619,7 @@ const dataSnowflakeRolesConfig: dataSnowflakeRoles.DataSnowflakeRolesConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. | | pattern | string | Filters the command output by object name. | --- @@ -702,7 +702,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -719,7 +719,7 @@ public readonly pattern: string; Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} --- diff --git a/docs/dataSnowflakeRowAccessPolicies.csharp.md b/docs/dataSnowflakeRowAccessPolicies.csharp.md index 602433f38..c688512c0 100644 --- a/docs/dataSnowflakeRowAccessPolicies.csharp.md +++ b/docs/dataSnowflakeRowAccessPolicies.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeRowAccessPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli The id of the existing DataSnowflakeRowAccessPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeRowAccessPoliciesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the row access policyfrom. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the row access policyfrom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRowAccessPolicies.go.md b/docs/dataSnowflakeRowAccessPolicies.go.md index 4f747b127..2b2e44192 100644 --- a/docs/dataSnowflakeRowAccessPolicies.go.md +++ b/docs/dataSnowflakeRowAccessPolicies.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeRowAccessPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli The id of the existing DataSnowflakeRowAccessPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the row access policyfrom. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the row access policyfrom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRowAccessPolicies.java.md b/docs/dataSnowflakeRowAccessPolicies.java.md index 6041b6148..de150162e 100644 --- a/docs/dataSnowflakeRowAccessPolicies.java.md +++ b/docs/dataSnowflakeRowAccessPolicies.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeRowAccessPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeRowAccessPolicies.Builder.create(Construct scope, java.lang.String | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the row access policyfrom. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the row access policyfrom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli The id of the existing DataSnowflakeRowAccessPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeRowAccessPoliciesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the row access policyfrom. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the row access policyfrom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRowAccessPolicies.python.md b/docs/dataSnowflakeRowAccessPolicies.python.md index ffbc97888..cb2bbd641 100644 --- a/docs/dataSnowflakeRowAccessPolicies.python.md +++ b/docs/dataSnowflakeRowAccessPolicies.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeRowAccessPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeRowAccessPolicies.DataSnowflakeRowAccessPolicies( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the row access policyfrom. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the row access policyfrom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli The id of the existing DataSnowflakeRowAccessPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeRowAccessPolicies.DataSnowflakeRowAccessPoliciesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the row access policyfrom. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the row access policyfrom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeRowAccessPolicies.typescript.md b/docs/dataSnowflakeRowAccessPolicies.typescript.md index 6aec7a459..26e9f3fea 100644 --- a/docs/dataSnowflakeRowAccessPolicies.typescript.md +++ b/docs/dataSnowflakeRowAccessPolicies.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeRowAccessPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeRowAccessPoli The id of the existing DataSnowflakeRowAccessPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeRowAccessPoliciesConfig: dataSnowflakeRowAccessPolicies.DataS | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the row access policyfrom. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the row access policyfrom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSchemas.csharp.md b/docs/dataSnowflakeSchemas.csharp.md index a191e9f14..680f25488 100644 --- a/docs/dataSnowflakeSchemas.csharp.md +++ b/docs/dataSnowflakeSchemas.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSchemas -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im The id of the existing DataSnowflakeSchemas that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -623,7 +623,7 @@ new DataSnowflakeSchemasConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -707,7 +707,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -719,7 +719,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSchemas.go.md b/docs/dataSnowflakeSchemas.go.md index ee27ee260..6ec40aad0 100644 --- a/docs/dataSnowflakeSchemas.go.md +++ b/docs/dataSnowflakeSchemas.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSchemas -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im The id of the existing DataSnowflakeSchemas that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -623,7 +623,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -707,7 +707,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -719,7 +719,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSchemas.java.md b/docs/dataSnowflakeSchemas.java.md index 7c8aea0d8..b1e843704 100644 --- a/docs/dataSnowflakeSchemas.java.md +++ b/docs/dataSnowflakeSchemas.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSchemas -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeSchemas.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -442,7 +442,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im The id of the existing DataSnowflakeSchemas that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -706,7 +706,7 @@ DataSnowflakeSchemasConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -790,7 +790,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -802,7 +802,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSchemas.python.md b/docs/dataSnowflakeSchemas.python.md index 45535e020..24f3e33e6 100644 --- a/docs/dataSnowflakeSchemas.python.md +++ b/docs/dataSnowflakeSchemas.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSchemas -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeSchemas.DataSnowflakeSchemas( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -476,7 +476,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im The id of the existing DataSnowflakeSchemas that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -736,7 +736,7 @@ dataSnowflakeSchemas.DataSnowflakeSchemasConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -820,7 +820,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -832,7 +832,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSchemas.typescript.md b/docs/dataSnowflakeSchemas.typescript.md index 03b80ea8c..c8230ce8e 100644 --- a/docs/dataSnowflakeSchemas.typescript.md +++ b/docs/dataSnowflakeSchemas.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSchemas -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSchemas to im The id of the existing DataSnowflakeSchemas that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -613,7 +613,7 @@ const dataSnowflakeSchemasConfig: dataSnowflakeSchemas.DataSnowflakeSchemasConfi | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | --- @@ -697,7 +697,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -709,7 +709,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSequences.csharp.md b/docs/dataSnowflakeSequences.csharp.md index 445298962..7322a1beb 100644 --- a/docs/dataSnowflakeSequences.csharp.md +++ b/docs/dataSnowflakeSequences.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSequences -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences snowflake_sequences}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to The id of the existing DataSnowflakeSequences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeSequencesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the sequences from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 04b55da7d..212e06d34 100644 --- a/docs/dataSnowflakeSequences.go.md +++ b/docs/dataSnowflakeSequences.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSequences -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences snowflake_sequences}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to The id of the existing DataSnowflakeSequences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the sequences from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 9a0b89974..59d9ea11e 100644 --- a/docs/dataSnowflakeSequences.java.md +++ b/docs/dataSnowflakeSequences.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSequences -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences snowflake_sequences}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeSequences.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the sequences from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to The id of the existing DataSnowflakeSequences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeSequencesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the sequences from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 992c1ead9..19bd33c6c 100644 --- a/docs/dataSnowflakeSequences.python.md +++ b/docs/dataSnowflakeSequences.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSequences -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences snowflake_sequences}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeSequences.DataSnowflakeSequences( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the sequences from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to The id of the existing DataSnowflakeSequences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeSequences.DataSnowflakeSequencesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the sequences from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 018a8d6f7..51c24d559 100644 --- a/docs/dataSnowflakeSequences.typescript.md +++ b/docs/dataSnowflakeSequences.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSequences -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences snowflake_sequences}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSequences to The id of the existing DataSnowflakeSequences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeSequencesConfig: dataSnowflakeSequences.DataSnowflakeSequence | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the sequences from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the sequences from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 87fc7c94c..008c89ebb 100644 --- a/docs/dataSnowflakeShares.csharp.md +++ b/docs/dataSnowflakeShares.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeShares -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares snowflake_shares}. #### Initializers @@ -370,7 +370,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp The id of the existing DataSnowflakeShares that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use --- @@ -629,7 +629,7 @@ new DataSnowflakeSharesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | | Pattern | string | Filters the command output by object name. | --- @@ -712,7 +712,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -729,7 +729,7 @@ public string Pattern { get; set; } Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeShares.go.md b/docs/dataSnowflakeShares.go.md index ed606d8f9..95b82b80a 100644 --- a/docs/dataSnowflakeShares.go.md +++ b/docs/dataSnowflakeShares.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeShares -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares snowflake_shares}. #### Initializers @@ -370,7 +370,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp The id of the existing DataSnowflakeShares that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use --- @@ -629,7 +629,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | | Pattern | *string | Filters the command output by object name. | --- @@ -712,7 +712,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -729,7 +729,7 @@ Pattern *string Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeShares.java.md b/docs/dataSnowflakeShares.java.md index be291dfd7..ac83a4eeb 100644 --- a/docs/dataSnowflakeShares.java.md +++ b/docs/dataSnowflakeShares.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeShares -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares snowflake_shares}. #### Initializers @@ -39,7 +39,7 @@ DataSnowflakeShares.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | | pattern | java.lang.String | Filters the command output by object name. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#id DataSnowflakeShares#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp The id of the existing DataSnowflakeShares that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use --- @@ -712,7 +712,7 @@ DataSnowflakeSharesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | | pattern | java.lang.String | Filters the command output by object name. | --- @@ -795,7 +795,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -812,7 +812,7 @@ public java.lang.String getPattern(); Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeShares.python.md b/docs/dataSnowflakeShares.python.md index 5c7d25f77..f47bac2f3 100644 --- a/docs/dataSnowflakeShares.python.md +++ b/docs/dataSnowflakeShares.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeShares -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares snowflake_shares}. #### Initializers @@ -37,7 +37,7 @@ dataSnowflakeShares.DataSnowflakeShares( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | | pattern | str | Filters the command output by object name. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#id DataSnowflakeShares#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp The id of the existing DataSnowflakeShares that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ dataSnowflakeShares.DataSnowflakeSharesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | | pattern | str | Filters the command output by object name. | --- @@ -825,7 +825,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -842,7 +842,7 @@ pattern: str Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeShares.typescript.md b/docs/dataSnowflakeShares.typescript.md index 446aa62de..3a2c6f889 100644 --- a/docs/dataSnowflakeShares.typescript.md +++ b/docs/dataSnowflakeShares.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeShares -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares snowflake_shares}. #### Initializers @@ -370,7 +370,7 @@ The construct id used in the generated config for the DataSnowflakeShares to imp The id of the existing DataSnowflakeShares that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +619,7 @@ const dataSnowflakeSharesConfig: dataSnowflakeShares.DataSnowflakeSharesConfig = | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | | pattern | string | Filters the command output by object name. | --- @@ -702,7 +702,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -719,7 +719,7 @@ public readonly pattern: string; Filters the command output by object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeStages.csharp.md b/docs/dataSnowflakeStages.csharp.md index 4aa1bb89a..2fe27fdd0 100644 --- a/docs/dataSnowflakeStages.csharp.md +++ b/docs/dataSnowflakeStages.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeStages -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages snowflake_stages}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp The id of the existing DataSnowflakeStages that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeStagesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the stages from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 ef5699c9a..58e85c419 100644 --- a/docs/dataSnowflakeStages.go.md +++ b/docs/dataSnowflakeStages.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeStages -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages snowflake_stages}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp The id of the existing DataSnowflakeStages that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the stages from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 45aec82f4..627d4a274 100644 --- a/docs/dataSnowflakeStages.java.md +++ b/docs/dataSnowflakeStages.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeStages -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages snowflake_stages}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeStages.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the stages from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp The id of the existing DataSnowflakeStages that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeStagesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the stages from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 8edc79599..b84cdd626 100644 --- a/docs/dataSnowflakeStages.python.md +++ b/docs/dataSnowflakeStages.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeStages -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages snowflake_stages}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeStages.DataSnowflakeStages( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the stages from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp The id of the existing DataSnowflakeStages that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeStages.DataSnowflakeStagesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the stages from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 67eb8a491..48da59182 100644 --- a/docs/dataSnowflakeStages.typescript.md +++ b/docs/dataSnowflakeStages.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeStages -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages snowflake_stages}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeStages to imp The id of the existing DataSnowflakeStages that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeStagesConfig: dataSnowflakeStages.DataSnowflakeStagesConfig = | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the stages from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#database DataSnowflakeStages#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the stages from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 3e072b64b..21bbce96d 100644 --- a/docs/dataSnowflakeStorageIntegrations.csharp.md +++ b/docs/dataSnowflakeStorageIntegrations.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeStorageIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations snowflake_storage_integrations}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr The id of the existing DataSnowflakeStorageIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ new DataSnowflakeStorageIntegrationsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -681,7 +681,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 53a89ad99..5605240a6 100644 --- a/docs/dataSnowflakeStorageIntegrations.go.md +++ b/docs/dataSnowflakeStorageIntegrations.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeStorageIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations snowflake_storage_integrations}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr The id of the existing DataSnowflakeStorageIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -681,7 +681,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 2b48bd59b..dbd25c8fc 100644 --- a/docs/dataSnowflakeStorageIntegrations.java.md +++ b/docs/dataSnowflakeStorageIntegrations.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeStorageIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations snowflake_storage_integrations}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeStorageIntegrations.Builder.create(Construct scope, java.lang.Strin | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -430,7 +430,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr The id of the existing DataSnowflakeStorageIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use --- @@ -670,7 +670,7 @@ DataSnowflakeStorageIntegrationsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -752,7 +752,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 dc42ad65e..9558179ce 100644 --- a/docs/dataSnowflakeStorageIntegrations.python.md +++ b/docs/dataSnowflakeStorageIntegrations.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeStorageIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations snowflake_storage_integrations}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeStorageIntegrations.DataSnowflakeStorageIntegrations( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -464,7 +464,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr The id of the existing DataSnowflakeStorageIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use --- @@ -700,7 +700,7 @@ dataSnowflakeStorageIntegrations.DataSnowflakeStorageIntegrationsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -782,7 +782,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 8d5130270..cf703888f 100644 --- a/docs/dataSnowflakeStorageIntegrations.typescript.md +++ b/docs/dataSnowflakeStorageIntegrations.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeStorageIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations snowflake_storage_integrations}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeStorageIntegr The id of the existing DataSnowflakeStorageIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use --- @@ -590,7 +590,7 @@ const dataSnowflakeStorageIntegrationsConfig: dataSnowflakeStorageIntegrations.D | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | --- @@ -672,7 +672,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStreams.csharp.md b/docs/dataSnowflakeStreams.csharp.md index 26abd4878..ba639fbc2 100644 --- a/docs/dataSnowflakeStreams.csharp.md +++ b/docs/dataSnowflakeStreams.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreams -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im The id of the existing DataSnowflakeStreams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeStreamsConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the streams from. | | Schema | string | The schema from which to return the streams from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStreams.go.md b/docs/dataSnowflakeStreams.go.md index 363ff3da7..8d90663e6 100644 --- a/docs/dataSnowflakeStreams.go.md +++ b/docs/dataSnowflakeStreams.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreams -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im The id of the existing DataSnowflakeStreams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the streams from. | | Schema | *string | The schema from which to return the streams from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStreams.java.md b/docs/dataSnowflakeStreams.java.md index dda1b6fa8..15f7aa510 100644 --- a/docs/dataSnowflakeStreams.java.md +++ b/docs/dataSnowflakeStreams.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreams -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeStreams.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the streams from. | | schema | java.lang.String | The schema from which to return the streams from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im The id of the existing DataSnowflakeStreams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeStreamsConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the streams from. | | schema | java.lang.String | The schema from which to return the streams from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStreams.python.md b/docs/dataSnowflakeStreams.python.md index 64685463a..741753bb6 100644 --- a/docs/dataSnowflakeStreams.python.md +++ b/docs/dataSnowflakeStreams.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreams -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeStreams.DataSnowflakeStreams( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the streams from. | | schema | str | The schema from which to return the streams from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im The id of the existing DataSnowflakeStreams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeStreams.DataSnowflakeStreamsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the streams from. | | schema | str | The schema from which to return the streams from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeStreams.typescript.md b/docs/dataSnowflakeStreams.typescript.md index 5eac33ea3..672aed0f0 100644 --- a/docs/dataSnowflakeStreams.typescript.md +++ b/docs/dataSnowflakeStreams.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreams -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeStreams to im The id of the existing DataSnowflakeStreams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeStreamsConfig: dataSnowflakeStreams.DataSnowflakeStreamsConfi | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the streams from. | | schema | string | The schema from which to return the streams from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the streams from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md b/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md index af958a5b8..f698ee897 100644 --- a/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md +++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGenerateScimAccessToken -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use --- @@ -623,7 +623,7 @@ new DataSnowflakeSystemGenerateScimAccessTokenConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | IntegrationName | string | SCIM Integration Name. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -707,7 +707,7 @@ public string IntegrationName { get; set; } SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -719,7 +719,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 5a2d63cc8..bf6f2b8e5 100644 --- a/docs/dataSnowflakeSystemGenerateScimAccessToken.go.md +++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGenerateScimAccessToken -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use --- @@ -623,7 +623,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | IntegrationName | *string | SCIM Integration Name. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -707,7 +707,7 @@ IntegrationName *string SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -719,7 +719,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 a5f9d1277..696339ecc 100644 --- a/docs/dataSnowflakeSystemGenerateScimAccessToken.java.md +++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGenerateScimAccessToken -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeSystemGenerateScimAccessToken.Builder.create(Construct scope, java. | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | integrationName | java.lang.String | SCIM Integration Name. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -442,7 +442,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use --- @@ -706,7 +706,7 @@ DataSnowflakeSystemGenerateScimAccessTokenConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | integrationName | java.lang.String | SCIM Integration Name. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -790,7 +790,7 @@ public java.lang.String getIntegrationName(); SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -802,7 +802,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 db5a53b7e..bc1f108cc 100644 --- a/docs/dataSnowflakeSystemGenerateScimAccessToken.python.md +++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGenerateScimAccessToken -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeSystemGenerateScimAccessToken.DataSnowflakeSystemGenerateScimAccess | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | integration_name | str | SCIM Integration Name. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -476,7 +476,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use --- @@ -736,7 +736,7 @@ dataSnowflakeSystemGenerateScimAccessToken.DataSnowflakeSystemGenerateScimAccess | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | integration_name | str | SCIM Integration Name. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -820,7 +820,7 @@ integration_name: str SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -832,7 +832,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 10d278223..17f48c050 100644 --- a/docs/dataSnowflakeSystemGenerateScimAccessToken.typescript.md +++ b/docs/dataSnowflakeSystemGenerateScimAccessToken.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGenerateScimAccessToken -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGenerat The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use --- @@ -613,7 +613,7 @@ const dataSnowflakeSystemGenerateScimAccessTokenConfig: dataSnowflakeSystemGener | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | integrationName | string | SCIM Integration Name. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. | --- @@ -697,7 +697,7 @@ public readonly integrationName: string; SCIM Integration Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} --- @@ -709,7 +709,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 a36747f98..1c5c50204 100644 --- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.csharp.md +++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetAwsSnsIamPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -623,7 +623,7 @@ new DataSnowflakeSystemGetAwsSnsIamPolicyConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | AwsSnsTopicArn | string | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -707,7 +707,7 @@ public string AwsSnsTopicArn { get; set; } Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -719,7 +719,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 d65bd4758..eee27436d 100644 --- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.go.md +++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetAwsSnsIamPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -623,7 +623,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | AwsSnsTopicArn | *string | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -707,7 +707,7 @@ AwsSnsTopicArn *string Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -719,7 +719,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 ff71e5102..36e9ec0fa 100644 --- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.java.md +++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetAwsSnsIamPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeSystemGetAwsSnsIamPolicy.Builder.create(Construct scope, java.lang. | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | awsSnsTopicArn | java.lang.String | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -442,7 +442,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -706,7 +706,7 @@ DataSnowflakeSystemGetAwsSnsIamPolicyConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | awsSnsTopicArn | java.lang.String | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -790,7 +790,7 @@ public java.lang.String getAwsSnsTopicArn(); Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -802,7 +802,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 0a08c9278..eefd5f3d5 100644 --- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.python.md +++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetAwsSnsIamPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeSystemGetAwsSnsIamPolicy.DataSnowflakeSystemGetAwsSnsIamPolicy( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | aws_sns_topic_arn | str | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -476,7 +476,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -736,7 +736,7 @@ dataSnowflakeSystemGetAwsSnsIamPolicy.DataSnowflakeSystemGetAwsSnsIamPolicyConfi | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | aws_sns_topic_arn | str | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -820,7 +820,7 @@ aws_sns_topic_arn: str Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -832,7 +832,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 6918a8ce2..683d15c66 100644 --- a/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.typescript.md +++ b/docs/dataSnowflakeSystemGetAwsSnsIamPolicy.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetAwsSnsIamPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetAwsS The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -613,7 +613,7 @@ const dataSnowflakeSystemGetAwsSnsIamPolicyConfig: dataSnowflakeSystemGetAwsSnsI | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | awsSnsTopicArn | string | Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. | --- @@ -697,7 +697,7 @@ public readonly awsSnsTopicArn: string; Amazon Resource Name (ARN) of the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} --- @@ -709,7 +709,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 29c99c6b5..a97cc10d7 100644 --- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.csharp.md +++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetPrivatelinkConfig -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ new DataSnowflakeSystemGetPrivatelinkConfigConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -769,7 +769,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 4c0603657..d968c7839 100644 --- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.go.md +++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetPrivatelinkConfig -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -769,7 +769,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 09e21f264..0da27116c 100644 --- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.java.md +++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetPrivatelinkConfig -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeSystemGetPrivatelinkConfig.Builder.create(Construct scope, java.lan | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -430,7 +430,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ DataSnowflakeSystemGetPrivatelinkConfigConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -840,7 +840,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 529c6f43e..2e5c61df5 100644 --- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.python.md +++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetPrivatelinkConfig -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeSystemGetPrivatelinkConfig.DataSnowflakeSystemGetPrivatelinkConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -464,7 +464,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use --- @@ -788,7 +788,7 @@ dataSnowflakeSystemGetPrivatelinkConfig.DataSnowflakeSystemGetPrivatelinkConfigC | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -870,7 +870,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 a9dc94764..423f07fff 100644 --- a/docs/dataSnowflakeSystemGetPrivatelinkConfig.typescript.md +++ b/docs/dataSnowflakeSystemGetPrivatelinkConfig.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetPrivatelinkConfig -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetPriv The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use --- @@ -678,7 +678,7 @@ const dataSnowflakeSystemGetPrivatelinkConfigConfig: dataSnowflakeSystemGetPriva | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. | --- @@ -760,7 +760,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 4c4cad9a4..a1a083530 100644 --- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.csharp.md +++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetSnowflakePlatformInfo -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ new DataSnowflakeSystemGetSnowflakePlatformInfoConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -692,7 +692,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 250978b9d..d7aa16ef1 100644 --- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.go.md +++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetSnowflakePlatformInfo -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -692,7 +692,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 9da012819..3acedb933 100644 --- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.java.md +++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetSnowflakePlatformInfo -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeSystemGetSnowflakePlatformInfo.Builder.create(Construct scope, java | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -430,7 +430,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use --- @@ -681,7 +681,7 @@ DataSnowflakeSystemGetSnowflakePlatformInfoConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -763,7 +763,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 b2089c346..d9a283889 100644 --- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.python.md +++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetSnowflakePlatformInfo -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeSystemGetSnowflakePlatformInfo.DataSnowflakeSystemGetSnowflakePlatf | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -464,7 +464,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use --- @@ -711,7 +711,7 @@ dataSnowflakeSystemGetSnowflakePlatformInfo.DataSnowflakeSystemGetSnowflakePlatf | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -793,7 +793,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 a38e8e9cb..5a40c6a2e 100644 --- a/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.typescript.md +++ b/docs/dataSnowflakeSystemGetSnowflakePlatformInfo.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSystemGetSnowflakePlatformInfo -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeSystemGetSnow The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use --- @@ -601,7 +601,7 @@ const dataSnowflakeSystemGetSnowflakePlatformInfoConfig: dataSnowflakeSystemGetS | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. | --- @@ -683,7 +683,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 ad244ed19..55977e078 100644 --- a/docs/dataSnowflakeTables.csharp.md +++ b/docs/dataSnowflakeTables.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables snowflake_tables}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp The id of the existing DataSnowflakeTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeTablesConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the tables from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 264d7e58f..0551a5355 100644 --- a/docs/dataSnowflakeTables.go.md +++ b/docs/dataSnowflakeTables.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables snowflake_tables}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp The id of the existing DataSnowflakeTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the tables from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 5e91a3d35..75d6e6a80 100644 --- a/docs/dataSnowflakeTables.java.md +++ b/docs/dataSnowflakeTables.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables snowflake_tables}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeTables.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the tables from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp The id of the existing DataSnowflakeTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeTablesConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the tables from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 c29f3671b..04970bc04 100644 --- a/docs/dataSnowflakeTables.python.md +++ b/docs/dataSnowflakeTables.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables snowflake_tables}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeTables.DataSnowflakeTables( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the tables from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp The id of the existing DataSnowflakeTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeTables.DataSnowflakeTablesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the tables from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 5eabab465..b9ebc801b 100644 --- a/docs/dataSnowflakeTables.typescript.md +++ b/docs/dataSnowflakeTables.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeTables -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables snowflake_tables}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeTables to imp The id of the existing DataSnowflakeTables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeTablesConfig: dataSnowflakeTables.DataSnowflakeTablesConfig = | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the tables from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#database DataSnowflakeTables#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the tables from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#id DataSnowflakeTables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTasks.csharp.md b/docs/dataSnowflakeTasks.csharp.md index 615ee3725..e18c2e1ba 100644 --- a/docs/dataSnowflakeTasks.csharp.md +++ b/docs/dataSnowflakeTasks.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeTasks -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo The id of the existing DataSnowflakeTasks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeTasksConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the tasks from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTasks.go.md b/docs/dataSnowflakeTasks.go.md index 38fddbc4b..ea334b7c4 100644 --- a/docs/dataSnowflakeTasks.go.md +++ b/docs/dataSnowflakeTasks.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeTasks -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo The id of the existing DataSnowflakeTasks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the tasks from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTasks.java.md b/docs/dataSnowflakeTasks.java.md index 3dee37154..009af23dd 100644 --- a/docs/dataSnowflakeTasks.java.md +++ b/docs/dataSnowflakeTasks.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeTasks -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeTasks.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the tasks from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo The id of the existing DataSnowflakeTasks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeTasksConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the tasks from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTasks.python.md b/docs/dataSnowflakeTasks.python.md index d773169d5..8bf48ac9f 100644 --- a/docs/dataSnowflakeTasks.python.md +++ b/docs/dataSnowflakeTasks.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeTasks -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeTasks.DataSnowflakeTasks( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the tasks from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo The id of the existing DataSnowflakeTasks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeTasks.DataSnowflakeTasksConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the tasks from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeTasks.typescript.md b/docs/dataSnowflakeTasks.typescript.md index 7f7eea7ab..d67b08814 100644 --- a/docs/dataSnowflakeTasks.typescript.md +++ b/docs/dataSnowflakeTasks.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeTasks -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeTasks to impo The id of the existing DataSnowflakeTasks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeTasksConfig: dataSnowflakeTasks.DataSnowflakeTasksConfig = { | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the tasks from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the tasks from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeUsers.csharp.md b/docs/dataSnowflakeUsers.csharp.md index aacff0b31..1f9605203 100644 --- a/docs/dataSnowflakeUsers.csharp.md +++ b/docs/dataSnowflakeUsers.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeUsers -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users snowflake_users}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo The id of the existing DataSnowflakeUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -623,7 +623,7 @@ new DataSnowflakeUsersConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Pattern | string | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -707,7 +707,7 @@ public string Pattern { get; set; } Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -719,7 +719,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeUsers.go.md b/docs/dataSnowflakeUsers.go.md index fd8a3b176..14736599b 100644 --- a/docs/dataSnowflakeUsers.go.md +++ b/docs/dataSnowflakeUsers.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeUsers -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users snowflake_users}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo The id of the existing DataSnowflakeUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -623,7 +623,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Pattern | *string | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -707,7 +707,7 @@ Pattern *string Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -719,7 +719,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeUsers.java.md b/docs/dataSnowflakeUsers.java.md index 1ea0f38cc..1c3ccb571 100644 --- a/docs/dataSnowflakeUsers.java.md +++ b/docs/dataSnowflakeUsers.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeUsers -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users snowflake_users}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeUsers.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | pattern | java.lang.String | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -442,7 +442,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo The id of the existing DataSnowflakeUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -706,7 +706,7 @@ DataSnowflakeUsersConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | pattern | java.lang.String | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -790,7 +790,7 @@ public java.lang.String getPattern(); Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -802,7 +802,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeUsers.python.md b/docs/dataSnowflakeUsers.python.md index 96adecebe..dea0aaa73 100644 --- a/docs/dataSnowflakeUsers.python.md +++ b/docs/dataSnowflakeUsers.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeUsers -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users snowflake_users}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeUsers.DataSnowflakeUsers( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | pattern | str | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -476,7 +476,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo The id of the existing DataSnowflakeUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -736,7 +736,7 @@ dataSnowflakeUsers.DataSnowflakeUsersConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | pattern | str | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -820,7 +820,7 @@ pattern: str Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -832,7 +832,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeUsers.typescript.md b/docs/dataSnowflakeUsers.typescript.md index df80e70bc..dd6f15acc 100644 --- a/docs/dataSnowflakeUsers.typescript.md +++ b/docs/dataSnowflakeUsers.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeUsers -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users snowflake_users}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeUsers to impo The id of the existing DataSnowflakeUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -613,7 +613,7 @@ const dataSnowflakeUsersConfig: dataSnowflakeUsers.DataSnowflakeUsersConfig = { | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | pattern | string | Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | --- @@ -697,7 +697,7 @@ public readonly pattern: string; Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} --- @@ -709,7 +709,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeViews.csharp.md b/docs/dataSnowflakeViews.csharp.md index f4ea730fe..7783a56a3 100644 --- a/docs/dataSnowflakeViews.csharp.md +++ b/docs/dataSnowflakeViews.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views snowflake_views}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo The id of the existing DataSnowflakeViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ new DataSnowflakeViewsConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the schemas from. | | Schema | string | The schema from which to return the views from. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -731,7 +731,7 @@ public string Database { get; set; } The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -745,7 +745,7 @@ public string Schema { get; set; } The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -757,7 +757,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeViews.go.md b/docs/dataSnowflakeViews.go.md index ee7d2e86b..5be5ea6b5 100644 --- a/docs/dataSnowflakeViews.go.md +++ b/docs/dataSnowflakeViews.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views snowflake_views}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo The id of the existing DataSnowflakeViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the schemas from. | | Schema | *string | The schema from which to return the views from. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -731,7 +731,7 @@ Database *string The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -745,7 +745,7 @@ Schema *string The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -757,7 +757,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeViews.java.md b/docs/dataSnowflakeViews.java.md index 8cf3208f7..e9e99c872 100644 --- a/docs/dataSnowflakeViews.java.md +++ b/docs/dataSnowflakeViews.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views snowflake_views}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeViews.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the views from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -454,7 +454,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo The id of the existing DataSnowflakeViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ DataSnowflakeViewsConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the schemas from. | | schema | java.lang.String | The schema from which to return the views from. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -826,7 +826,7 @@ public java.lang.String getDatabase(); The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -840,7 +840,7 @@ public java.lang.String getSchema(); The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -852,7 +852,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeViews.python.md b/docs/dataSnowflakeViews.python.md index d80cf61f6..ba85d6c22 100644 --- a/docs/dataSnowflakeViews.python.md +++ b/docs/dataSnowflakeViews.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views snowflake_views}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeViews.DataSnowflakeViews( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the views from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -488,7 +488,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo The id of the existing DataSnowflakeViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ dataSnowflakeViews.DataSnowflakeViewsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the schemas from. | | schema | str | The schema from which to return the views from. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -856,7 +856,7 @@ database: str The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -870,7 +870,7 @@ schema: str The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -882,7 +882,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeViews.typescript.md b/docs/dataSnowflakeViews.typescript.md index 32e22fb22..9ba5ebf12 100644 --- a/docs/dataSnowflakeViews.typescript.md +++ b/docs/dataSnowflakeViews.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeViews -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views snowflake_views}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeViews to impo The id of the existing DataSnowflakeViews that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -636,7 +636,7 @@ const dataSnowflakeViewsConfig: dataSnowflakeViews.DataSnowflakeViewsConfig = { | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the schemas from. | | schema | string | The schema from which to return the views from. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id}. | --- @@ -720,7 +720,7 @@ public readonly database: string; The database from which to return the schemas from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -734,7 +734,7 @@ public readonly schema: string; The schema from which to return the views from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeWarehouses.csharp.md b/docs/dataSnowflakeWarehouses.csharp.md index 0e237baf2..9519916bc 100644 --- a/docs/dataSnowflakeWarehouses.csharp.md +++ b/docs/dataSnowflakeWarehouses.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeWarehouses -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to The id of the existing DataSnowflakeWarehouses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ new DataSnowflakeWarehousesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -681,7 +681,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeWarehouses.go.md b/docs/dataSnowflakeWarehouses.go.md index 3585d3a57..b1f804a73 100644 --- a/docs/dataSnowflakeWarehouses.go.md +++ b/docs/dataSnowflakeWarehouses.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeWarehouses -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to The id of the existing DataSnowflakeWarehouses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/datasnowflake | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -681,7 +681,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeWarehouses.java.md b/docs/dataSnowflakeWarehouses.java.md index cf64a142a..dab858f95 100644 --- a/docs/dataSnowflakeWarehouses.java.md +++ b/docs/dataSnowflakeWarehouses.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeWarehouses -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -38,7 +38,7 @@ DataSnowflakeWarehouses.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -430,7 +430,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to The id of the existing DataSnowflakeWarehouses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -670,7 +670,7 @@ DataSnowflakeWarehousesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -752,7 +752,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeWarehouses.python.md b/docs/dataSnowflakeWarehouses.python.md index fab9f2d9d..a2eccabb6 100644 --- a/docs/dataSnowflakeWarehouses.python.md +++ b/docs/dataSnowflakeWarehouses.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeWarehouses -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -36,7 +36,7 @@ dataSnowflakeWarehouses.DataSnowflakeWarehouses( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -104,7 +104,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -464,7 +464,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to The id of the existing DataSnowflakeWarehouses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -700,7 +700,7 @@ dataSnowflakeWarehouses.DataSnowflakeWarehousesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -782,7 +782,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataSnowflakeWarehouses.typescript.md b/docs/dataSnowflakeWarehouses.typescript.md index 94b0ebb6f..809d466c7 100644 --- a/docs/dataSnowflakeWarehouses.typescript.md +++ b/docs/dataSnowflakeWarehouses.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeWarehouses -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -363,7 +363,7 @@ The construct id used in the generated config for the DataSnowflakeWarehouses to The id of the existing DataSnowflakeWarehouses that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -590,7 +590,7 @@ const dataSnowflakeWarehousesConfig: dataSnowflakeWarehouses.DataSnowflakeWareho | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | --- @@ -672,7 +672,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/database.csharp.md b/docs/database.csharp.md index a8f72e28b..054fead10 100644 --- a/docs/database.csharp.md +++ b/docs/database.csharp.md @@ -4,7 +4,7 @@ ### Database -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database snowflake_database}. #### Initializers @@ -529,7 +529,7 @@ The construct id used in the generated config for the Database to import. The id of the existing Database that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -960,13 +960,13 @@ new DatabaseConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. | | DataRetentionTimeInDays | double | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | FromDatabase | string | Specify a database to create a clone from. | | FromReplica | string | Specify a fully-qualified path to a database to create a replica from. | | FromShare | System.Collections.Generic.IDictionary | Specify a provider and a share in this map to create a database from a share. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#id Database#id}. | | IsTransient | object | Specifies a database as transient. | | ReplicationConfiguration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -1050,7 +1050,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. --- @@ -1062,7 +1062,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. --- @@ -1078,7 +1078,7 @@ Number of days for which Snowflake retains historical data for performing Time T A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1092,7 +1092,7 @@ public string FromDatabase { get; set; } Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_database Database#from_database} --- @@ -1108,7 +1108,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_replica Database#from_replica} --- @@ -1122,7 +1122,7 @@ public System.Collections.Generic.IDictionary FromShare { get; s Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_share Database#from_share} --- @@ -1134,7 +1134,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1153,7 +1153,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#is_transient Database#is_transient} --- @@ -1167,7 +1167,7 @@ public DatabaseReplicationConfiguration ReplicationConfiguration { get; set; } replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -1188,8 +1188,8 @@ new DatabaseReplicationConfiguration { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Accounts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#accounts Database#accounts}. | -| IgnoreEditionCheck | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | +| Accounts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#accounts Database#accounts}. | +| IgnoreEditionCheck | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | --- @@ -1201,7 +1201,7 @@ public string[] Accounts { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#accounts Database#accounts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#accounts Database#accounts}. --- @@ -1213,7 +1213,7 @@ public object IgnoreEditionCheck { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. --- diff --git a/docs/database.go.md b/docs/database.go.md index dca917866..81dfd76f1 100644 --- a/docs/database.go.md +++ b/docs/database.go.md @@ -4,7 +4,7 @@ ### Database -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database snowflake_database}. #### Initializers @@ -529,7 +529,7 @@ The construct id used in the generated config for the Database to import. The id of the existing Database that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -960,13 +960,13 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/database" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. | | DataRetentionTimeInDays | *f64 | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | FromDatabase | *string | Specify a database to create a clone from. | | FromReplica | *string | Specify a fully-qualified path to a database to create a replica from. | | FromShare | *map[string]*string | Specify a provider and a share in this map to create a database from a share. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#id Database#id}. | | IsTransient | interface{} | Specifies a database as transient. | | ReplicationConfiguration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -1050,7 +1050,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. --- @@ -1062,7 +1062,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. --- @@ -1078,7 +1078,7 @@ Number of days for which Snowflake retains historical data for performing Time T A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1092,7 +1092,7 @@ FromDatabase *string Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_database Database#from_database} --- @@ -1108,7 +1108,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_replica Database#from_replica} --- @@ -1122,7 +1122,7 @@ FromShare *map[string]*string Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_share Database#from_share} --- @@ -1134,7 +1134,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1153,7 +1153,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#is_transient Database#is_transient} --- @@ -1167,7 +1167,7 @@ ReplicationConfiguration DatabaseReplicationConfiguration replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -1188,8 +1188,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/database" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Accounts | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#accounts Database#accounts}. | -| IgnoreEditionCheck | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | +| Accounts | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#accounts Database#accounts}. | +| IgnoreEditionCheck | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | --- @@ -1201,7 +1201,7 @@ Accounts *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#accounts Database#accounts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#accounts Database#accounts}. --- @@ -1213,7 +1213,7 @@ IgnoreEditionCheck interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. --- diff --git a/docs/database.java.md b/docs/database.java.md index 6468ba0eb..31fade872 100644 --- a/docs/database.java.md +++ b/docs/database.java.md @@ -4,7 +4,7 @@ ### Database -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database snowflake_database}. #### Initializers @@ -47,13 +47,13 @@ Database.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. | | dataRetentionTimeInDays | java.lang.Number | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | fromDatabase | java.lang.String | Specify a database to create a clone from. | | fromReplica | java.lang.String | Specify a fully-qualified path to a database to create a replica from. | | fromShare | java.util.Map | Specify a provider and a share in this map to create a database from a share. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#id Database#id}. | | isTransient | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies a database as transient. | | replicationConfiguration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. --- @@ -143,7 +143,7 @@ Number of days for which Snowflake retains historical data for performing Time T A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_database Database#from_database} --- @@ -165,7 +165,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_replica Database#from_replica} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_share Database#from_share} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#id Database#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -198,7 +198,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#is_transient Database#is_transient} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -697,7 +697,7 @@ The construct id used in the generated config for the Database to import. The id of the existing Database that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -1133,13 +1133,13 @@ DatabaseConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. | | dataRetentionTimeInDays | java.lang.Number | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | fromDatabase | java.lang.String | Specify a database to create a clone from. | | fromReplica | java.lang.String | Specify a fully-qualified path to a database to create a replica from. | | fromShare | java.util.Map | Specify a provider and a share in this map to create a database from a share. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#id Database#id}. | | isTransient | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies a database as transient. | | replicationConfiguration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -1223,7 +1223,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. --- @@ -1235,7 +1235,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. --- @@ -1251,7 +1251,7 @@ Number of days for which Snowflake retains historical data for performing Time T A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1265,7 +1265,7 @@ public java.lang.String getFromDatabase(); Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_database Database#from_database} --- @@ -1281,7 +1281,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_replica Database#from_replica} --- @@ -1295,7 +1295,7 @@ public java.util.Map getFromShare(); Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_share Database#from_share} --- @@ -1307,7 +1307,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1326,7 +1326,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#is_transient Database#is_transient} --- @@ -1340,7 +1340,7 @@ public DatabaseReplicationConfiguration getReplicationConfiguration(); replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -1362,8 +1362,8 @@ DatabaseReplicationConfiguration.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| accounts | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#accounts Database#accounts}. | -| ignoreEditionCheck | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | +| accounts | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#accounts Database#accounts}. | +| ignoreEditionCheck | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | --- @@ -1375,7 +1375,7 @@ public java.util.List getAccounts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#accounts Database#accounts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#accounts Database#accounts}. --- @@ -1387,7 +1387,7 @@ public java.lang.Object getIgnoreEditionCheck(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. --- diff --git a/docs/database.python.md b/docs/database.python.md index 5b00c0c9c..dce94d177 100644 --- a/docs/database.python.md +++ b/docs/database.python.md @@ -4,7 +4,7 @@ ### Database -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database snowflake_database}. #### Initializers @@ -44,13 +44,13 @@ database.Database( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. | | data_retention_time_in_days | typing.Union[int, float] | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | from_database | str | Specify a database to create a clone from. | | from_replica | str | Specify a fully-qualified path to a database to create a replica from. | | from_share | typing.Mapping[str] | Specify a provider and a share in this map to create a database from a share. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#id Database#id}. | | is_transient | typing.Union[bool, cdktf.IResolvable] | Specifies a database as transient. | | replication_configuration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. --- @@ -140,7 +140,7 @@ Number of days for which Snowflake retains historical data for performing Time T A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_database Database#from_database} --- @@ -162,7 +162,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_replica Database#from_replica} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_share Database#from_share} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#id Database#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -195,7 +195,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#is_transient Database#is_transient} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -579,7 +579,7 @@ def put_replication_configuration( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#accounts Database#accounts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#accounts Database#accounts}. --- @@ -587,7 +587,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. --- @@ -753,7 +753,7 @@ The construct id used in the generated config for the Database to import. The id of the existing Database that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -1184,13 +1184,13 @@ database.DatabaseConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. | | data_retention_time_in_days | typing.Union[int, float] | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | from_database | str | Specify a database to create a clone from. | | from_replica | str | Specify a fully-qualified path to a database to create a replica from. | | from_share | typing.Mapping[str] | Specify a provider and a share in this map to create a database from a share. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#id Database#id}. | | is_transient | typing.Union[bool, cdktf.IResolvable] | Specifies a database as transient. | | replication_configuration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -1274,7 +1274,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. --- @@ -1286,7 +1286,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. --- @@ -1302,7 +1302,7 @@ Number of days for which Snowflake retains historical data for performing Time T A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1316,7 +1316,7 @@ from_database: str Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_database Database#from_database} --- @@ -1332,7 +1332,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_replica Database#from_replica} --- @@ -1346,7 +1346,7 @@ from_share: typing.Mapping[str] Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_share Database#from_share} --- @@ -1358,7 +1358,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1377,7 +1377,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#is_transient Database#is_transient} --- @@ -1391,7 +1391,7 @@ replication_configuration: DatabaseReplicationConfiguration replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -1412,8 +1412,8 @@ database.DatabaseReplicationConfiguration( | **Name** | **Type** | **Description** | | --- | --- | --- | -| accounts | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#accounts Database#accounts}. | -| ignore_edition_check | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | +| accounts | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#accounts Database#accounts}. | +| ignore_edition_check | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | --- @@ -1425,7 +1425,7 @@ accounts: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#accounts Database#accounts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#accounts Database#accounts}. --- @@ -1437,7 +1437,7 @@ ignore_edition_check: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. --- diff --git a/docs/database.typescript.md b/docs/database.typescript.md index d7c8cf866..b505f67cc 100644 --- a/docs/database.typescript.md +++ b/docs/database.typescript.md @@ -4,7 +4,7 @@ ### Database -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database snowflake_database}. #### Initializers @@ -529,7 +529,7 @@ The construct id used in the generated config for the Database to import. The id of the existing Database that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -943,13 +943,13 @@ const databaseConfig: database.DatabaseConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. | | dataRetentionTimeInDays | number | Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. | | fromDatabase | string | Specify a database to create a clone from. | | fromReplica | string | Specify a fully-qualified path to a database to create a replica from. | | fromShare | {[ key: string ]: string} | Specify a provider and a share in this map to create a database from a share. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#id Database#id}. | | isTransient | boolean \| cdktf.IResolvable | Specifies a database as transient. | | replicationConfiguration | DatabaseReplicationConfiguration | replication_configuration block. | @@ -1033,7 +1033,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name}. --- @@ -1045,7 +1045,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment}. --- @@ -1061,7 +1061,7 @@ Number of days for which Snowflake retains historical data for performing Time T A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1075,7 +1075,7 @@ public readonly fromDatabase: string; Specify a database to create a clone from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_database Database#from_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_database Database#from_database} --- @@ -1091,7 +1091,7 @@ Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_replica Database#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_replica Database#from_replica} --- @@ -1105,7 +1105,7 @@ public readonly fromShare: {[ key: string ]: string}; Specify a provider and a share in this map to create a database from a share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_share Database#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_share Database#from_share} --- @@ -1117,7 +1117,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1136,7 +1136,7 @@ Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#is_transient Database#is_transient} --- @@ -1150,7 +1150,7 @@ public readonly replicationConfiguration: DatabaseReplicationConfiguration; replication_configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#replication_configuration Database#replication_configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#replication_configuration Database#replication_configuration} --- @@ -1168,8 +1168,8 @@ const databaseReplicationConfiguration: database.DatabaseReplicationConfiguratio | **Name** | **Type** | **Description** | | --- | --- | --- | -| accounts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#accounts Database#accounts}. | -| ignoreEditionCheck | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | +| accounts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#accounts Database#accounts}. | +| ignoreEditionCheck | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. | --- @@ -1181,7 +1181,7 @@ public readonly accounts: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#accounts Database#accounts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#accounts Database#accounts}. --- @@ -1193,7 +1193,7 @@ public readonly ignoreEditionCheck: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check}. --- diff --git a/docs/databaseGrant.csharp.md b/docs/databaseGrant.csharp.md index 1dd1e153b..25edae058 100644 --- a/docs/databaseGrant.csharp.md +++ b/docs/databaseGrant.csharp.md @@ -4,7 +4,7 @@ ### DatabaseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant snowflake_database_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant snowflake_database_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the DatabaseGrant to import. The id of the existing DatabaseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use --- @@ -919,7 +919,7 @@ new DatabaseGrantConfig { | Provisioners | object[] | *No description.* | | DatabaseName | string | The name of the database on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. | | Privilege | string | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | Roles | string[] | Grants privilege to these roles. | @@ -1008,7 +1008,7 @@ public string DatabaseName { get; set; } The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -1024,7 +1024,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -1036,7 +1036,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1053,7 +1053,7 @@ public string Privilege { get; set; } The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -1069,7 +1069,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -1083,7 +1083,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -1097,7 +1097,7 @@ public string[] Shares { get; set; } Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -1111,7 +1111,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- diff --git a/docs/databaseGrant.go.md b/docs/databaseGrant.go.md index 30284d7fe..e00575aac 100644 --- a/docs/databaseGrant.go.md +++ b/docs/databaseGrant.go.md @@ -4,7 +4,7 @@ ### DatabaseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant snowflake_database_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant snowflake_database_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the DatabaseGrant to import. The id of the existing DatabaseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use --- @@ -919,7 +919,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/databasegrant | Provisioners | *[]interface{} | *No description.* | | DatabaseName | *string | The name of the database on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. | | Privilege | *string | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | Roles | *[]*string | Grants privilege to these roles. | @@ -1008,7 +1008,7 @@ DatabaseName *string The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -1024,7 +1024,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -1036,7 +1036,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1053,7 +1053,7 @@ Privilege *string The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -1069,7 +1069,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -1083,7 +1083,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -1097,7 +1097,7 @@ Shares *[]*string Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -1111,7 +1111,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- diff --git a/docs/databaseGrant.java.md b/docs/databaseGrant.java.md index 261398205..4482dec00 100644 --- a/docs/databaseGrant.java.md +++ b/docs/databaseGrant.java.md @@ -4,7 +4,7 @@ ### DatabaseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant snowflake_database_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant snowflake_database_grant}. #### Initializers @@ -49,7 +49,7 @@ DatabaseGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. | | privilege | java.lang.String | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -136,7 +136,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -169,7 +169,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- @@ -668,7 +668,7 @@ The construct id used in the generated config for the DatabaseGrant to import. The id of the existing DatabaseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use --- @@ -1084,7 +1084,7 @@ DatabaseGrantConfig.builder() | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. | | privilege | java.lang.String | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -1173,7 +1173,7 @@ public java.lang.String getDatabaseName(); The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -1189,7 +1189,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -1201,7 +1201,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1218,7 +1218,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -1234,7 +1234,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -1248,7 +1248,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -1262,7 +1262,7 @@ public java.util.List getShares(); Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -1276,7 +1276,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- diff --git a/docs/databaseGrant.python.md b/docs/databaseGrant.python.md index a7c5b459c..fe0b96bd6 100644 --- a/docs/databaseGrant.python.md +++ b/docs/databaseGrant.python.md @@ -4,7 +4,7 @@ ### DatabaseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant snowflake_database_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant snowflake_database_grant}. #### Initializers @@ -45,7 +45,7 @@ databaseGrant.DatabaseGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. | | privilege | str | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -132,7 +132,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -165,7 +165,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- @@ -710,7 +710,7 @@ The construct id used in the generated config for the DatabaseGrant to import. The id of the existing DatabaseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use --- @@ -1120,7 +1120,7 @@ databaseGrant.DatabaseGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. | | privilege | str | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -1209,7 +1209,7 @@ database_name: str The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -1225,7 +1225,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -1237,7 +1237,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1254,7 +1254,7 @@ privilege: str The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -1270,7 +1270,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -1284,7 +1284,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -1298,7 +1298,7 @@ shares: typing.List[str] Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -1312,7 +1312,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- diff --git a/docs/databaseGrant.typescript.md b/docs/databaseGrant.typescript.md index 1e3fa004a..b47215484 100644 --- a/docs/databaseGrant.typescript.md +++ b/docs/databaseGrant.typescript.md @@ -4,7 +4,7 @@ ### DatabaseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant snowflake_database_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant snowflake_database_grant}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the DatabaseGrant to import. The id of the existing DatabaseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use --- @@ -903,7 +903,7 @@ const databaseGrantConfig: databaseGrant.DatabaseGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseName | string | The name of the database on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. | | privilege | string | The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | roles | string[] | Grants privilege to these roles. | @@ -992,7 +992,7 @@ public readonly databaseName: string; The name of the database on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#database_name DatabaseGrant#database_name} --- @@ -1008,7 +1008,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} --- @@ -1020,7 +1020,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1037,7 +1037,7 @@ public readonly privilege: string; The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#privilege DatabaseGrant#privilege} --- @@ -1053,7 +1053,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} --- @@ -1067,7 +1067,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#roles DatabaseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#roles DatabaseGrant#roles} --- @@ -1081,7 +1081,7 @@ public readonly shares: string[]; Grants privilege to these shares. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#shares DatabaseGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#shares DatabaseGrant#shares} --- @@ -1095,7 +1095,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} --- diff --git a/docs/databaseRole.csharp.md b/docs/databaseRole.csharp.md index 5ccd80dba..eceadc6c4 100644 --- a/docs/databaseRole.csharp.md +++ b/docs/databaseRole.csharp.md @@ -4,7 +4,7 @@ ### DatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role snowflake_database_role}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the DatabaseRole to import. The id of the existing DatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -793,7 +793,7 @@ new DatabaseRoleConfig { | Database | string | The database in which to create the database role. | | Name | string | Specifies the identifier for the database role. | | Comment | string | Specifies a comment for the database role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -877,7 +877,7 @@ public string Database { get; set; } The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#database DatabaseRole#database} --- @@ -891,7 +891,7 @@ public string Name { get; set; } Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#name DatabaseRole#name} --- @@ -905,7 +905,7 @@ public string Comment { get; set; } Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -917,7 +917,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 26a73b95f..863d9378e 100644 --- a/docs/databaseRole.go.md +++ b/docs/databaseRole.go.md @@ -4,7 +4,7 @@ ### DatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role snowflake_database_role}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the DatabaseRole to import. The id of the existing DatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#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/v10/databaserole" | Database | *string | The database in which to create the database role. | | Name | *string | Specifies the identifier for the database role. | | Comment | *string | Specifies a comment for the database role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -877,7 +877,7 @@ Database *string The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#database DatabaseRole#database} --- @@ -891,7 +891,7 @@ Name *string Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#name DatabaseRole#name} --- @@ -905,7 +905,7 @@ Comment *string Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -917,7 +917,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 250ea46c1..1d86f0601 100644 --- a/docs/databaseRole.java.md +++ b/docs/databaseRole.java.md @@ -4,7 +4,7 @@ ### DatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role snowflake_database_role}. #### Initializers @@ -44,7 +44,7 @@ DatabaseRole.Builder.create(Construct scope, java.lang.String id) | database | java.lang.String | The database in which to create the database role. | | name | java.lang.String | Specifies the identifier for the database role. | | comment | java.lang.String | Specifies a comment for the database role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#database DatabaseRole#database} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#name DatabaseRole#name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -579,7 +579,7 @@ The construct id used in the generated config for the DatabaseRole to import. The id of the existing DatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -902,7 +902,7 @@ DatabaseRoleConfig.builder() | database | java.lang.String | The database in which to create the database role. | | name | java.lang.String | Specifies the identifier for the database role. | | comment | java.lang.String | Specifies a comment for the database role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -986,7 +986,7 @@ public java.lang.String getDatabase(); The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#database DatabaseRole#database} --- @@ -1000,7 +1000,7 @@ public java.lang.String getName(); Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#name DatabaseRole#name} --- @@ -1014,7 +1014,7 @@ public java.lang.String getComment(); Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -1026,7 +1026,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 ec022b37b..c10e99670 100644 --- a/docs/databaseRole.python.md +++ b/docs/databaseRole.python.md @@ -4,7 +4,7 @@ ### DatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role snowflake_database_role}. #### Initializers @@ -42,7 +42,7 @@ databaseRole.DatabaseRole( | database | str | The database in which to create the database role. | | name | str | Specifies the identifier for the database role. | | comment | str | Specifies a comment for the database role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#database DatabaseRole#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#name DatabaseRole#name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -623,7 +623,7 @@ The construct id used in the generated config for the DatabaseRole to import. The id of the existing DatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -942,7 +942,7 @@ databaseRole.DatabaseRoleConfig( | database | str | The database in which to create the database role. | | name | str | Specifies the identifier for the database role. | | comment | str | Specifies a comment for the database role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -1026,7 +1026,7 @@ database: str The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#database DatabaseRole#database} --- @@ -1040,7 +1040,7 @@ name: str Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#name DatabaseRole#name} --- @@ -1054,7 +1054,7 @@ comment: str Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -1066,7 +1066,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 b986a2165..1d64c82a4 100644 --- a/docs/databaseRole.typescript.md +++ b/docs/databaseRole.typescript.md @@ -4,7 +4,7 @@ ### DatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role snowflake_database_role}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the DatabaseRole to import. The id of the existing DatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ const databaseRoleConfig: databaseRole.DatabaseRoleConfig = { ... } | database | string | The database in which to create the database role. | | name | string | Specifies the identifier for the database role. | | comment | string | Specifies a comment for the database role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -865,7 +865,7 @@ public readonly database: string; The database in which to create the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#database DatabaseRole#database} --- @@ -879,7 +879,7 @@ public readonly name: string; Specifies the identifier for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#name DatabaseRole#name} --- @@ -893,7 +893,7 @@ public readonly comment: string; Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -905,7 +905,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 fee2be781..25484037a 100644 --- a/docs/dynamicTable.csharp.md +++ b/docs/dynamicTable.csharp.md @@ -4,7 +4,7 @@ ### DynamicTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table snowflake_dynamic_table}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the DynamicTable to import. The id of the existing DynamicTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1064,7 +1064,7 @@ new DynamicTableConfig { | TargetLag | DynamicTableTargetLag | target_lag block. | | Warehouse | string | The warehouse in which to create the dynamic table. | | Comment | string | Specifies a comment for the dynamic table. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#id DynamicTable#id}. | | OrReplace | object | Specifies whether to replace the dynamic table if it already exists. | --- @@ -1149,7 +1149,7 @@ public string Database { get; set; } The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1163,7 +1163,7 @@ public string Name { get; set; } Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1177,7 +1177,7 @@ public string Query { get; set; } Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1191,7 +1191,7 @@ public string Schema { get; set; } The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1205,7 +1205,7 @@ public DynamicTableTargetLag TargetLag { get; set; } target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1219,7 +1219,7 @@ public string Warehouse { get; set; } The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1233,7 +1233,7 @@ public string Comment { get; set; } Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1245,7 +1245,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1262,7 +1262,7 @@ public object OrReplace { get; set; } Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1298,7 +1298,7 @@ public object Downstream { get; set; } Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1312,7 +1312,7 @@ public string MaximumDuration { get; set; } Specifies the maximum target lag time for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/dynamicTable.go.md b/docs/dynamicTable.go.md index cb5bf38ee..d5c1c61e3 100644 --- a/docs/dynamicTable.go.md +++ b/docs/dynamicTable.go.md @@ -4,7 +4,7 @@ ### DynamicTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table snowflake_dynamic_table}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the DynamicTable to import. The id of the existing DynamicTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1064,7 +1064,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/dynamictable" | TargetLag | DynamicTableTargetLag | target_lag block. | | Warehouse | *string | The warehouse in which to create the dynamic table. | | Comment | *string | Specifies a comment for the dynamic table. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#id DynamicTable#id}. | | OrReplace | interface{} | Specifies whether to replace the dynamic table if it already exists. | --- @@ -1149,7 +1149,7 @@ Database *string The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1163,7 +1163,7 @@ Name *string Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1177,7 +1177,7 @@ Query *string Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1191,7 +1191,7 @@ Schema *string The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1205,7 +1205,7 @@ TargetLag DynamicTableTargetLag target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1219,7 +1219,7 @@ Warehouse *string The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1233,7 +1233,7 @@ Comment *string Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1245,7 +1245,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1262,7 +1262,7 @@ OrReplace interface{} Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1298,7 +1298,7 @@ Downstream interface{} Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1312,7 +1312,7 @@ MaximumDuration *string Specifies the maximum target lag time for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/dynamicTable.java.md b/docs/dynamicTable.java.md index 654bac8ef..66f06e7e9 100644 --- a/docs/dynamicTable.java.md +++ b/docs/dynamicTable.java.md @@ -4,7 +4,7 @@ ### DynamicTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table snowflake_dynamic_table}. #### Initializers @@ -54,7 +54,7 @@ DynamicTable.Builder.create(Construct scope, java.lang.String id) | targetLag | DynamicTableTargetLag | target_lag block. | | warehouse | java.lang.String | The warehouse in which to create the dynamic table. | | comment | java.lang.String | Specifies a comment for the dynamic table. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#id DynamicTable#id}. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to replace the dynamic table if it already exists. | --- @@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -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/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -206,7 +206,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -660,7 +660,7 @@ The construct id used in the generated config for the DynamicTable to import. The id of the existing DynamicTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1235,7 +1235,7 @@ DynamicTableConfig.builder() | targetLag | DynamicTableTargetLag | target_lag block. | | warehouse | java.lang.String | The warehouse in which to create the dynamic table. | | comment | java.lang.String | Specifies a comment for the dynamic table. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#id DynamicTable#id}. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to replace the dynamic table if it already exists. | --- @@ -1320,7 +1320,7 @@ public java.lang.String getDatabase(); The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1334,7 +1334,7 @@ public java.lang.String getName(); Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1348,7 +1348,7 @@ public java.lang.String getQuery(); Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1362,7 +1362,7 @@ public java.lang.String getSchema(); The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1376,7 +1376,7 @@ public DynamicTableTargetLag getTargetLag(); target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1390,7 +1390,7 @@ public java.lang.String getWarehouse(); The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1404,7 +1404,7 @@ public java.lang.String getComment(); Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1416,7 +1416,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1433,7 +1433,7 @@ public java.lang.Object getOrReplace(); Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1470,7 +1470,7 @@ public java.lang.Object getDownstream(); Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1484,7 +1484,7 @@ public java.lang.String getMaximumDuration(); Specifies the maximum target lag time for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/dynamicTable.python.md b/docs/dynamicTable.python.md index 72e6e94a4..a471dcbf2 100644 --- a/docs/dynamicTable.python.md +++ b/docs/dynamicTable.python.md @@ -4,7 +4,7 @@ ### DynamicTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table snowflake_dynamic_table}. #### Initializers @@ -51,7 +51,7 @@ dynamicTable.DynamicTable( | target_lag | DynamicTableTargetLag | target_lag block. | | warehouse | str | The warehouse in which to create the dynamic table. | | comment | str | Specifies a comment for the dynamic table. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#id DynamicTable#id}. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Specifies whether to replace the dynamic table if it already exists. | --- @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -203,7 +203,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -574,7 +574,7 @@ def put_target_lag( Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -584,7 +584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the maximum target lag time for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- @@ -720,7 +720,7 @@ The construct id used in the generated config for the DynamicTable to import. The id of the existing DynamicTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1290,7 +1290,7 @@ dynamicTable.DynamicTableConfig( | target_lag | DynamicTableTargetLag | target_lag block. | | warehouse | str | The warehouse in which to create the dynamic table. | | comment | str | Specifies a comment for the dynamic table. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#id DynamicTable#id}. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Specifies whether to replace the dynamic table if it already exists. | --- @@ -1375,7 +1375,7 @@ database: str The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1389,7 +1389,7 @@ name: str Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1403,7 +1403,7 @@ query: str Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1417,7 +1417,7 @@ schema: str The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1431,7 +1431,7 @@ target_lag: DynamicTableTargetLag target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1445,7 +1445,7 @@ warehouse: str The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1459,7 +1459,7 @@ comment: str Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1471,7 +1471,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1488,7 +1488,7 @@ or_replace: typing.Union[bool, IResolvable] Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1524,7 +1524,7 @@ downstream: typing.Union[bool, IResolvable] Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1538,7 +1538,7 @@ maximum_duration: str Specifies the maximum target lag time for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/dynamicTable.typescript.md b/docs/dynamicTable.typescript.md index b1a0d82f0..01444c967 100644 --- a/docs/dynamicTable.typescript.md +++ b/docs/dynamicTable.typescript.md @@ -4,7 +4,7 @@ ### DynamicTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table snowflake_dynamic_table}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the DynamicTable to import. The id of the existing DynamicTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1047,7 +1047,7 @@ const dynamicTableConfig: dynamicTable.DynamicTableConfig = { ... } | targetLag | DynamicTableTargetLag | target_lag block. | | warehouse | string | The warehouse in which to create the dynamic table. | | comment | string | Specifies a comment for the dynamic table. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#id DynamicTable#id}. | | orReplace | boolean \| cdktf.IResolvable | Specifies whether to replace the dynamic table if it already exists. | --- @@ -1132,7 +1132,7 @@ public readonly database: string; The database in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1146,7 +1146,7 @@ public readonly name: string; Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1160,7 +1160,7 @@ public readonly query: string; Specifies the query to use to populate the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1174,7 +1174,7 @@ public readonly schema: string; The schema in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1188,7 +1188,7 @@ public readonly targetLag: DynamicTableTargetLag; target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1202,7 +1202,7 @@ public readonly warehouse: string; The warehouse in which to create the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1216,7 +1216,7 @@ public readonly comment: string; Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1228,7 +1228,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1245,7 +1245,7 @@ public readonly orReplace: boolean | IResolvable; Specifies whether to replace the dynamic table if it already exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1278,7 +1278,7 @@ public readonly downstream: boolean | IResolvable; Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1292,7 +1292,7 @@ public readonly maximumDuration: string; Specifies the maximum target lag time for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/emailNotificationIntegration.csharp.md b/docs/emailNotificationIntegration.csharp.md index d11910288..4d34d58f4 100644 --- a/docs/emailNotificationIntegration.csharp.md +++ b/docs/emailNotificationIntegration.csharp.md @@ -4,7 +4,7 @@ ### EmailNotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration snowflake_email_notification_integration}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the EmailNotificationIntegrati The id of the existing EmailNotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -814,10 +814,10 @@ new EmailNotificationIntegrationConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | AllowedRecipients | string[] | List of email addresses that should receive notifications. | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | Comment | string | A comment for the email integration. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -901,7 +901,7 @@ public string[] AllowedRecipients { get; set; } List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -913,7 +913,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -925,7 +925,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -939,7 +939,7 @@ public string Comment { get; set; } A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -951,7 +951,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 16f99b846..50d847f46 100644 --- a/docs/emailNotificationIntegration.go.md +++ b/docs/emailNotificationIntegration.go.md @@ -4,7 +4,7 @@ ### EmailNotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration snowflake_email_notification_integration}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the EmailNotificationIntegrati The id of the existing EmailNotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -814,10 +814,10 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/emailnotifica | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | AllowedRecipients | *[]*string | List of email addresses that should receive notifications. | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | Comment | *string | A comment for the email integration. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -901,7 +901,7 @@ AllowedRecipients *[]*string List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -913,7 +913,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -925,7 +925,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -939,7 +939,7 @@ Comment *string A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -951,7 +951,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 4c4dd8d34..c9c2b5754 100644 --- a/docs/emailNotificationIntegration.java.md +++ b/docs/emailNotificationIntegration.java.md @@ -4,7 +4,7 @@ ### EmailNotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration snowflake_email_notification_integration}. #### Initializers @@ -44,10 +44,10 @@ EmailNotificationIntegration.Builder.create(Construct scope, java.lang.String id | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | allowedRecipients | java.util.List | List of email addresses that should receive notifications. | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.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/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | comment | java.lang.String | A comment for the email integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -588,7 +588,7 @@ The construct id used in the generated config for the EmailNotificationIntegrati The id of the existing EmailNotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -933,10 +933,10 @@ EmailNotificationIntegrationConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | allowedRecipients | java.util.List | List of email addresses that should receive notifications. | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.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/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | comment | java.lang.String | A comment for the email integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -1020,7 +1020,7 @@ public java.util.List getAllowedRecipients(); List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -1032,7 +1032,7 @@ public java.lang.Object getEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -1044,7 +1044,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -1058,7 +1058,7 @@ public java.lang.String getComment(); A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -1070,7 +1070,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 d2dfc9e15..d04cef944 100644 --- a/docs/emailNotificationIntegration.python.md +++ b/docs/emailNotificationIntegration.python.md @@ -4,7 +4,7 @@ ### EmailNotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration snowflake_email_notification_integration}. #### Initializers @@ -41,10 +41,10 @@ emailNotificationIntegration.EmailNotificationIntegration( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | allowed_recipients | typing.List[str] | List of email addresses that should receive notifications. | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | comment | str | A comment for the email integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -631,7 +631,7 @@ The construct id used in the generated config for the EmailNotificationIntegrati The id of the existing EmailNotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -971,10 +971,10 @@ emailNotificationIntegration.EmailNotificationIntegrationConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | allowed_recipients | typing.List[str] | List of email addresses that should receive notifications. | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | comment | str | A comment for the email integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -1058,7 +1058,7 @@ allowed_recipients: typing.List[str] List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -1070,7 +1070,7 @@ enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -1082,7 +1082,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -1096,7 +1096,7 @@ comment: str A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -1108,7 +1108,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 eb9e09b81..4705190ef 100644 --- a/docs/emailNotificationIntegration.typescript.md +++ b/docs/emailNotificationIntegration.typescript.md @@ -4,7 +4,7 @@ ### EmailNotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration snowflake_email_notification_integration}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the EmailNotificationIntegrati The id of the existing EmailNotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -801,10 +801,10 @@ const emailNotificationIntegrationConfig: emailNotificationIntegration.EmailNoti | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | allowedRecipients | string[] | List of email addresses that should receive notifications. | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | | comment | string | A comment for the email integration. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -888,7 +888,7 @@ public readonly allowedRecipients: string[]; List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -900,7 +900,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -912,7 +912,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -926,7 +926,7 @@ public readonly comment: string; A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -938,7 +938,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/externalFunction.csharp.md b/docs/externalFunction.csharp.md index f8e40b7b1..90172032e 100644 --- a/docs/externalFunction.csharp.md +++ b/docs/externalFunction.csharp.md @@ -4,7 +4,7 @@ ### ExternalFunction -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function snowflake_external_function}. #### Initializers @@ -563,7 +563,7 @@ The construct id used in the generated config for the ExternalFunction to import The id of the existing ExternalFunction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1197,7 +1197,7 @@ public string Name { get; set; } Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1211,7 +1211,7 @@ public string Type { get; set; } Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#type ExternalFunction#type} --- @@ -1274,7 +1274,7 @@ new ExternalFunctionConfig { | Compression | string | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | ContextHeaders | string[] | Binds Snowflake context function results to HTTP headers. | | Header | object | header block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1363,7 +1363,7 @@ public string ApiIntegration { get; set; } The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1377,7 +1377,7 @@ public string Database { get; set; } The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#database ExternalFunction#database} --- @@ -1393,7 +1393,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1407,7 +1407,7 @@ public string ReturnBehavior { get; set; } Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1421,7 +1421,7 @@ public string ReturnType { get; set; } Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1435,7 +1435,7 @@ public string Schema { get; set; } The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1449,7 +1449,7 @@ public string UrlOfProxyAndResource { get; set; } This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1463,7 +1463,7 @@ public object Arg { get; set; } arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1477,7 +1477,7 @@ public string Comment { get; set; } A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1491,7 +1491,7 @@ public string Compression { get; set; } If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1505,7 +1505,7 @@ public string[] ContextHeaders { get; set; } Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1519,7 +1519,7 @@ public object Header { get; set; } header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#header ExternalFunction#header} --- @@ -1531,7 +1531,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1548,7 +1548,7 @@ public double MaxBatchRows { get; set; } This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1562,7 +1562,7 @@ public string NullInputBehavior { get; set; } Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1576,7 +1576,7 @@ public string RequestTranslator { get; set; } This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1590,7 +1590,7 @@ public string ResponseTranslator { get; set; } This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1604,7 +1604,7 @@ public object ReturnNullAllowed { get; set; } Indicates whether the function can return NULL values or must return only NON-NULL values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1640,7 +1640,7 @@ public string Name { get; set; } Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1654,7 +1654,7 @@ public string Value { get; set; } Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalFunction.go.md b/docs/externalFunction.go.md index 68d8d564f..a46d634a7 100644 --- a/docs/externalFunction.go.md +++ b/docs/externalFunction.go.md @@ -4,7 +4,7 @@ ### ExternalFunction -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function snowflake_external_function}. #### Initializers @@ -563,7 +563,7 @@ The construct id used in the generated config for the ExternalFunction to import The id of the existing ExternalFunction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1197,7 +1197,7 @@ Name *string Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1211,7 +1211,7 @@ Type *string Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#type ExternalFunction#type} --- @@ -1274,7 +1274,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/externalfunct | Compression | *string | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | ContextHeaders | *[]*string | Binds Snowflake context function results to HTTP headers. | | Header | interface{} | header block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1363,7 +1363,7 @@ ApiIntegration *string The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1377,7 +1377,7 @@ Database *string The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#database ExternalFunction#database} --- @@ -1393,7 +1393,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1407,7 +1407,7 @@ ReturnBehavior *string Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1421,7 +1421,7 @@ ReturnType *string Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1435,7 +1435,7 @@ Schema *string The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1449,7 +1449,7 @@ UrlOfProxyAndResource *string This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1463,7 +1463,7 @@ Arg interface{} arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1477,7 +1477,7 @@ Comment *string A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1491,7 +1491,7 @@ Compression *string If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1505,7 +1505,7 @@ ContextHeaders *[]*string Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1519,7 +1519,7 @@ Header interface{} header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#header ExternalFunction#header} --- @@ -1531,7 +1531,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1548,7 +1548,7 @@ MaxBatchRows *f64 This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1562,7 +1562,7 @@ NullInputBehavior *string Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1576,7 +1576,7 @@ RequestTranslator *string This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1590,7 +1590,7 @@ ResponseTranslator *string This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1604,7 +1604,7 @@ ReturnNullAllowed interface{} Indicates whether the function can return NULL values or must return only NON-NULL values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1640,7 +1640,7 @@ Name *string Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1654,7 +1654,7 @@ Value *string Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalFunction.java.md b/docs/externalFunction.java.md index 3b8b0181c..330dd4609 100644 --- a/docs/externalFunction.java.md +++ b/docs/externalFunction.java.md @@ -4,7 +4,7 @@ ### ExternalFunction -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function snowflake_external_function}. #### Initializers @@ -70,7 +70,7 @@ ExternalFunction.Builder.create(Construct scope, java.lang.String id) | compression | java.lang.String | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | contextHeaders | java.util.List | Binds Snowflake context function results to HTTP headers. | | header | com.hashicorp.cdktf.IResolvable OR java.util.List<ExternalFunctionHeader> | header block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#id ExternalFunction#id}. | | maxBatchRows | java.lang.Number | This specifies the maximum number of rows in each batch sent to the proxy service. | | nullInputBehavior | java.lang.String | Specifies the behavior of the external function when called with null inputs. | | requestTranslator | java.lang.String | This specifies the name of the request translator function. | @@ -145,7 +145,7 @@ Must be unique amongst siblings in the same scope The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#database ExternalFunction#database} --- @@ -167,7 +167,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#header ExternalFunction#header} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#id ExternalFunction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -278,7 +278,7 @@ If you experience problems setting this value it might not be settable. Please t This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -288,7 +288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -298,7 +298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -308,7 +308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 or must return only NON-NULL values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -841,7 +841,7 @@ The construct id used in the generated config for the ExternalFunction to import The id of the existing ExternalFunction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1475,7 +1475,7 @@ public java.lang.String getName(); Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1489,7 +1489,7 @@ public java.lang.String getType(); Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#type ExternalFunction#type} --- @@ -1559,7 +1559,7 @@ ExternalFunctionConfig.builder() | compression | java.lang.String | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | contextHeaders | java.util.List | Binds Snowflake context function results to HTTP headers. | | header | com.hashicorp.cdktf.IResolvable OR java.util.List<ExternalFunctionHeader> | header block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1648,7 +1648,7 @@ public java.lang.String getApiIntegration(); The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1662,7 +1662,7 @@ public java.lang.String getDatabase(); The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#database ExternalFunction#database} --- @@ -1678,7 +1678,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1692,7 +1692,7 @@ public java.lang.String getReturnBehavior(); Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1706,7 +1706,7 @@ public java.lang.String getReturnType(); Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1720,7 +1720,7 @@ public java.lang.String getSchema(); The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1734,7 +1734,7 @@ public java.lang.String getUrlOfProxyAndResource(); This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1748,7 +1748,7 @@ public java.lang.Object getArg(); arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1762,7 +1762,7 @@ public java.lang.String getComment(); A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1776,7 +1776,7 @@ public java.lang.String getCompression(); If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1790,7 +1790,7 @@ public java.util.List getContextHeaders(); Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1804,7 +1804,7 @@ public java.lang.Object getHeader(); header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#header ExternalFunction#header} --- @@ -1816,7 +1816,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1833,7 +1833,7 @@ public java.lang.Number getMaxBatchRows(); This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1847,7 +1847,7 @@ public java.lang.String getNullInputBehavior(); Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1861,7 +1861,7 @@ public java.lang.String getRequestTranslator(); This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1875,7 +1875,7 @@ public java.lang.String getResponseTranslator(); This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1889,7 +1889,7 @@ public java.lang.Object getReturnNullAllowed(); Indicates whether the function can return NULL values or must return only NON-NULL values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1925,7 +1925,7 @@ public java.lang.String getName(); Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1939,7 +1939,7 @@ public java.lang.String getValue(); Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalFunction.python.md b/docs/externalFunction.python.md index 3405e5c18..668aca8bc 100644 --- a/docs/externalFunction.python.md +++ b/docs/externalFunction.python.md @@ -4,7 +4,7 @@ ### ExternalFunction -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function snowflake_external_function}. #### Initializers @@ -65,7 +65,7 @@ externalFunction.ExternalFunction( | compression | str | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | context_headers | typing.List[str] | Binds Snowflake context function results to HTTP headers. | | header | typing.Union[cdktf.IResolvable, typing.List[ExternalFunctionHeader]] | header block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#id ExternalFunction#id}. | | max_batch_rows | typing.Union[int, float] | This specifies the maximum number of rows in each batch sent to the proxy service. | | null_input_behavior | str | Specifies the behavior of the external function when called with null inputs. | | request_translator | str | This specifies the name of the request translator function. | @@ -140,7 +140,7 @@ Must be unique amongst siblings in the same scope The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#database ExternalFunction#database} --- @@ -162,7 +162,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#header ExternalFunction#header} --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#id ExternalFunction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -273,7 +273,7 @@ If you experience problems setting this value it might not be settable. Please t This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 or must return only NON-NULL values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -886,7 +886,7 @@ The construct id used in the generated config for the ExternalFunction to import The id of the existing ExternalFunction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1520,7 +1520,7 @@ name: str Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1534,7 +1534,7 @@ type: str Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#type ExternalFunction#type} --- @@ -1597,7 +1597,7 @@ externalFunction.ExternalFunctionConfig( | compression | str | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | context_headers | typing.List[str] | Binds Snowflake context function results to HTTP headers. | | header | typing.Union[cdktf.IResolvable, typing.List[ExternalFunctionHeader]] | header block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1686,7 +1686,7 @@ api_integration: str The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1700,7 +1700,7 @@ database: str The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#database ExternalFunction#database} --- @@ -1716,7 +1716,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1730,7 +1730,7 @@ return_behavior: str Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1744,7 +1744,7 @@ return_type: str Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1758,7 +1758,7 @@ schema: str The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1772,7 +1772,7 @@ url_of_proxy_and_resource: str This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1786,7 +1786,7 @@ arg: typing.Union[IResolvable, typing.List[ExternalFunctionArg]] arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1800,7 +1800,7 @@ comment: str A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1814,7 +1814,7 @@ compression: str If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1828,7 +1828,7 @@ context_headers: typing.List[str] Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1842,7 +1842,7 @@ header: typing.Union[IResolvable, typing.List[ExternalFunctionHeader]] header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#header ExternalFunction#header} --- @@ -1854,7 +1854,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1871,7 +1871,7 @@ max_batch_rows: typing.Union[int, float] This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1885,7 +1885,7 @@ null_input_behavior: str Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1899,7 +1899,7 @@ request_translator: str This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1913,7 +1913,7 @@ response_translator: str This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1927,7 +1927,7 @@ return_null_allowed: typing.Union[bool, IResolvable] Indicates whether the function can return NULL values or must return only NON-NULL values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1963,7 +1963,7 @@ name: str Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1977,7 +1977,7 @@ value: str Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalFunction.typescript.md b/docs/externalFunction.typescript.md index ef6c1d057..92fab29b5 100644 --- a/docs/externalFunction.typescript.md +++ b/docs/externalFunction.typescript.md @@ -4,7 +4,7 @@ ### ExternalFunction -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function snowflake_external_function}. #### Initializers @@ -563,7 +563,7 @@ The construct id used in the generated config for the ExternalFunction to import The id of the existing ExternalFunction that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1194,7 +1194,7 @@ public readonly name: string; Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1208,7 +1208,7 @@ public readonly type: string; Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#type ExternalFunction#type} --- @@ -1245,7 +1245,7 @@ const externalFunctionConfig: externalFunction.ExternalFunctionConfig = { ... } | compression | string | If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. | | contextHeaders | string[] | Binds Snowflake context function results to HTTP headers. | | header | cdktf.IResolvable \| ExternalFunctionHeader[] | header block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1334,7 +1334,7 @@ public readonly apiIntegration: string; The name of the API integration object that should be used to authenticate the call to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1348,7 +1348,7 @@ public readonly database: string; The database in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#database ExternalFunction#database} --- @@ -1364,7 +1364,7 @@ Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1378,7 +1378,7 @@ public readonly returnBehavior: string; Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1392,7 +1392,7 @@ public readonly returnType: string; Specifies the data type returned by the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1406,7 +1406,7 @@ public readonly schema: string; The schema in which to create the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1420,7 +1420,7 @@ public readonly urlOfProxyAndResource: string; This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1434,7 +1434,7 @@ public readonly arg: IResolvable | ExternalFunctionArg[]; arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1448,7 +1448,7 @@ public readonly comment: string; A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1462,7 +1462,7 @@ public readonly compression: string; If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1476,7 +1476,7 @@ public readonly contextHeaders: string[]; Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1490,7 +1490,7 @@ public readonly header: IResolvable | ExternalFunctionHeader[]; header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#header ExternalFunction#header} --- @@ -1502,7 +1502,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1519,7 +1519,7 @@ public readonly maxBatchRows: number; This specifies the maximum number of rows in each batch sent to the proxy service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1533,7 +1533,7 @@ public readonly nullInputBehavior: string; Specifies the behavior of the external function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1547,7 +1547,7 @@ public readonly requestTranslator: string; This specifies the name of the request translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1561,7 +1561,7 @@ public readonly responseTranslator: string; This specifies the name of the response translator function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1575,7 +1575,7 @@ public readonly returnNullAllowed: boolean | IResolvable; Indicates whether the function can return NULL values or must return only NON-NULL values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1608,7 +1608,7 @@ public readonly name: string; Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} --- @@ -1622,7 +1622,7 @@ public readonly value: string; Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalOauthIntegration.csharp.md b/docs/externalOauthIntegration.csharp.md index 9e3f7aba4..f86350f8f 100644 --- a/docs/externalOauthIntegration.csharp.md +++ b/docs/externalOauthIntegration.csharp.md @@ -4,7 +4,7 @@ ### ExternalOauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ExternalOauthIntegration t The id of the existing ExternalOauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1174,7 +1174,7 @@ new ExternalOauthIntegrationConfig { | AudienceUrls | string[] | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | BlockedRoles | string[] | Specifies the list of roles that a client cannot set as the primary role. | | Comment | string | Specifies a comment for the OAuth integration. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | JwsKeysUrls | string[] | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | RsaPublicKey | string | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | RsaPublicKey2 | string | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1263,7 +1263,7 @@ public object Enabled { get; set; } Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1277,7 +1277,7 @@ public string Issuer { get; set; } Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -1293,7 +1293,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1307,7 +1307,7 @@ public string SnowflakeUserMappingAttribute { get; set; } Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -1321,7 +1321,7 @@ public string[] TokenUserMappingClaims { get; set; } Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -1335,7 +1335,7 @@ public string Type { get; set; } Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -1349,7 +1349,7 @@ public string[] AllowedRoles { get; set; } Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -1363,7 +1363,7 @@ public string AnyRoleMode { get; set; } Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -1377,7 +1377,7 @@ public string[] AudienceUrls { get; set; } Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -1393,7 +1393,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -1407,7 +1407,7 @@ public string Comment { get; set; } Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1419,7 +1419,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1438,7 +1438,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -1452,7 +1452,7 @@ public string RsaPublicKey { get; set; } Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -1468,7 +1468,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -1482,7 +1482,7 @@ public string ScopeDelimiter { get; set; } Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -1496,7 +1496,7 @@ public string ScopeMappingAttribute { get; set; } Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- diff --git a/docs/externalOauthIntegration.go.md b/docs/externalOauthIntegration.go.md index f782d787a..92a5168fa 100644 --- a/docs/externalOauthIntegration.go.md +++ b/docs/externalOauthIntegration.go.md @@ -4,7 +4,7 @@ ### ExternalOauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ExternalOauthIntegration t The id of the existing ExternalOauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1174,7 +1174,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/externaloauth | AudienceUrls | *[]*string | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | BlockedRoles | *[]*string | Specifies the list of roles that a client cannot set as the primary role. | | Comment | *string | Specifies a comment for the OAuth integration. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | JwsKeysUrls | *[]*string | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | RsaPublicKey | *string | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | RsaPublicKey2 | *string | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1263,7 +1263,7 @@ Enabled interface{} Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1277,7 +1277,7 @@ Issuer *string Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -1293,7 +1293,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1307,7 +1307,7 @@ SnowflakeUserMappingAttribute *string Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -1321,7 +1321,7 @@ TokenUserMappingClaims *[]*string Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -1335,7 +1335,7 @@ Type *string Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -1349,7 +1349,7 @@ AllowedRoles *[]*string Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -1363,7 +1363,7 @@ AnyRoleMode *string Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -1377,7 +1377,7 @@ AudienceUrls *[]*string Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -1393,7 +1393,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -1407,7 +1407,7 @@ Comment *string Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1419,7 +1419,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1438,7 +1438,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -1452,7 +1452,7 @@ RsaPublicKey *string Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -1468,7 +1468,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -1482,7 +1482,7 @@ ScopeDelimiter *string Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -1496,7 +1496,7 @@ ScopeMappingAttribute *string Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- diff --git a/docs/externalOauthIntegration.java.md b/docs/externalOauthIntegration.java.md index 1eacfbe5d..08501f7d4 100644 --- a/docs/externalOauthIntegration.java.md +++ b/docs/externalOauthIntegration.java.md @@ -4,7 +4,7 @@ ### ExternalOauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. #### Initializers @@ -66,7 +66,7 @@ ExternalOauthIntegration.Builder.create(Construct scope, java.lang.String id) | audienceUrls | java.util.List | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | blockedRoles | java.util.List | Specifies the list of roles that a client cannot set as the primary role. | | comment | java.lang.String | Specifies a comment for the OAuth integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | jwsKeysUrls | java.util.List | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | rsaPublicKey | java.lang.String | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | rsaPublicKey2 | java.lang.String | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -141,7 +141,7 @@ Must be unique amongst siblings in the same scope Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -163,7 +163,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -235,7 +235,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -268,7 +268,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -278,7 +278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -290,7 +290,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- @@ -807,7 +807,7 @@ The construct id used in the generated config for the ExternalOauthIntegration t The id of the existing ExternalOauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1449,7 +1449,7 @@ ExternalOauthIntegrationConfig.builder() | audienceUrls | java.util.List | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | blockedRoles | java.util.List | Specifies the list of roles that a client cannot set as the primary role. | | comment | java.lang.String | Specifies a comment for the OAuth integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | jwsKeysUrls | java.util.List | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | rsaPublicKey | java.lang.String | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | rsaPublicKey2 | java.lang.String | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1538,7 +1538,7 @@ public java.lang.Object getEnabled(); Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1552,7 +1552,7 @@ public java.lang.String getIssuer(); Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -1568,7 +1568,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1582,7 +1582,7 @@ public java.lang.String getSnowflakeUserMappingAttribute(); Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -1596,7 +1596,7 @@ public java.util.List getTokenUserMappingClaims(); Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -1610,7 +1610,7 @@ public java.lang.String getType(); Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -1624,7 +1624,7 @@ public java.util.List getAllowedRoles(); Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -1638,7 +1638,7 @@ public java.lang.String getAnyRoleMode(); Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -1652,7 +1652,7 @@ public java.util.List getAudienceUrls(); Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -1668,7 +1668,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -1682,7 +1682,7 @@ public java.lang.String getComment(); Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1694,7 +1694,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1713,7 +1713,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -1727,7 +1727,7 @@ public java.lang.String getRsaPublicKey(); Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -1743,7 +1743,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -1757,7 +1757,7 @@ public java.lang.String getScopeDelimiter(); Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -1771,7 +1771,7 @@ public java.lang.String getScopeMappingAttribute(); Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- diff --git a/docs/externalOauthIntegration.python.md b/docs/externalOauthIntegration.python.md index a6196e052..6eda6bf30 100644 --- a/docs/externalOauthIntegration.python.md +++ b/docs/externalOauthIntegration.python.md @@ -4,7 +4,7 @@ ### ExternalOauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. #### Initializers @@ -63,7 +63,7 @@ externalOauthIntegration.ExternalOauthIntegration( | audience_urls | typing.List[str] | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | blocked_roles | typing.List[str] | Specifies the list of roles that a client cannot set as the primary role. | | comment | str | Specifies a comment for the OAuth integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | jws_keys_urls | typing.List[str] | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | rsa_public_key | str | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | rsa_public_key2 | str | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -160,7 +160,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -232,7 +232,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -265,7 +265,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -287,7 +287,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -307,7 +307,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- @@ -850,7 +850,7 @@ The construct id used in the generated config for the ExternalOauthIntegration t The id of the existing ExternalOauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1487,7 +1487,7 @@ externalOauthIntegration.ExternalOauthIntegrationConfig( | audience_urls | typing.List[str] | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | blocked_roles | typing.List[str] | Specifies the list of roles that a client cannot set as the primary role. | | comment | str | Specifies a comment for the OAuth integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | jws_keys_urls | typing.List[str] | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | rsa_public_key | str | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | rsa_public_key2 | str | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1576,7 +1576,7 @@ enabled: typing.Union[bool, IResolvable] Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1590,7 +1590,7 @@ issuer: str Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -1606,7 +1606,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1620,7 +1620,7 @@ snowflake_user_mapping_attribute: str Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -1634,7 +1634,7 @@ token_user_mapping_claims: typing.List[str] Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -1648,7 +1648,7 @@ type: str Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -1662,7 +1662,7 @@ allowed_roles: typing.List[str] Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -1676,7 +1676,7 @@ any_role_mode: str Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -1690,7 +1690,7 @@ audience_urls: typing.List[str] Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -1706,7 +1706,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -1720,7 +1720,7 @@ comment: str Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1732,7 +1732,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1751,7 +1751,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -1765,7 +1765,7 @@ rsa_public_key: str Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -1781,7 +1781,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -1795,7 +1795,7 @@ scope_delimiter: str Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -1809,7 +1809,7 @@ scope_mapping_attribute: str Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- diff --git a/docs/externalOauthIntegration.typescript.md b/docs/externalOauthIntegration.typescript.md index 91e3596b2..090ef44e4 100644 --- a/docs/externalOauthIntegration.typescript.md +++ b/docs/externalOauthIntegration.typescript.md @@ -4,7 +4,7 @@ ### ExternalOauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ExternalOauthIntegration t The id of the existing ExternalOauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1149,7 +1149,7 @@ const externalOauthIntegrationConfig: externalOauthIntegration.ExternalOauthInte | audienceUrls | string[] | Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. | | blockedRoles | string[] | Specifies the list of roles that a client cannot set as the primary role. | | comment | string | Specifies a comment for the OAuth integration. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | | jwsKeysUrls | string[] | Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. | | rsaPublicKey | string | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | rsaPublicKey2 | string | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1238,7 +1238,7 @@ public readonly enabled: boolean | IResolvable; Specifies whether to initiate operation of the integration or suspend it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1252,7 +1252,7 @@ public readonly issuer: string; Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} --- @@ -1268,7 +1268,7 @@ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1282,7 +1282,7 @@ public readonly snowflakeUserMappingAttribute: string; Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} --- @@ -1296,7 +1296,7 @@ public readonly tokenUserMappingClaims: string[]; Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} --- @@ -1310,7 +1310,7 @@ public readonly type: string; Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} --- @@ -1324,7 +1324,7 @@ public readonly allowedRoles: string[]; Specifies the list of roles that the client can set as the primary role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} --- @@ -1338,7 +1338,7 @@ public readonly anyRoleMode: string; Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} --- @@ -1352,7 +1352,7 @@ public readonly audienceUrls: string[]; Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} --- @@ -1368,7 +1368,7 @@ Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} --- @@ -1382,7 +1382,7 @@ public readonly comment: string; Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1394,7 +1394,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1413,7 +1413,7 @@ Specifies the endpoint or a list of endpoints from which to download public keys The maximum number of URLs that can be specified in the list is 3. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} --- @@ -1427,7 +1427,7 @@ public readonly rsaPublicKey: string; Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} --- @@ -1443,7 +1443,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} --- @@ -1457,7 +1457,7 @@ public readonly scopeDelimiter: string; Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} --- @@ -1471,7 +1471,7 @@ public readonly scopeMappingAttribute: string; Specifies the access token claim to map the access token to an account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} --- diff --git a/docs/externalTable.csharp.md b/docs/externalTable.csharp.md index 4bd22b8f1..8bf6068e0 100644 --- a/docs/externalTable.csharp.md +++ b/docs/externalTable.csharp.md @@ -4,7 +4,7 @@ ### ExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table snowflake_external_table}. #### Initializers @@ -549,7 +549,7 @@ The construct id used in the generated config for the ExternalTable to import. The id of the existing ExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1119,7 +1119,7 @@ public string As { get; set; } String that specifies the expression for the column. When queried, the column returns results derived from this expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#as ExternalTable#as} --- @@ -1133,7 +1133,7 @@ public string Name { get; set; } Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1147,7 +1147,7 @@ public string Type { get; set; } Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#type ExternalTable#type} --- @@ -1205,7 +1205,7 @@ new ExternalTableConfig { | AwsSnsTopic | string | Specifies the aws sns topic for the external table. | | Comment | string | Specifies a comment for the external table. | | CopyGrants | object | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1293,7 +1293,7 @@ public object Column { get; set; } column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#column ExternalTable#column} --- @@ -1307,7 +1307,7 @@ public string Database { get; set; } The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} --- @@ -1321,7 +1321,7 @@ public string FileFormat { get; set; } Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1335,7 +1335,7 @@ public string Location { get; set; } Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#location ExternalTable#location} --- @@ -1351,7 +1351,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1365,7 +1365,7 @@ public string Schema { get; set; } The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1379,7 +1379,7 @@ public object AutoRefresh { get; set; } Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1393,7 +1393,7 @@ public string AwsSnsTopic { get; set; } Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1407,7 +1407,7 @@ public string Comment { get; set; } Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1421,7 +1421,7 @@ public object CopyGrants { get; set; } Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1433,7 +1433,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1450,7 +1450,7 @@ public string[] PartitionBy { get; set; } Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1464,7 +1464,7 @@ public string Pattern { get; set; } Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1478,7 +1478,7 @@ public object RefreshOnCreate { get; set; } Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1492,7 +1492,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1532,7 +1532,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1546,7 +1546,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#value ExternalTable#value} --- @@ -1560,7 +1560,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} --- @@ -1574,7 +1574,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTable.go.md b/docs/externalTable.go.md index 1046682a6..f5eb83fd9 100644 --- a/docs/externalTable.go.md +++ b/docs/externalTable.go.md @@ -4,7 +4,7 @@ ### ExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table snowflake_external_table}. #### Initializers @@ -549,7 +549,7 @@ The construct id used in the generated config for the ExternalTable to import. The id of the existing ExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1119,7 +1119,7 @@ As *string String that specifies the expression for the column. When queried, the column returns results derived from this expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#as ExternalTable#as} --- @@ -1133,7 +1133,7 @@ Name *string Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1147,7 +1147,7 @@ Type *string Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#type ExternalTable#type} --- @@ -1205,7 +1205,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/externaltable | AwsSnsTopic | *string | Specifies the aws sns topic for the external table. | | Comment | *string | Specifies a comment for the external table. | | CopyGrants | interface{} | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1293,7 +1293,7 @@ Column interface{} column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#column ExternalTable#column} --- @@ -1307,7 +1307,7 @@ Database *string The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} --- @@ -1321,7 +1321,7 @@ FileFormat *string Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1335,7 +1335,7 @@ Location *string Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#location ExternalTable#location} --- @@ -1351,7 +1351,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1365,7 +1365,7 @@ Schema *string The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1379,7 +1379,7 @@ AutoRefresh interface{} Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1393,7 +1393,7 @@ AwsSnsTopic *string Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1407,7 +1407,7 @@ Comment *string Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1421,7 +1421,7 @@ CopyGrants interface{} Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1433,7 +1433,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1450,7 +1450,7 @@ PartitionBy *[]*string Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1464,7 +1464,7 @@ Pattern *string Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1478,7 +1478,7 @@ RefreshOnCreate interface{} Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1492,7 +1492,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1532,7 +1532,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1546,7 +1546,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#value ExternalTable#value} --- @@ -1560,7 +1560,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} --- @@ -1574,7 +1574,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTable.java.md b/docs/externalTable.java.md index 54b03edc6..1e173529e 100644 --- a/docs/externalTable.java.md +++ b/docs/externalTable.java.md @@ -4,7 +4,7 @@ ### ExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table snowflake_external_table}. #### Initializers @@ -67,7 +67,7 @@ ExternalTable.Builder.create(Construct scope, java.lang.String id) | awsSnsTopic | java.lang.String | Specifies the aws sns topic for the external table. | | comment | java.lang.String | Specifies a comment for the external table. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -141,7 +141,7 @@ Must be unique amongst siblings in the same scope column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#column ExternalTable#column} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#location ExternalTable#location} --- @@ -183,7 +183,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#comment ExternalTable#comment} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -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/0.79.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -254,7 +254,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -264,7 +264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#tag ExternalTable#tag} --- @@ -793,7 +793,7 @@ The construct id used in the generated config for the ExternalTable to import. The id of the existing ExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1363,7 +1363,7 @@ public java.lang.String getAs(); String that specifies the expression for the column. When queried, the column returns results derived from this expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#as ExternalTable#as} --- @@ -1377,7 +1377,7 @@ public java.lang.String getName(); Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1391,7 +1391,7 @@ public java.lang.String getType(); Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#type ExternalTable#type} --- @@ -1458,7 +1458,7 @@ ExternalTableConfig.builder() | awsSnsTopic | java.lang.String | Specifies the aws sns topic for the external table. | | comment | java.lang.String | Specifies a comment for the external table. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1546,7 +1546,7 @@ public java.lang.Object getColumn(); column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#column ExternalTable#column} --- @@ -1560,7 +1560,7 @@ public java.lang.String getDatabase(); The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} --- @@ -1574,7 +1574,7 @@ public java.lang.String getFileFormat(); Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1588,7 +1588,7 @@ public java.lang.String getLocation(); Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#location ExternalTable#location} --- @@ -1604,7 +1604,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1618,7 +1618,7 @@ public java.lang.String getSchema(); The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1632,7 +1632,7 @@ public java.lang.Object getAutoRefresh(); Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1646,7 +1646,7 @@ public java.lang.String getAwsSnsTopic(); Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1660,7 +1660,7 @@ public java.lang.String getComment(); Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1674,7 +1674,7 @@ public java.lang.Object getCopyGrants(); Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1686,7 +1686,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1703,7 +1703,7 @@ public java.util.List getPartitionBy(); Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1717,7 +1717,7 @@ public java.lang.String getPattern(); Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1731,7 +1731,7 @@ public java.lang.Object getRefreshOnCreate(); Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1745,7 +1745,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1785,7 +1785,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1799,7 +1799,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#value ExternalTable#value} --- @@ -1813,7 +1813,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} --- @@ -1827,7 +1827,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTable.python.md b/docs/externalTable.python.md index 2d035693d..7f60b8aa9 100644 --- a/docs/externalTable.python.md +++ b/docs/externalTable.python.md @@ -4,7 +4,7 @@ ### ExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table snowflake_external_table}. #### Initializers @@ -60,7 +60,7 @@ externalTable.ExternalTable( | aws_sns_topic | str | Specifies the aws sns topic for the external table. | | comment | str | Specifies a comment for the external table. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#column ExternalTable#column} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#location ExternalTable#location} --- @@ -176,7 +176,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#comment ExternalTable#comment} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -247,7 +247,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#tag ExternalTable#tag} --- @@ -836,7 +836,7 @@ The construct id used in the generated config for the ExternalTable to import. The id of the existing ExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1406,7 +1406,7 @@ as: str String that specifies the expression for the column. When queried, the column returns results derived from this expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#as ExternalTable#as} --- @@ -1420,7 +1420,7 @@ name: str Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1434,7 +1434,7 @@ type: str Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#type ExternalTable#type} --- @@ -1492,7 +1492,7 @@ externalTable.ExternalTableConfig( | aws_sns_topic | str | Specifies the aws sns topic for the external table. | | comment | str | Specifies a comment for the external table. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1580,7 +1580,7 @@ column: typing.Union[IResolvable, typing.List[ExternalTableColumn]] column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#column ExternalTable#column} --- @@ -1594,7 +1594,7 @@ database: str The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} --- @@ -1608,7 +1608,7 @@ file_format: str Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1622,7 +1622,7 @@ location: str Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#location ExternalTable#location} --- @@ -1638,7 +1638,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1652,7 +1652,7 @@ schema: str The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1666,7 +1666,7 @@ auto_refresh: typing.Union[bool, IResolvable] Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1680,7 +1680,7 @@ aws_sns_topic: str Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1694,7 +1694,7 @@ comment: str Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1708,7 +1708,7 @@ copy_grants: typing.Union[bool, IResolvable] Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1720,7 +1720,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1737,7 +1737,7 @@ partition_by: typing.List[str] Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1751,7 +1751,7 @@ pattern: str Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1765,7 +1765,7 @@ refresh_on_create: typing.Union[bool, IResolvable] Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1779,7 +1779,7 @@ tag: typing.Union[IResolvable, typing.List[ExternalTableTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1819,7 +1819,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1833,7 +1833,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#value ExternalTable#value} --- @@ -1847,7 +1847,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} --- @@ -1861,7 +1861,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTable.typescript.md b/docs/externalTable.typescript.md index 6bc945b2e..45285659b 100644 --- a/docs/externalTable.typescript.md +++ b/docs/externalTable.typescript.md @@ -4,7 +4,7 @@ ### ExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table snowflake_external_table}. #### Initializers @@ -549,7 +549,7 @@ The construct id used in the generated config for the ExternalTable to import. The id of the existing ExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1115,7 +1115,7 @@ public readonly as: string; String that specifies the expression for the column. When queried, the column returns results derived from this expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#as ExternalTable#as} --- @@ -1129,7 +1129,7 @@ public readonly name: string; Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1143,7 +1143,7 @@ public readonly type: string; Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#type ExternalTable#type} --- @@ -1178,7 +1178,7 @@ const externalTableConfig: externalTable.ExternalTableConfig = { ... } | awsSnsTopic | string | Specifies the aws sns topic for the external table. | | comment | string | Specifies a comment for the external table. | | copyGrants | boolean \| cdktf.IResolvable | Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1266,7 +1266,7 @@ public readonly column: IResolvable | ExternalTableColumn[]; column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#column ExternalTable#column} --- @@ -1280,7 +1280,7 @@ public readonly database: string; The database in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} --- @@ -1294,7 +1294,7 @@ public readonly fileFormat: string; Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1308,7 +1308,7 @@ public readonly location: string; Specifies a location for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#location ExternalTable#location} --- @@ -1324,7 +1324,7 @@ Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1338,7 +1338,7 @@ public readonly schema: string; The schema in which to create the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1352,7 +1352,7 @@ public readonly autoRefresh: boolean | IResolvable; Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1366,7 +1366,7 @@ public readonly awsSnsTopic: string; Specifies the aws sns topic for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1380,7 +1380,7 @@ public readonly comment: string; Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1394,7 +1394,7 @@ public readonly copyGrants: boolean | IResolvable; Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1406,7 +1406,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1423,7 +1423,7 @@ public readonly partitionBy: string[]; Specifies any partition columns to evaluate for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1437,7 +1437,7 @@ public readonly pattern: string; Specifies the file names and/or paths on the external stage to match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1451,7 +1451,7 @@ public readonly refreshOnCreate: boolean | IResolvable; Specifies weather to refresh when an external table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1465,7 +1465,7 @@ public readonly tag: IResolvable | ExternalTableTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1500,7 +1500,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} --- @@ -1514,7 +1514,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#value ExternalTable#value} --- @@ -1528,7 +1528,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} --- @@ -1542,7 +1542,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTableGrant.csharp.md b/docs/externalTableGrant.csharp.md index ca93f8a64..01f0594c4 100644 --- a/docs/externalTableGrant.csharp.md +++ b/docs/externalTableGrant.csharp.md @@ -4,7 +4,7 @@ ### ExternalTableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant snowflake_external_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant snowflake_external_table_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the ExternalTableGrant to impo The id of the existing ExternalTableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1034,7 +1034,7 @@ new ExternalTableGrantConfig { | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | | ExternalTableName | string | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | Privilege | string | The privilege to grant on the current or future external table. | @@ -1125,7 +1125,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -1139,7 +1139,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -1155,7 +1155,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -1169,7 +1169,7 @@ public string ExternalTableName { get; set; } The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -1181,7 +1181,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1200,7 +1200,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -1216,7 +1216,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -1232,7 +1232,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -1248,7 +1248,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -1262,7 +1262,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -1276,7 +1276,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -1290,7 +1290,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- diff --git a/docs/externalTableGrant.go.md b/docs/externalTableGrant.go.md index 9b0dbf060..ff10b6b32 100644 --- a/docs/externalTableGrant.go.md +++ b/docs/externalTableGrant.go.md @@ -4,7 +4,7 @@ ### ExternalTableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant snowflake_external_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant snowflake_external_table_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the ExternalTableGrant to impo The id of the existing ExternalTableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1034,7 +1034,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/externaltable | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | | ExternalTableName | *string | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | Privilege | *string | The privilege to grant on the current or future external table. | @@ -1125,7 +1125,7 @@ DatabaseName *string The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -1139,7 +1139,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -1155,7 +1155,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -1169,7 +1169,7 @@ ExternalTableName *string The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -1181,7 +1181,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1200,7 +1200,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -1216,7 +1216,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -1232,7 +1232,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -1248,7 +1248,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -1262,7 +1262,7 @@ SchemaName *string The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -1276,7 +1276,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -1290,7 +1290,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- diff --git a/docs/externalTableGrant.java.md b/docs/externalTableGrant.java.md index bee78b0a9..5583bb31e 100644 --- a/docs/externalTableGrant.java.md +++ b/docs/externalTableGrant.java.md @@ -4,7 +4,7 @@ ### ExternalTableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant snowflake_external_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant snowflake_external_table_grant}. #### Initializers @@ -57,7 +57,7 @@ ExternalTableGrant.Builder.create(Construct scope, java.lang.String id) | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | externalTableName | java.lang.String | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future external table. | @@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -156,7 +156,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -189,7 +189,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -201,7 +201,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -213,7 +213,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -225,7 +225,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- @@ -745,7 +745,7 @@ The construct id used in the generated config for the ExternalTableGrant to impo The id of the existing ExternalTableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1257,7 +1257,7 @@ ExternalTableGrantConfig.builder() | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | externalTableName | java.lang.String | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future external table. | @@ -1348,7 +1348,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -1362,7 +1362,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -1378,7 +1378,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -1392,7 +1392,7 @@ public java.lang.String getExternalTableName(); The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -1404,7 +1404,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1423,7 +1423,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -1439,7 +1439,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -1455,7 +1455,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -1471,7 +1471,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -1485,7 +1485,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -1499,7 +1499,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -1513,7 +1513,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- diff --git a/docs/externalTableGrant.python.md b/docs/externalTableGrant.python.md index 398477a06..cef6bad6b 100644 --- a/docs/externalTableGrant.python.md +++ b/docs/externalTableGrant.python.md @@ -4,7 +4,7 @@ ### ExternalTableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant snowflake_external_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant snowflake_external_table_grant}. #### Initializers @@ -51,7 +51,7 @@ externalTableGrant.ExternalTableGrant( | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | external_table_name | str | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | privilege | str | The privilege to grant on the current or future external table. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -150,7 +150,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -183,7 +183,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -195,7 +195,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -207,7 +207,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -219,7 +219,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- @@ -785,7 +785,7 @@ The construct id used in the generated config for the ExternalTableGrant to impo The id of the existing ExternalTableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1289,7 +1289,7 @@ externalTableGrant.ExternalTableGrantConfig( | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | external_table_name | str | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | privilege | str | The privilege to grant on the current or future external table. | @@ -1380,7 +1380,7 @@ database_name: str The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -1394,7 +1394,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -1410,7 +1410,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -1424,7 +1424,7 @@ external_table_name: str The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -1436,7 +1436,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1455,7 +1455,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -1471,7 +1471,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -1487,7 +1487,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -1503,7 +1503,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -1517,7 +1517,7 @@ schema_name: str The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -1531,7 +1531,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -1545,7 +1545,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- diff --git a/docs/externalTableGrant.typescript.md b/docs/externalTableGrant.typescript.md index 25029c79c..94197ac48 100644 --- a/docs/externalTableGrant.typescript.md +++ b/docs/externalTableGrant.typescript.md @@ -4,7 +4,7 @@ ### ExternalTableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant snowflake_external_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant snowflake_external_table_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the ExternalTableGrant to impo The id of the existing ExternalTableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1014,7 +1014,7 @@ const externalTableGrantConfig: externalTableGrant.ExternalTableGrantConfig = { | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | externalTableName | string | The name of the external table on which to grant privileges immediately (only valid if on_future is false). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. | | privilege | string | The privilege to grant on the current or future external table. | @@ -1105,7 +1105,7 @@ public readonly databaseName: string; The name of the database containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} --- @@ -1119,7 +1119,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#roles ExternalTableGrant#roles} --- @@ -1135,7 +1135,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} --- @@ -1149,7 +1149,7 @@ public readonly externalTableName: string; The name of the external table on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} --- @@ -1161,7 +1161,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1180,7 +1180,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} --- @@ -1196,7 +1196,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} --- @@ -1212,7 +1212,7 @@ The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} --- @@ -1228,7 +1228,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} --- @@ -1242,7 +1242,7 @@ public readonly schemaName: string; The name of the schema containing the current or future external tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} --- @@ -1256,7 +1256,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#shares ExternalTableGrant#shares} --- @@ -1270,7 +1270,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} --- diff --git a/docs/failoverGroup.csharp.md b/docs/failoverGroup.csharp.md index 7229fa0a3..c2c0cfc3f 100644 --- a/docs/failoverGroup.csharp.md +++ b/docs/failoverGroup.csharp.md @@ -4,7 +4,7 @@ ### FailoverGroup -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group snowflake_failover_group}. #### Initializers @@ -549,7 +549,7 @@ The construct id used in the generated config for the FailoverGroup to import. The id of the existing FailoverGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -1009,7 +1009,7 @@ new FailoverGroupConfig { | AllowedIntegrationTypes | string[] | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | AllowedShares | string[] | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | FromReplica | FailoverGroupFromReplica | from_replica block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -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/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1176,7 +1176,7 @@ public FailoverGroupFromReplica FromReplica { get; set; } from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1188,7 +1188,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 object IgnoreEditionCheck { get; set; } Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1235,7 +1235,7 @@ public FailoverGroupReplicationSchedule ReplicationSchedule { get; set; } replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1273,7 +1273,7 @@ public string Name { get; set; } Identifier for the primary failover group in the source account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1287,7 +1287,7 @@ public string OrganizationName { get; set; } Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1301,7 +1301,7 @@ public string SourceAccountName { get; set; } Source account from which you are enabling replication and failover of the specified objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1337,7 +1337,7 @@ public FailoverGroupReplicationScheduleCron Cron { get; set; } cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1353,7 +1353,7 @@ Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1391,7 +1391,7 @@ Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1405,7 +1405,7 @@ public string TimeZone { get; set; } Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroup.go.md b/docs/failoverGroup.go.md index 02e843a76..113f2c9ed 100644 --- a/docs/failoverGroup.go.md +++ b/docs/failoverGroup.go.md @@ -4,7 +4,7 @@ ### FailoverGroup -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group snowflake_failover_group}. #### Initializers @@ -549,7 +549,7 @@ The construct id used in the generated config for the FailoverGroup to import. The id of the existing FailoverGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#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/v10/failovergroup | AllowedIntegrationTypes | *[]*string | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | AllowedShares | *[]*string | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | FromReplica | FailoverGroupFromReplica | from_replica block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -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/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1176,7 +1176,7 @@ FromReplica FailoverGroupFromReplica from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1188,7 +1188,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ IgnoreEditionCheck interface{} Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1235,7 +1235,7 @@ ReplicationSchedule FailoverGroupReplicationSchedule replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1273,7 +1273,7 @@ Name *string Identifier for the primary failover group in the source account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1287,7 +1287,7 @@ OrganizationName *string Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1301,7 +1301,7 @@ SourceAccountName *string Source account from which you are enabling replication and failover of the specified objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1337,7 +1337,7 @@ Cron FailoverGroupReplicationScheduleCron cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1353,7 +1353,7 @@ Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1391,7 +1391,7 @@ Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1405,7 +1405,7 @@ TimeZone *string Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroup.java.md b/docs/failoverGroup.java.md index 9a0cca344..32bb9597b 100644 --- a/docs/failoverGroup.java.md +++ b/docs/failoverGroup.java.md @@ -4,7 +4,7 @@ ### FailoverGroup -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group snowflake_failover_group}. #### Initializers @@ -54,7 +54,7 @@ FailoverGroup.Builder.create(Construct scope, java.lang.String id) | allowedIntegrationTypes | java.util.List | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | allowedShares | java.util.List | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | fromReplica | FailoverGroupFromReplica | from_replica block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#id FailoverGroup#id}. | | ignoreEditionCheck | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Allows replicating objects to accounts on lower editions. | | objectTypes | java.util.List | Type(s) of objects for which you are enabling replication and failover from the source account to the target account. | | replicationSchedule | FailoverGroupReplicationSchedule | replication_schedule block. | @@ -129,7 +129,7 @@ Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} --- @@ -141,7 +141,7 @@ Specifies the target account or list of target accounts to which replication and Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -153,7 +153,7 @@ Specifies the database or list of databases for which you are enabling replicati The OBJECT_TYPES list must include DATABASES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -165,7 +165,7 @@ Type(s) of integrations for which you are enabling replication and failover from This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -177,7 +177,7 @@ Specifies the share or list of shares for which you are enabling replication and The OBJECT_TYPES list must include SHARES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#id FailoverGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -208,7 +208,7 @@ If you experience problems setting this value it might not be settable. Please t Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -220,7 +220,7 @@ Type(s) of objects for which you are enabling replication and failover from the The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -739,7 +739,7 @@ The construct id used in the generated config for the FailoverGroup to import. The id of the existing FailoverGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -1204,7 +1204,7 @@ FailoverGroupConfig.builder() | allowedIntegrationTypes | java.util.List | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | allowedShares | java.util.List | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | fromReplica | FailoverGroupFromReplica | from_replica block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1293,7 +1293,7 @@ Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1309,7 +1309,7 @@ Specifies the target account or list of target accounts to which replication and Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1325,7 +1325,7 @@ Specifies the database or list of databases for which you are enabling replicati The OBJECT_TYPES list must include DATABASES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1341,7 +1341,7 @@ Type(s) of integrations for which you are enabling replication and failover from This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1357,7 +1357,7 @@ Specifies the share or list of shares for which you are enabling replication and The OBJECT_TYPES list must include SHARES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1371,7 +1371,7 @@ public FailoverGroupFromReplica getFromReplica(); from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1383,7 +1383,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1400,7 +1400,7 @@ public java.lang.Object getIgnoreEditionCheck(); Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1416,7 +1416,7 @@ Type(s) of objects for which you are enabling replication and failover from the The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1430,7 +1430,7 @@ public FailoverGroupReplicationSchedule getReplicationSchedule(); replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1468,7 +1468,7 @@ public java.lang.String getName(); Identifier for the primary failover group in the source account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1482,7 +1482,7 @@ public java.lang.String getOrganizationName(); Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1496,7 +1496,7 @@ public java.lang.String getSourceAccountName(); Source account from which you are enabling replication and failover of the specified objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1532,7 +1532,7 @@ public FailoverGroupReplicationScheduleCron getCron(); cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1548,7 +1548,7 @@ Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1586,7 +1586,7 @@ Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1600,7 +1600,7 @@ public java.lang.String getTimeZone(); Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroup.python.md b/docs/failoverGroup.python.md index ab4908b7b..e492dc185 100644 --- a/docs/failoverGroup.python.md +++ b/docs/failoverGroup.python.md @@ -4,7 +4,7 @@ ### FailoverGroup -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group snowflake_failover_group}. #### Initializers @@ -51,7 +51,7 @@ failoverGroup.FailoverGroup( | allowed_integration_types | typing.List[str] | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | allowed_shares | typing.List[str] | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | from_replica | FailoverGroupFromReplica | from_replica block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#id FailoverGroup#id}. | | ignore_edition_check | typing.Union[bool, cdktf.IResolvable] | Allows replicating objects to accounts on lower editions. | | object_types | typing.List[str] | Type(s) of objects for which you are enabling replication and failover from the source account to the target account. | | replication_schedule | FailoverGroupReplicationSchedule | replication_schedule block. | @@ -126,7 +126,7 @@ Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} --- @@ -138,7 +138,7 @@ Specifies the target account or list of target accounts to which replication and Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -150,7 +150,7 @@ Specifies the database or list of databases for which you are enabling replicati The OBJECT_TYPES list must include DATABASES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -162,7 +162,7 @@ Type(s) of integrations for which you are enabling replication and failover from This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -174,7 +174,7 @@ Specifies the share or list of shares for which you are enabling replication and The OBJECT_TYPES list must include SHARES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#id FailoverGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -205,7 +205,7 @@ If you experience problems setting this value it might not be settable. Please t Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -217,7 +217,7 @@ Type(s) of objects for which you are enabling replication and failover from the The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -606,7 +606,7 @@ def put_from_replica( Identifier for the primary failover group in the source account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} --- @@ -616,7 +616,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -626,7 +626,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Source account from which you are enabling replication and failover of the specified objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -645,7 +645,7 @@ def put_replication_schedule( cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -657,7 +657,7 @@ Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -829,7 +829,7 @@ The construct id used in the generated config for the FailoverGroup to import. The id of the existing FailoverGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -1289,7 +1289,7 @@ failoverGroup.FailoverGroupConfig( | allowed_integration_types | typing.List[str] | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | allowed_shares | typing.List[str] | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | from_replica | FailoverGroupFromReplica | from_replica block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1378,7 +1378,7 @@ Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1394,7 +1394,7 @@ Specifies the target account or list of target accounts to which replication and Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1410,7 +1410,7 @@ Specifies the database or list of databases for which you are enabling replicati The OBJECT_TYPES list must include DATABASES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1426,7 +1426,7 @@ Type(s) of integrations for which you are enabling replication and failover from This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1442,7 +1442,7 @@ Specifies the share or list of shares for which you are enabling replication and The OBJECT_TYPES list must include SHARES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1456,7 +1456,7 @@ from_replica: FailoverGroupFromReplica from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1468,7 +1468,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1485,7 +1485,7 @@ ignore_edition_check: typing.Union[bool, IResolvable] Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1501,7 +1501,7 @@ Type(s) of objects for which you are enabling replication and failover from the The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1515,7 +1515,7 @@ replication_schedule: FailoverGroupReplicationSchedule replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1553,7 +1553,7 @@ name: str Identifier for the primary failover group in the source account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1567,7 +1567,7 @@ organization_name: str Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1581,7 +1581,7 @@ source_account_name: str Source account from which you are enabling replication and failover of the specified objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1617,7 +1617,7 @@ cron: FailoverGroupReplicationScheduleCron cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1633,7 +1633,7 @@ Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1671,7 +1671,7 @@ Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1685,7 +1685,7 @@ time_zone: str Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- @@ -2597,7 +2597,7 @@ Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -2607,7 +2607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroup.typescript.md b/docs/failoverGroup.typescript.md index 85e7707fd..affc448c8 100644 --- a/docs/failoverGroup.typescript.md +++ b/docs/failoverGroup.typescript.md @@ -4,7 +4,7 @@ ### FailoverGroup -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group snowflake_failover_group}. #### Initializers @@ -549,7 +549,7 @@ The construct id used in the generated config for the FailoverGroup to import. The id of the existing FailoverGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -991,7 +991,7 @@ const failoverGroupConfig: failoverGroup.FailoverGroupConfig = { ... } | allowedIntegrationTypes | string[] | Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. | | allowedShares | string[] | Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. | | fromReplica | FailoverGroupFromReplica | from_replica block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1080,7 +1080,7 @@ Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1096,7 +1096,7 @@ Specifies the target account or list of target accounts to which replication and Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1112,7 +1112,7 @@ Specifies the database or list of databases for which you are enabling replicati The OBJECT_TYPES list must include DATABASES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1128,7 +1128,7 @@ Type(s) of integrations for which you are enabling replication and failover from This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1144,7 +1144,7 @@ Specifies the share or list of shares for which you are enabling replication and The OBJECT_TYPES list must include SHARES to set this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1158,7 +1158,7 @@ public readonly fromReplica: FailoverGroupFromReplica; from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1170,7 +1170,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1187,7 +1187,7 @@ public readonly ignoreEditionCheck: boolean | IResolvable; Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1203,7 +1203,7 @@ Type(s) of objects for which you are enabling replication and failover from the The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1217,7 +1217,7 @@ public readonly replicationSchedule: FailoverGroupReplicationSchedule; replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1251,7 +1251,7 @@ public readonly name: string; Identifier for the primary failover group in the source account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1265,7 +1265,7 @@ public readonly organizationName: string; Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1279,7 +1279,7 @@ public readonly sourceAccountName: string; Source account from which you are enabling replication and failover of the specified objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1312,7 +1312,7 @@ public readonly cron: FailoverGroupReplicationScheduleCron; cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1328,7 +1328,7 @@ Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1363,7 +1363,7 @@ Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1377,7 +1377,7 @@ public readonly timeZone: string; Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroupGrant.csharp.md b/docs/failoverGroupGrant.csharp.md index 03898f57d..c2282dc1a 100644 --- a/docs/failoverGroupGrant.csharp.md +++ b/docs/failoverGroupGrant.csharp.md @@ -4,7 +4,7 @@ ### FailoverGroupGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant snowflake_failover_group_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the FailoverGroupGrant to impo The id of the existing FailoverGroupGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use --- @@ -890,7 +890,7 @@ new FailoverGroupGrantConfig { | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | | FailoverGroupName | string | The name of the failover group on which to grant privileges. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | Privilege | string | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | WithGrantOption | object | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -977,7 +977,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -993,7 +993,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -1007,7 +1007,7 @@ public string FailoverGroupName { get; set; } The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -1019,7 +1019,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1036,7 +1036,7 @@ public string Privilege { get; set; } The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -1052,7 +1052,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -1066,7 +1066,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- diff --git a/docs/failoverGroupGrant.go.md b/docs/failoverGroupGrant.go.md index 03ad3db0a..b0d8e9b09 100644 --- a/docs/failoverGroupGrant.go.md +++ b/docs/failoverGroupGrant.go.md @@ -4,7 +4,7 @@ ### FailoverGroupGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant snowflake_failover_group_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the FailoverGroupGrant to impo The id of the existing FailoverGroupGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#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/v10/failovergroup | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | | FailoverGroupName | *string | The name of the failover group on which to grant privileges. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | Privilege | *string | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | WithGrantOption | interface{} | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -977,7 +977,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -993,7 +993,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -1007,7 +1007,7 @@ FailoverGroupName *string The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -1019,7 +1019,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1036,7 +1036,7 @@ Privilege *string The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -1052,7 +1052,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -1066,7 +1066,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- diff --git a/docs/failoverGroupGrant.java.md b/docs/failoverGroupGrant.java.md index 18c41bb0c..77bbb8066 100644 --- a/docs/failoverGroupGrant.java.md +++ b/docs/failoverGroupGrant.java.md @@ -4,7 +4,7 @@ ### FailoverGroupGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant snowflake_failover_group_grant}. #### Initializers @@ -49,7 +49,7 @@ FailoverGroupGrant.Builder.create(Construct scope, java.lang.String id) | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | failoverGroupName | java.lang.String | The name of the failover group on which to grant privileges. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | privilege | java.lang.String | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -134,7 +134,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -165,7 +165,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -177,7 +177,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- @@ -649,7 +649,7 @@ The construct id used in the generated config for the FailoverGroupGrant to impo The id of the existing FailoverGroupGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use --- @@ -1043,7 +1043,7 @@ FailoverGroupGrantConfig.builder() | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | failoverGroupName | java.lang.String | The name of the failover group on which to grant privileges. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | privilege | java.lang.String | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1130,7 +1130,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -1146,7 +1146,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -1160,7 +1160,7 @@ public java.lang.String getFailoverGroupName(); The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -1172,7 +1172,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1189,7 +1189,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -1205,7 +1205,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -1219,7 +1219,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- diff --git a/docs/failoverGroupGrant.python.md b/docs/failoverGroupGrant.python.md index cd720b36b..c03576b4f 100644 --- a/docs/failoverGroupGrant.python.md +++ b/docs/failoverGroupGrant.python.md @@ -4,7 +4,7 @@ ### FailoverGroupGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant snowflake_failover_group_grant}. #### Initializers @@ -45,7 +45,7 @@ failoverGroupGrant.FailoverGroupGrant( | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | failover_group_name | str | The name of the failover group on which to grant privileges. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | privilege | str | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -130,7 +130,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -161,7 +161,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -173,7 +173,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- @@ -691,7 +691,7 @@ The construct id used in the generated config for the FailoverGroupGrant to impo The id of the existing FailoverGroupGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use --- @@ -1079,7 +1079,7 @@ failoverGroupGrant.FailoverGroupGrantConfig( | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | failover_group_name | str | The name of the failover group on which to grant privileges. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | privilege | str | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1166,7 +1166,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -1182,7 +1182,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -1196,7 +1196,7 @@ failover_group_name: str The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -1208,7 +1208,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1225,7 +1225,7 @@ privilege: str The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -1241,7 +1241,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -1255,7 +1255,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- diff --git a/docs/failoverGroupGrant.typescript.md b/docs/failoverGroupGrant.typescript.md index f7e825ad3..c9b4479bc 100644 --- a/docs/failoverGroupGrant.typescript.md +++ b/docs/failoverGroupGrant.typescript.md @@ -4,7 +4,7 @@ ### FailoverGroupGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant snowflake_failover_group_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant snowflake_failover_group_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the FailoverGroupGrant to impo The id of the existing FailoverGroupGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use --- @@ -875,7 +875,7 @@ const failoverGroupGrantConfig: failoverGroupGrant.FailoverGroupGrantConfig = { | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | failoverGroupName | string | The name of the failover group on which to grant privileges. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. | | privilege | string | The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | withGrantOption | boolean \| cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -962,7 +962,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} --- @@ -978,7 +978,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} --- @@ -992,7 +992,7 @@ public readonly failoverGroupName: string; The name of the failover group on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} --- @@ -1004,7 +1004,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1021,7 +1021,7 @@ public readonly privilege: string; The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} --- @@ -1037,7 +1037,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} --- @@ -1051,7 +1051,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} --- diff --git a/docs/fileFormat.csharp.md b/docs/fileFormat.csharp.md index 1d3c0453a..f28fc4c5c 100644 --- a/docs/fileFormat.csharp.md +++ b/docs/fileFormat.csharp.md @@ -4,7 +4,7 @@ ### FileFormat -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format snowflake_file_format}. #### Initializers @@ -691,7 +691,7 @@ The construct id used in the generated config for the FileFormat to import. The id of the existing FileFormat that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -1787,7 +1787,7 @@ new FileFormatConfig { | FieldDelimiter | string | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | FieldOptionallyEnclosedBy | string | Character used to enclose strings. | | FileExtension | string | Specifies the extension for files unloaded to a stage. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1886,7 +1886,7 @@ public string Database { get; set; } The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#database FileFormat#database} --- @@ -1900,7 +1900,7 @@ public string FormatType { get; set; } Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -1916,7 +1916,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#name FileFormat#name} --- @@ -1930,7 +1930,7 @@ public string Schema { get; set; } The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#schema FileFormat#schema} --- @@ -1944,7 +1944,7 @@ public object AllowDuplicate { get; set; } Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -1958,7 +1958,7 @@ public object BinaryAsText { get; set; } Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -1972,7 +1972,7 @@ public string BinaryFormat { get; set; } Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -1986,7 +1986,7 @@ public string Comment { get; set; } Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#comment FileFormat#comment} --- @@ -2000,7 +2000,7 @@ public string Compression { get; set; } Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#compression FileFormat#compression} --- @@ -2014,7 +2014,7 @@ public string DateFormat { get; set; } Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2028,7 +2028,7 @@ public object DisableAutoConvert { get; set; } Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2042,7 +2042,7 @@ public object DisableSnowflakeData { get; set; } Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2056,7 +2056,7 @@ public object EmptyFieldAsNull { get; set; } Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2070,7 +2070,7 @@ public object EnableOctal { get; set; } Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2084,7 +2084,7 @@ public string Encoding { get; set; } String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2098,7 +2098,7 @@ public object ErrorOnColumnCountMismatch { get; set; } Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2112,7 +2112,7 @@ public string Escape { get; set; } Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape FileFormat#escape} --- @@ -2126,7 +2126,7 @@ public string EscapeUnenclosedField { get; set; } Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2140,7 +2140,7 @@ public string FieldDelimiter { get; set; } Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2154,7 +2154,7 @@ public string FieldOptionallyEnclosedBy { get; set; } Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2168,7 +2168,7 @@ public string FileExtension { get; set; } Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2180,7 +2180,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -2197,7 +2197,7 @@ public object IgnoreUtf8Errors { get; set; } Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2211,7 +2211,7 @@ public string[] NullIf { get; set; } String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2225,7 +2225,7 @@ public object ParseHeader { get; set; } Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2239,7 +2239,7 @@ public object PreserveSpace { get; set; } Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2253,7 +2253,7 @@ public string RecordDelimiter { get; set; } Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2267,7 +2267,7 @@ public object ReplaceInvalidCharacters { get; set; } Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2281,7 +2281,7 @@ public object SkipBlankLines { get; set; } Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2295,7 +2295,7 @@ public object SkipByteOrderMark { get; set; } Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2309,7 +2309,7 @@ public double SkipHeader { get; set; } Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2323,7 +2323,7 @@ public object StripNullValues { get; set; } Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2337,7 +2337,7 @@ public object StripOuterArray { get; set; } Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2351,7 +2351,7 @@ public object StripOuterElement { get; set; } Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2365,7 +2365,7 @@ public string TimeFormat { get; set; } Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2379,7 +2379,7 @@ public string TimestampFormat { get; set; } Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2393,7 +2393,7 @@ public object TrimSpace { get; set; } Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormat.go.md b/docs/fileFormat.go.md index 1ac7f4c56..ccf69c1b3 100644 --- a/docs/fileFormat.go.md +++ b/docs/fileFormat.go.md @@ -4,7 +4,7 @@ ### FileFormat -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format snowflake_file_format}. #### Initializers @@ -691,7 +691,7 @@ The construct id used in the generated config for the FileFormat to import. The id of the existing FileFormat that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -1787,7 +1787,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/fileformat" | FieldDelimiter | *string | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | FieldOptionallyEnclosedBy | *string | Character used to enclose strings. | | FileExtension | *string | Specifies the extension for files unloaded to a stage. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1886,7 +1886,7 @@ Database *string The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#database FileFormat#database} --- @@ -1900,7 +1900,7 @@ FormatType *string Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -1916,7 +1916,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#name FileFormat#name} --- @@ -1930,7 +1930,7 @@ Schema *string The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#schema FileFormat#schema} --- @@ -1944,7 +1944,7 @@ AllowDuplicate interface{} Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -1958,7 +1958,7 @@ BinaryAsText interface{} Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -1972,7 +1972,7 @@ BinaryFormat *string Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -1986,7 +1986,7 @@ Comment *string Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#comment FileFormat#comment} --- @@ -2000,7 +2000,7 @@ Compression *string Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#compression FileFormat#compression} --- @@ -2014,7 +2014,7 @@ DateFormat *string Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2028,7 +2028,7 @@ DisableAutoConvert interface{} Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2042,7 +2042,7 @@ DisableSnowflakeData interface{} Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2056,7 +2056,7 @@ EmptyFieldAsNull interface{} Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2070,7 +2070,7 @@ EnableOctal interface{} Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2084,7 +2084,7 @@ Encoding *string String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2098,7 +2098,7 @@ ErrorOnColumnCountMismatch interface{} Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2112,7 +2112,7 @@ Escape *string Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape FileFormat#escape} --- @@ -2126,7 +2126,7 @@ EscapeUnenclosedField *string Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2140,7 +2140,7 @@ FieldDelimiter *string Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2154,7 +2154,7 @@ FieldOptionallyEnclosedBy *string Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2168,7 +2168,7 @@ FileExtension *string Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2180,7 +2180,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -2197,7 +2197,7 @@ IgnoreUtf8Errors interface{} Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2211,7 +2211,7 @@ NullIf *[]*string String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2225,7 +2225,7 @@ ParseHeader interface{} Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2239,7 +2239,7 @@ PreserveSpace interface{} Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2253,7 +2253,7 @@ RecordDelimiter *string Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2267,7 +2267,7 @@ ReplaceInvalidCharacters interface{} Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2281,7 +2281,7 @@ SkipBlankLines interface{} Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2295,7 +2295,7 @@ SkipByteOrderMark interface{} Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2309,7 +2309,7 @@ SkipHeader *f64 Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2323,7 +2323,7 @@ StripNullValues interface{} Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2337,7 +2337,7 @@ StripOuterArray interface{} Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2351,7 +2351,7 @@ StripOuterElement interface{} Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2365,7 +2365,7 @@ TimeFormat *string Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2379,7 +2379,7 @@ TimestampFormat *string Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2393,7 +2393,7 @@ TrimSpace interface{} Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormat.java.md b/docs/fileFormat.java.md index cdde32d49..d97a6d170 100644 --- a/docs/fileFormat.java.md +++ b/docs/fileFormat.java.md @@ -4,7 +4,7 @@ ### FileFormat -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format snowflake_file_format}. #### Initializers @@ -112,7 +112,7 @@ FileFormat.Builder.create(Construct scope, java.lang.String id) | fieldDelimiter | java.lang.String | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | fieldOptionallyEnclosedBy | java.lang.String | Character used to enclose strings. | | fileExtension | java.lang.String | Specifies the extension for files unloaded to a stage. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#id FileFormat#id}. | | ignoreUtf8Errors | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Boolean that specifies whether UTF-8 encoding errors produce error conditions. | | nullIf | java.util.List | String used to convert to and from SQL NULL. | | parseHeader | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Boolean that specifies whether to use the first row headers in the data files to determine column names. | @@ -197,7 +197,7 @@ Must be unique amongst siblings in the same scope The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#database FileFormat#database} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -219,7 +219,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#name FileFormat#name} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#schema FileFormat#schema} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -269,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#comment FileFormat#comment} --- @@ -279,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#compression FileFormat#compression} --- @@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -339,7 +339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape FileFormat#escape} --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -407,7 +407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#id FileFormat#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -420,7 +420,7 @@ If you experience problems setting this value it might not be settable. Please t Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -430,7 +430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -440,7 +440,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -450,7 +450,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -460,7 +460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -470,7 +470,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -480,7 +480,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -490,7 +490,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -500,7 +500,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -510,7 +510,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -520,7 +520,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -530,7 +530,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -540,7 +540,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -550,7 +550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -560,7 +560,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#trim_space FileFormat#trim_space} --- @@ -1211,7 +1211,7 @@ The construct id used in the generated config for the FileFormat to import. The id of the existing FileFormat that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -2328,7 +2328,7 @@ FileFormatConfig.builder() | fieldDelimiter | java.lang.String | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | fieldOptionallyEnclosedBy | java.lang.String | Character used to enclose strings. | | fileExtension | java.lang.String | Specifies the extension for files unloaded to a stage. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -2427,7 +2427,7 @@ public java.lang.String getDatabase(); The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#database FileFormat#database} --- @@ -2441,7 +2441,7 @@ public java.lang.String getFormatType(); Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -2457,7 +2457,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#name FileFormat#name} --- @@ -2471,7 +2471,7 @@ public java.lang.String getSchema(); The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#schema FileFormat#schema} --- @@ -2485,7 +2485,7 @@ public java.lang.Object getAllowDuplicate(); Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -2499,7 +2499,7 @@ public java.lang.Object getBinaryAsText(); Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -2513,7 +2513,7 @@ public java.lang.String getBinaryFormat(); Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -2527,7 +2527,7 @@ public java.lang.String getComment(); Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#comment FileFormat#comment} --- @@ -2541,7 +2541,7 @@ public java.lang.String getCompression(); Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#compression FileFormat#compression} --- @@ -2555,7 +2555,7 @@ public java.lang.String getDateFormat(); Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2569,7 +2569,7 @@ public java.lang.Object getDisableAutoConvert(); Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2583,7 +2583,7 @@ public java.lang.Object getDisableSnowflakeData(); Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2597,7 +2597,7 @@ public java.lang.Object getEmptyFieldAsNull(); Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2611,7 +2611,7 @@ public java.lang.Object getEnableOctal(); Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2625,7 +2625,7 @@ public java.lang.String getEncoding(); String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2639,7 +2639,7 @@ public java.lang.Object getErrorOnColumnCountMismatch(); Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2653,7 +2653,7 @@ public java.lang.String getEscape(); Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape FileFormat#escape} --- @@ -2667,7 +2667,7 @@ public java.lang.String getEscapeUnenclosedField(); Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2681,7 +2681,7 @@ public java.lang.String getFieldDelimiter(); Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2695,7 +2695,7 @@ public java.lang.String getFieldOptionallyEnclosedBy(); Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2709,7 +2709,7 @@ public java.lang.String getFileExtension(); Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2721,7 +2721,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -2738,7 +2738,7 @@ public java.lang.Object getIgnoreUtf8Errors(); Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2752,7 +2752,7 @@ public java.util.List getNullIf(); String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2766,7 +2766,7 @@ public java.lang.Object getParseHeader(); Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2780,7 +2780,7 @@ public java.lang.Object getPreserveSpace(); Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2794,7 +2794,7 @@ public java.lang.String getRecordDelimiter(); Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2808,7 +2808,7 @@ public java.lang.Object getReplaceInvalidCharacters(); Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2822,7 +2822,7 @@ public java.lang.Object getSkipBlankLines(); Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2836,7 +2836,7 @@ public java.lang.Object getSkipByteOrderMark(); Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2850,7 +2850,7 @@ public java.lang.Number getSkipHeader(); Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2864,7 +2864,7 @@ public java.lang.Object getStripNullValues(); Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2878,7 +2878,7 @@ public java.lang.Object getStripOuterArray(); Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2892,7 +2892,7 @@ public java.lang.Object getStripOuterElement(); Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2906,7 +2906,7 @@ public java.lang.String getTimeFormat(); Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2920,7 +2920,7 @@ public java.lang.String getTimestampFormat(); Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2934,7 +2934,7 @@ public java.lang.Object getTrimSpace(); Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormat.python.md b/docs/fileFormat.python.md index 1eea73db3..ef2f8aab7 100644 --- a/docs/fileFormat.python.md +++ b/docs/fileFormat.python.md @@ -4,7 +4,7 @@ ### FileFormat -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format snowflake_file_format}. #### Initializers @@ -93,7 +93,7 @@ fileFormat.FileFormat( | field_delimiter | str | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | field_optionally_enclosed_by | str | Character used to enclose strings. | | file_extension | str | Specifies the extension for files unloaded to a stage. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#id FileFormat#id}. | | ignore_utf8_errors | typing.Union[bool, cdktf.IResolvable] | Boolean that specifies whether UTF-8 encoding errors produce error conditions. | | null_if | typing.List[str] | String used to convert to and from SQL NULL. | | parse_header | typing.Union[bool, cdktf.IResolvable] | Boolean that specifies whether to use the first row headers in the data files to determine column names. | @@ -178,7 +178,7 @@ Must be unique amongst siblings in the same scope The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#database FileFormat#database} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -200,7 +200,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#name FileFormat#name} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#schema FileFormat#schema} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#comment FileFormat#comment} --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#compression FileFormat#compression} --- @@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -320,7 +320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -330,7 +330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -340,7 +340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape FileFormat#escape} --- @@ -350,7 +350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -370,7 +370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -380,7 +380,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -388,7 +388,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#id FileFormat#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -401,7 +401,7 @@ If you experience problems setting this value it might not be settable. Please t Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -411,7 +411,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -421,7 +421,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -431,7 +431,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -441,7 +441,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -451,7 +451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -461,7 +461,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -471,7 +471,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -481,7 +481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -491,7 +491,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -501,7 +501,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -511,7 +511,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -521,7 +521,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -531,7 +531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -541,7 +541,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#trim_space FileFormat#trim_space} --- @@ -1238,7 +1238,7 @@ The construct id used in the generated config for the FileFormat to import. The id of the existing FileFormat that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -2334,7 +2334,7 @@ fileFormat.FileFormatConfig( | field_delimiter | str | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | field_optionally_enclosed_by | str | Character used to enclose strings. | | file_extension | str | Specifies the extension for files unloaded to a stage. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -2433,7 +2433,7 @@ database: str The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#database FileFormat#database} --- @@ -2447,7 +2447,7 @@ format_type: str Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -2463,7 +2463,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#name FileFormat#name} --- @@ -2477,7 +2477,7 @@ schema: str The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#schema FileFormat#schema} --- @@ -2491,7 +2491,7 @@ allow_duplicate: typing.Union[bool, IResolvable] Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -2505,7 +2505,7 @@ binary_as_text: typing.Union[bool, IResolvable] Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -2519,7 +2519,7 @@ binary_format: str Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -2533,7 +2533,7 @@ comment: str Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#comment FileFormat#comment} --- @@ -2547,7 +2547,7 @@ compression: str Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#compression FileFormat#compression} --- @@ -2561,7 +2561,7 @@ date_format: str Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2575,7 +2575,7 @@ disable_auto_convert: typing.Union[bool, IResolvable] Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2589,7 +2589,7 @@ disable_snowflake_data: typing.Union[bool, IResolvable] Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2603,7 +2603,7 @@ empty_field_as_null: typing.Union[bool, IResolvable] Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2617,7 +2617,7 @@ enable_octal: typing.Union[bool, IResolvable] Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2631,7 +2631,7 @@ encoding: str String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2645,7 +2645,7 @@ error_on_column_count_mismatch: typing.Union[bool, IResolvable] Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2659,7 +2659,7 @@ escape: str Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape FileFormat#escape} --- @@ -2673,7 +2673,7 @@ escape_unenclosed_field: str Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2687,7 +2687,7 @@ field_delimiter: str Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2701,7 +2701,7 @@ field_optionally_enclosed_by: str Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2715,7 +2715,7 @@ file_extension: str Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2727,7 +2727,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -2744,7 +2744,7 @@ ignore_utf8_errors: typing.Union[bool, IResolvable] Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2758,7 +2758,7 @@ null_if: typing.List[str] String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2772,7 +2772,7 @@ parse_header: typing.Union[bool, IResolvable] Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2786,7 +2786,7 @@ preserve_space: typing.Union[bool, IResolvable] Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2800,7 +2800,7 @@ record_delimiter: str Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2814,7 +2814,7 @@ replace_invalid_characters: typing.Union[bool, IResolvable] Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2828,7 +2828,7 @@ skip_blank_lines: typing.Union[bool, IResolvable] Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2842,7 +2842,7 @@ skip_byte_order_mark: typing.Union[bool, IResolvable] Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2856,7 +2856,7 @@ skip_header: typing.Union[int, float] Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2870,7 +2870,7 @@ strip_null_values: typing.Union[bool, IResolvable] Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2884,7 +2884,7 @@ strip_outer_array: typing.Union[bool, IResolvable] Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2898,7 +2898,7 @@ strip_outer_element: typing.Union[bool, IResolvable] Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2912,7 +2912,7 @@ time_format: str Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2926,7 +2926,7 @@ timestamp_format: str Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2940,7 +2940,7 @@ trim_space: typing.Union[bool, IResolvable] Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormat.typescript.md b/docs/fileFormat.typescript.md index 7525a5b64..568158f60 100644 --- a/docs/fileFormat.typescript.md +++ b/docs/fileFormat.typescript.md @@ -4,7 +4,7 @@ ### FileFormat -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format snowflake_file_format}. #### Initializers @@ -691,7 +691,7 @@ The construct id used in the generated config for the FileFormat to import. The id of the existing FileFormat that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -1742,7 +1742,7 @@ const fileFormatConfig: fileFormat.FileFormatConfig = { ... } | fieldDelimiter | string | Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). | | fieldOptionallyEnclosedBy | string | Character used to enclose strings. | | fileExtension | string | Specifies the extension for files unloaded to a stage. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1841,7 +1841,7 @@ public readonly database: string; The database in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#database FileFormat#database} --- @@ -1855,7 +1855,7 @@ public readonly formatType: string; Specifies the format of the input files (for data loading) or output files (for data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -1871,7 +1871,7 @@ Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#name FileFormat#name} --- @@ -1885,7 +1885,7 @@ public readonly schema: string; The schema in which to create the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#schema FileFormat#schema} --- @@ -1899,7 +1899,7 @@ public readonly allowDuplicate: boolean | IResolvable; Boolean that specifies to allow duplicate object field names (only the last one will be preserved). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -1913,7 +1913,7 @@ public readonly binaryAsText: boolean | IResolvable; Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -1927,7 +1927,7 @@ public readonly binaryFormat: string; Defines the encoding format for binary input or output. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -1941,7 +1941,7 @@ public readonly comment: string; Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#comment FileFormat#comment} --- @@ -1955,7 +1955,7 @@ public readonly compression: string; Specifies the current compression algorithm for the data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#compression FileFormat#compression} --- @@ -1969,7 +1969,7 @@ public readonly dateFormat: string; Defines the format of date values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -1983,7 +1983,7 @@ public readonly disableAutoConvert: boolean | IResolvable; Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -1997,7 +1997,7 @@ public readonly disableSnowflakeData: boolean | IResolvable; Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2011,7 +2011,7 @@ public readonly emptyFieldAsNull: boolean | IResolvable; Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2025,7 +2025,7 @@ public readonly enableOctal: boolean | IResolvable; Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2039,7 +2039,7 @@ public readonly encoding: string; String (constant) that specifies the character set of the source data when loading data into a table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2053,7 +2053,7 @@ public readonly errorOnColumnCountMismatch: boolean | IResolvable; Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2067,7 +2067,7 @@ public readonly escape: string; Single character string used as the escape character for field values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape FileFormat#escape} --- @@ -2081,7 +2081,7 @@ public readonly escapeUnenclosedField: string; Single character string used as the escape character for unenclosed field values only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2095,7 +2095,7 @@ public readonly fieldDelimiter: string; Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2109,7 +2109,7 @@ public readonly fieldOptionallyEnclosedBy: string; Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2123,7 +2123,7 @@ public readonly fileExtension: string; Specifies the extension for files unloaded to a stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2135,7 +2135,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -2152,7 +2152,7 @@ public readonly ignoreUtf8Errors: boolean | IResolvable; Boolean that specifies whether UTF-8 encoding errors produce error conditions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2166,7 +2166,7 @@ public readonly nullIf: string[]; String used to convert to and from SQL NULL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2180,7 +2180,7 @@ public readonly parseHeader: boolean | IResolvable; Boolean that specifies whether to use the first row headers in the data files to determine column names. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2194,7 +2194,7 @@ public readonly preserveSpace: boolean | IResolvable; Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2208,7 +2208,7 @@ public readonly recordDelimiter: string; Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2222,7 +2222,7 @@ public readonly replaceInvalidCharacters: boolean | IResolvable; Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2236,7 +2236,7 @@ public readonly skipBlankLines: boolean | IResolvable; Boolean that specifies to skip any blank lines encountered in the data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2250,7 +2250,7 @@ public readonly skipByteOrderMark: boolean | IResolvable; Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2264,7 +2264,7 @@ public readonly skipHeader: number; Number of lines at the start of the file to skip. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2278,7 +2278,7 @@ public readonly stripNullValues: boolean | IResolvable; Boolean that instructs the JSON parser to remove object fields or array elements containing null values. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2292,7 +2292,7 @@ public readonly stripOuterArray: boolean | IResolvable; Boolean that instructs the JSON parser to remove outer brackets. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2306,7 +2306,7 @@ public readonly stripOuterElement: boolean | IResolvable; Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2320,7 +2320,7 @@ public readonly timeFormat: string; Defines the format of time values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2334,7 +2334,7 @@ public readonly timestampFormat: string; Defines the format of timestamp values in the data files (data loading) or table (data unloading). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2348,7 +2348,7 @@ public readonly trimSpace: boolean | IResolvable; Boolean that specifies whether to remove white space from fields. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormatGrant.csharp.md b/docs/fileFormatGrant.csharp.md index d2b2963b5..5c5b21564 100644 --- a/docs/fileFormatGrant.csharp.md +++ b/docs/fileFormatGrant.csharp.md @@ -4,7 +4,7 @@ ### FileFormatGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant snowflake_file_format_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant snowflake_file_format_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the FileFormatGrant to import. The id of the existing FileFormatGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use --- @@ -1004,7 +1004,7 @@ new FileFormatGrantConfig { | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | | FileFormatName | string | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | Privilege | string | The privilege to grant on the current or future file format. | @@ -1094,7 +1094,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -1108,7 +1108,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -1124,7 +1124,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -1138,7 +1138,7 @@ public string FileFormatName { get; set; } The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -1150,7 +1150,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1169,7 +1169,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -1185,7 +1185,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -1201,7 +1201,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -1217,7 +1217,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -1231,7 +1231,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -1245,7 +1245,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- diff --git a/docs/fileFormatGrant.go.md b/docs/fileFormatGrant.go.md index 1f392659c..113f49e61 100644 --- a/docs/fileFormatGrant.go.md +++ b/docs/fileFormatGrant.go.md @@ -4,7 +4,7 @@ ### FileFormatGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant snowflake_file_format_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant snowflake_file_format_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the FileFormatGrant to import. The id of the existing FileFormatGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#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/v10/fileformatgra | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | | FileFormatName | *string | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | Privilege | *string | The privilege to grant on the current or future file format. | @@ -1094,7 +1094,7 @@ DatabaseName *string The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -1108,7 +1108,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -1124,7 +1124,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -1138,7 +1138,7 @@ FileFormatName *string The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -1150,7 +1150,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1169,7 +1169,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -1185,7 +1185,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -1201,7 +1201,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -1217,7 +1217,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -1231,7 +1231,7 @@ SchemaName *string The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -1245,7 +1245,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- diff --git a/docs/fileFormatGrant.java.md b/docs/fileFormatGrant.java.md index 083291d9f..d3c5d698c 100644 --- a/docs/fileFormatGrant.java.md +++ b/docs/fileFormatGrant.java.md @@ -4,7 +4,7 @@ ### FileFormatGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant snowflake_file_format_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant snowflake_file_format_grant}. #### Initializers @@ -56,7 +56,7 @@ FileFormatGrant.Builder.create(Construct scope, java.lang.String id) | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | fileFormatName | java.lang.String | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future file format. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -187,7 +187,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -199,7 +199,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -211,7 +211,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -223,7 +223,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- @@ -726,7 +726,7 @@ The construct id used in the generated config for the FileFormatGrant to import. The id of the existing FileFormatGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use --- @@ -1215,7 +1215,7 @@ FileFormatGrantConfig.builder() | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | fileFormatName | java.lang.String | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future file format. | @@ -1305,7 +1305,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -1319,7 +1319,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -1335,7 +1335,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -1349,7 +1349,7 @@ public java.lang.String getFileFormatName(); The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -1361,7 +1361,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1380,7 +1380,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -1396,7 +1396,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -1412,7 +1412,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -1428,7 +1428,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -1442,7 +1442,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -1456,7 +1456,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- diff --git a/docs/fileFormatGrant.python.md b/docs/fileFormatGrant.python.md index e82d01633..0371afa05 100644 --- a/docs/fileFormatGrant.python.md +++ b/docs/fileFormatGrant.python.md @@ -4,7 +4,7 @@ ### FileFormatGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant snowflake_file_format_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant snowflake_file_format_grant}. #### Initializers @@ -50,7 +50,7 @@ fileFormatGrant.FileFormatGrant( | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | file_format_name | str | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | privilege | str | The privilege to grant on the current or future file format. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -148,7 +148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -181,7 +181,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -193,7 +193,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -205,7 +205,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -217,7 +217,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- @@ -766,7 +766,7 @@ The construct id used in the generated config for the FileFormatGrant to import. The id of the existing FileFormatGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use --- @@ -1247,7 +1247,7 @@ fileFormatGrant.FileFormatGrantConfig( | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | file_format_name | str | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | privilege | str | The privilege to grant on the current or future file format. | @@ -1337,7 +1337,7 @@ database_name: str The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -1351,7 +1351,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -1367,7 +1367,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -1381,7 +1381,7 @@ file_format_name: str The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -1393,7 +1393,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1412,7 +1412,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -1428,7 +1428,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -1444,7 +1444,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -1460,7 +1460,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -1474,7 +1474,7 @@ schema_name: str The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -1488,7 +1488,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- diff --git a/docs/fileFormatGrant.typescript.md b/docs/fileFormatGrant.typescript.md index 03175c984..4b5de2ccf 100644 --- a/docs/fileFormatGrant.typescript.md +++ b/docs/fileFormatGrant.typescript.md @@ -4,7 +4,7 @@ ### FileFormatGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant snowflake_file_format_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant snowflake_file_format_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the FileFormatGrant to import. The id of the existing FileFormatGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use --- @@ -985,7 +985,7 @@ const fileFormatGrantConfig: fileFormatGrant.FileFormatGrantConfig = { ... } | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | fileFormatName | string | The name of the file format on which to grant privileges immediately (only valid if on_future is false). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. | | privilege | string | The privilege to grant on the current or future file format. | @@ -1075,7 +1075,7 @@ public readonly databaseName: string; The name of the database containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} --- @@ -1089,7 +1089,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#roles FileFormatGrant#roles} --- @@ -1105,7 +1105,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} --- @@ -1119,7 +1119,7 @@ public readonly fileFormatName: string; The name of the file format on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} --- @@ -1131,7 +1131,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1150,7 +1150,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} --- @@ -1166,7 +1166,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} --- @@ -1182,7 +1182,7 @@ The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} --- @@ -1198,7 +1198,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} --- @@ -1212,7 +1212,7 @@ public readonly schemaName: string; The name of the schema containing the current or future file formats on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} --- @@ -1226,7 +1226,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} --- diff --git a/docs/functionGrant.csharp.md b/docs/functionGrant.csharp.md index e6916dc39..4e221ac37 100644 --- a/docs/functionGrant.csharp.md +++ b/docs/functionGrant.csharp.md @@ -4,7 +4,7 @@ ### FunctionGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant snowflake_function_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant snowflake_function_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the FunctionGrant to import. The id of the existing FunctionGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use --- @@ -1065,7 +1065,7 @@ new FunctionGrantConfig { | ArgumentDataTypes | string[] | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | | FunctionName | string | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | Privilege | string | The privilege to grant on the current or future function. | @@ -1156,7 +1156,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -1170,7 +1170,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -1184,7 +1184,7 @@ public string[] ArgumentDataTypes { get; set; } List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -1200,7 +1200,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -1214,7 +1214,7 @@ public string FunctionName { get; set; } The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -1226,7 +1226,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1245,7 +1245,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -1261,7 +1261,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -1277,7 +1277,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -1293,7 +1293,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -1307,7 +1307,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -1321,7 +1321,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -1335,7 +1335,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- diff --git a/docs/functionGrant.go.md b/docs/functionGrant.go.md index 197d0a43f..95bdb8e60 100644 --- a/docs/functionGrant.go.md +++ b/docs/functionGrant.go.md @@ -4,7 +4,7 @@ ### FunctionGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant snowflake_function_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant snowflake_function_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the FunctionGrant to import. The id of the existing FunctionGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use --- @@ -1065,7 +1065,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/functiongrant | ArgumentDataTypes | *[]*string | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | | FunctionName | *string | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | Privilege | *string | The privilege to grant on the current or future function. | @@ -1156,7 +1156,7 @@ DatabaseName *string The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -1170,7 +1170,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -1184,7 +1184,7 @@ ArgumentDataTypes *[]*string List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -1200,7 +1200,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -1214,7 +1214,7 @@ FunctionName *string The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -1226,7 +1226,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1245,7 +1245,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -1261,7 +1261,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -1277,7 +1277,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -1293,7 +1293,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -1307,7 +1307,7 @@ SchemaName *string The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -1321,7 +1321,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -1335,7 +1335,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- diff --git a/docs/functionGrant.java.md b/docs/functionGrant.java.md index 65843db50..28abc8748 100644 --- a/docs/functionGrant.java.md +++ b/docs/functionGrant.java.md @@ -4,7 +4,7 @@ ### FunctionGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant snowflake_function_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant snowflake_function_grant}. #### Initializers @@ -59,7 +59,7 @@ FunctionGrant.Builder.create(Construct scope, java.lang.String id) | argumentDataTypes | java.util.List | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | functionName | java.lang.String | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future function. | @@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -168,7 +168,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -201,7 +201,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -213,7 +213,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -225,7 +225,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -237,7 +237,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- @@ -764,7 +764,7 @@ The construct id used in the generated config for the FunctionGrant to import. The id of the existing FunctionGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use --- @@ -1300,7 +1300,7 @@ FunctionGrantConfig.builder() | argumentDataTypes | java.util.List | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | functionName | java.lang.String | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future function. | @@ -1391,7 +1391,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -1405,7 +1405,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -1419,7 +1419,7 @@ public java.util.List getArgumentDataTypes(); List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -1435,7 +1435,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -1449,7 +1449,7 @@ public java.lang.String getFunctionName(); The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -1461,7 +1461,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1480,7 +1480,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -1496,7 +1496,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -1512,7 +1512,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -1528,7 +1528,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -1542,7 +1542,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -1556,7 +1556,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -1570,7 +1570,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- diff --git a/docs/functionGrant.python.md b/docs/functionGrant.python.md index 72432cc1c..afdcf0402 100644 --- a/docs/functionGrant.python.md +++ b/docs/functionGrant.python.md @@ -4,7 +4,7 @@ ### FunctionGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant snowflake_function_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant snowflake_function_grant}. #### Initializers @@ -53,7 +53,7 @@ functionGrant.FunctionGrant( | argument_data_types | typing.List[str] | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | function_name | str | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | privilege | str | The privilege to grant on the current or future function. | @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -162,7 +162,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -195,7 +195,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -207,7 +207,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -219,7 +219,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -231,7 +231,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- @@ -804,7 +804,7 @@ The construct id used in the generated config for the FunctionGrant to import. The id of the existing FunctionGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use --- @@ -1332,7 +1332,7 @@ functionGrant.FunctionGrantConfig( | argument_data_types | typing.List[str] | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | | function_name | str | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | privilege | str | The privilege to grant on the current or future function. | @@ -1423,7 +1423,7 @@ database_name: str The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -1437,7 +1437,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -1451,7 +1451,7 @@ argument_data_types: typing.List[str] List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -1467,7 +1467,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -1481,7 +1481,7 @@ function_name: str The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -1493,7 +1493,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1512,7 +1512,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -1528,7 +1528,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -1544,7 +1544,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -1560,7 +1560,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -1574,7 +1574,7 @@ schema_name: str The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -1588,7 +1588,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -1602,7 +1602,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- diff --git a/docs/functionGrant.typescript.md b/docs/functionGrant.typescript.md index 60bd37c7b..72d35d615 100644 --- a/docs/functionGrant.typescript.md +++ b/docs/functionGrant.typescript.md @@ -4,7 +4,7 @@ ### FunctionGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant snowflake_function_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant snowflake_function_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the FunctionGrant to import. The id of the existing FunctionGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use --- @@ -1044,7 +1044,7 @@ const functionGrantConfig: functionGrant.FunctionGrantConfig = { ... } | argumentDataTypes | string[] | List of the argument data types for the function (must be present if function has arguments and function_name is present). | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | | functionName | string | The name of the function on which to grant privileges immediately (only valid if on_future is false). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. | | privilege | string | The privilege to grant on the current or future function. | @@ -1135,7 +1135,7 @@ public readonly databaseName: string; The name of the database containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#database_name FunctionGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#database_name FunctionGrant#database_name} --- @@ -1149,7 +1149,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#roles FunctionGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#roles FunctionGrant#roles} --- @@ -1163,7 +1163,7 @@ public readonly argumentDataTypes: string[]; List of the argument data types for the function (must be present if function has arguments and function_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} --- @@ -1179,7 +1179,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} --- @@ -1193,7 +1193,7 @@ public readonly functionName: string; The name of the function on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#function_name FunctionGrant#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#function_name FunctionGrant#function_name} --- @@ -1205,7 +1205,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1224,7 +1224,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_all FunctionGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_all FunctionGrant#on_all} --- @@ -1240,7 +1240,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_future FunctionGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_future FunctionGrant#on_future} --- @@ -1256,7 +1256,7 @@ The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#privilege FunctionGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#privilege FunctionGrant#privilege} --- @@ -1272,7 +1272,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} --- @@ -1286,7 +1286,7 @@ public readonly schemaName: string; The name of the schema containing the current or future functions on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#schema_name FunctionGrant#schema_name} --- @@ -1300,7 +1300,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#shares FunctionGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#shares FunctionGrant#shares} --- @@ -1314,7 +1314,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} --- diff --git a/docs/functionResource.csharp.md b/docs/functionResource.csharp.md index 140956ca6..af1196dd2 100644 --- a/docs/functionResource.csharp.md +++ b/docs/functionResource.csharp.md @@ -4,7 +4,7 @@ ### FunctionResource -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function snowflake_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function snowflake_function}. #### Initializers @@ -557,7 +557,7 @@ The construct id used in the generated config for the FunctionResource to import The id of the existing FunctionResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#import import section} in the documentation of this resource for the id to use --- @@ -1158,7 +1158,7 @@ public string Name { get; set; } The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} --- @@ -1172,7 +1172,7 @@ public string Type { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#type FunctionResource#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#type FunctionResource#type} --- @@ -1230,7 +1230,7 @@ new FunctionResourceConfig { | Arguments | object | arguments block. | | Comment | string | Specifies a comment for the function. | | Handler | string | The handler method for Java / Python function. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. | | Imports | string[] | Imports for Java / Python functions. | | IsSecure | object | Specifies that the function is secure. | | Language | string | The language of the statement. | @@ -1322,7 +1322,7 @@ public string Database { get; set; } The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#database FunctionResource#database} --- @@ -1338,7 +1338,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} --- @@ -1352,7 +1352,7 @@ public string ReturnType { get; set; } The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_type FunctionResource#return_type} --- @@ -1366,7 +1366,7 @@ public string Schema { get; set; } The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#schema FunctionResource#schema} --- @@ -1380,7 +1380,7 @@ public string Statement { get; set; } Specifies the javascript / java / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#statement FunctionResource#statement} --- @@ -1394,7 +1394,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#arguments FunctionResource#arguments} --- @@ -1408,7 +1408,7 @@ public string Comment { get; set; } Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#comment FunctionResource#comment} --- @@ -1422,7 +1422,7 @@ public string Handler { get; set; } The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#handler FunctionResource#handler} --- @@ -1434,7 +1434,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1453,7 +1453,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#imports FunctionResource#imports} --- @@ -1467,7 +1467,7 @@ public object IsSecure { get; set; } Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -1481,7 +1481,7 @@ public string Language { get; set; } The language of the statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#language FunctionResource#language} --- @@ -1495,7 +1495,7 @@ public string NullInputBehavior { get; set; } Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -1511,7 +1511,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#packages FunctionResource#packages} --- @@ -1525,7 +1525,7 @@ public string ReturnBehavior { get; set; } Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -1539,7 +1539,7 @@ public string RuntimeVersion { get; set; } Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -1555,7 +1555,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#target_path FunctionResource#target_path} --- diff --git a/docs/functionResource.go.md b/docs/functionResource.go.md index 92f3d4d85..e4d11c973 100644 --- a/docs/functionResource.go.md +++ b/docs/functionResource.go.md @@ -4,7 +4,7 @@ ### FunctionResource -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function snowflake_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function snowflake_function}. #### Initializers @@ -557,7 +557,7 @@ The construct id used in the generated config for the FunctionResource to import The id of the existing FunctionResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#import import section} in the documentation of this resource for the id to use --- @@ -1158,7 +1158,7 @@ Name *string The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} --- @@ -1172,7 +1172,7 @@ Type *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#type FunctionResource#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#type FunctionResource#type} --- @@ -1230,7 +1230,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/functionresou | Arguments | interface{} | arguments block. | | Comment | *string | Specifies a comment for the function. | | Handler | *string | The handler method for Java / Python function. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. | | Imports | *[]*string | Imports for Java / Python functions. | | IsSecure | interface{} | Specifies that the function is secure. | | Language | *string | The language of the statement. | @@ -1322,7 +1322,7 @@ Database *string The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#database FunctionResource#database} --- @@ -1338,7 +1338,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} --- @@ -1352,7 +1352,7 @@ ReturnType *string The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_type FunctionResource#return_type} --- @@ -1366,7 +1366,7 @@ Schema *string The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#schema FunctionResource#schema} --- @@ -1380,7 +1380,7 @@ Statement *string Specifies the javascript / java / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#statement FunctionResource#statement} --- @@ -1394,7 +1394,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#arguments FunctionResource#arguments} --- @@ -1408,7 +1408,7 @@ Comment *string Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#comment FunctionResource#comment} --- @@ -1422,7 +1422,7 @@ Handler *string The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#handler FunctionResource#handler} --- @@ -1434,7 +1434,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1453,7 +1453,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#imports FunctionResource#imports} --- @@ -1467,7 +1467,7 @@ IsSecure interface{} Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -1481,7 +1481,7 @@ Language *string The language of the statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#language FunctionResource#language} --- @@ -1495,7 +1495,7 @@ NullInputBehavior *string Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -1511,7 +1511,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#packages FunctionResource#packages} --- @@ -1525,7 +1525,7 @@ ReturnBehavior *string Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -1539,7 +1539,7 @@ RuntimeVersion *string Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -1555,7 +1555,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#target_path FunctionResource#target_path} --- diff --git a/docs/functionResource.java.md b/docs/functionResource.java.md index 764e5d265..d704f6c51 100644 --- a/docs/functionResource.java.md +++ b/docs/functionResource.java.md @@ -4,7 +4,7 @@ ### FunctionResource -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function snowflake_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function snowflake_function}. #### Initializers @@ -64,7 +64,7 @@ FunctionResource.Builder.create(Construct scope, java.lang.String id) | arguments | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionResourceArguments> | arguments block. | | comment | java.lang.String | Specifies a comment for the function. | | handler | java.lang.String | The handler method for Java / Python function. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. | | imports | java.util.List | Imports for Java / Python functions. | | isSecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies that the function is secure. | | language | java.lang.String | The language of the statement. | @@ -142,7 +142,7 @@ Must be unique amongst siblings in the same scope The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#database FunctionResource#database} --- @@ -154,7 +154,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_type FunctionResource#return_type} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#schema FunctionResource#schema} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the javascript / java / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#statement FunctionResource#statement} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#arguments FunctionResource#arguments} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#comment FunctionResource#comment} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#handler FunctionResource#handler} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -237,7 +237,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#imports FunctionResource#imports} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The language of the statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#language FunctionResource#language} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -279,7 +279,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#packages FunctionResource#packages} --- @@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -311,7 +311,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#target_path FunctionResource#target_path} --- @@ -828,7 +828,7 @@ The construct id used in the generated config for the FunctionResource to import The id of the existing FunctionResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#import import section} in the documentation of this resource for the id to use --- @@ -1429,7 +1429,7 @@ public java.lang.String getName(); The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} --- @@ -1443,7 +1443,7 @@ public java.lang.String getType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#type FunctionResource#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#type FunctionResource#type} --- @@ -1507,7 +1507,7 @@ FunctionResourceConfig.builder() | arguments | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionResourceArguments> | arguments block. | | comment | java.lang.String | Specifies a comment for the function. | | handler | java.lang.String | The handler method for Java / Python function. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. | | imports | java.util.List | Imports for Java / Python functions. | | isSecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies that the function is secure. | | language | java.lang.String | The language of the statement. | @@ -1599,7 +1599,7 @@ public java.lang.String getDatabase(); The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#database FunctionResource#database} --- @@ -1615,7 +1615,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} --- @@ -1629,7 +1629,7 @@ public java.lang.String getReturnType(); The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_type FunctionResource#return_type} --- @@ -1643,7 +1643,7 @@ public java.lang.String getSchema(); The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#schema FunctionResource#schema} --- @@ -1657,7 +1657,7 @@ public java.lang.String getStatement(); Specifies the javascript / java / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#statement FunctionResource#statement} --- @@ -1671,7 +1671,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#arguments FunctionResource#arguments} --- @@ -1685,7 +1685,7 @@ public java.lang.String getComment(); Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#comment FunctionResource#comment} --- @@ -1699,7 +1699,7 @@ public java.lang.String getHandler(); The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#handler FunctionResource#handler} --- @@ -1711,7 +1711,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1730,7 +1730,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#imports FunctionResource#imports} --- @@ -1744,7 +1744,7 @@ public java.lang.Object getIsSecure(); Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -1758,7 +1758,7 @@ public java.lang.String getLanguage(); The language of the statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#language FunctionResource#language} --- @@ -1772,7 +1772,7 @@ public java.lang.String getNullInputBehavior(); Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -1788,7 +1788,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#packages FunctionResource#packages} --- @@ -1802,7 +1802,7 @@ public java.lang.String getReturnBehavior(); Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -1816,7 +1816,7 @@ public java.lang.String getRuntimeVersion(); Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -1832,7 +1832,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#target_path FunctionResource#target_path} --- diff --git a/docs/functionResource.python.md b/docs/functionResource.python.md index ae44c0003..191063f4c 100644 --- a/docs/functionResource.python.md +++ b/docs/functionResource.python.md @@ -4,7 +4,7 @@ ### FunctionResource -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function snowflake_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function snowflake_function}. #### Initializers @@ -60,7 +60,7 @@ functionResource.FunctionResource( | arguments | typing.Union[cdktf.IResolvable, typing.List[FunctionResourceArguments]] | arguments block. | | comment | str | Specifies a comment for the function. | | handler | str | The handler method for Java / Python function. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. | | imports | typing.List[str] | Imports for Java / Python functions. | | is_secure | typing.Union[bool, cdktf.IResolvable] | Specifies that the function is secure. | | language | str | The language of the statement. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#database FunctionResource#database} --- @@ -150,7 +150,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_type FunctionResource#return_type} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#schema FunctionResource#schema} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the javascript / java / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#statement FunctionResource#statement} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#arguments FunctionResource#arguments} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#comment FunctionResource#comment} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#handler FunctionResource#handler} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -233,7 +233,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#imports FunctionResource#imports} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The language of the statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#language FunctionResource#language} --- @@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -275,7 +275,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#packages FunctionResource#packages} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -307,7 +307,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#target_path FunctionResource#target_path} --- @@ -872,7 +872,7 @@ The construct id used in the generated config for the FunctionResource to import The id of the existing FunctionResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#import import section} in the documentation of this resource for the id to use --- @@ -1473,7 +1473,7 @@ name: str The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} --- @@ -1487,7 +1487,7 @@ type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#type FunctionResource#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#type FunctionResource#type} --- @@ -1545,7 +1545,7 @@ functionResource.FunctionResourceConfig( | arguments | typing.Union[cdktf.IResolvable, typing.List[FunctionResourceArguments]] | arguments block. | | comment | str | Specifies a comment for the function. | | handler | str | The handler method for Java / Python function. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. | | imports | typing.List[str] | Imports for Java / Python functions. | | is_secure | typing.Union[bool, cdktf.IResolvable] | Specifies that the function is secure. | | language | str | The language of the statement. | @@ -1637,7 +1637,7 @@ database: str The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#database FunctionResource#database} --- @@ -1653,7 +1653,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} --- @@ -1667,7 +1667,7 @@ return_type: str The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_type FunctionResource#return_type} --- @@ -1681,7 +1681,7 @@ schema: str The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#schema FunctionResource#schema} --- @@ -1695,7 +1695,7 @@ statement: str Specifies the javascript / java / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#statement FunctionResource#statement} --- @@ -1709,7 +1709,7 @@ arguments: typing.Union[IResolvable, typing.List[FunctionResourceArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#arguments FunctionResource#arguments} --- @@ -1723,7 +1723,7 @@ comment: str Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#comment FunctionResource#comment} --- @@ -1737,7 +1737,7 @@ handler: str The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#handler FunctionResource#handler} --- @@ -1749,7 +1749,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1768,7 +1768,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#imports FunctionResource#imports} --- @@ -1782,7 +1782,7 @@ is_secure: typing.Union[bool, IResolvable] Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -1796,7 +1796,7 @@ language: str The language of the statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#language FunctionResource#language} --- @@ -1810,7 +1810,7 @@ null_input_behavior: str Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -1826,7 +1826,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#packages FunctionResource#packages} --- @@ -1840,7 +1840,7 @@ return_behavior: str Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -1854,7 +1854,7 @@ runtime_version: str Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -1870,7 +1870,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#target_path FunctionResource#target_path} --- diff --git a/docs/functionResource.typescript.md b/docs/functionResource.typescript.md index 4eb61295f..55f1ca705 100644 --- a/docs/functionResource.typescript.md +++ b/docs/functionResource.typescript.md @@ -4,7 +4,7 @@ ### FunctionResource -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function snowflake_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function snowflake_function}. #### Initializers @@ -557,7 +557,7 @@ The construct id used in the generated config for the FunctionResource to import The id of the existing FunctionResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#import import section} in the documentation of this resource for the id to use --- @@ -1155,7 +1155,7 @@ public readonly name: string; The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} --- @@ -1169,7 +1169,7 @@ public readonly type: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#type FunctionResource#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#type FunctionResource#type} --- @@ -1202,7 +1202,7 @@ const functionResourceConfig: functionResource.FunctionResourceConfig = { ... } | arguments | cdktf.IResolvable \| FunctionResourceArguments[] | arguments block. | | comment | string | Specifies a comment for the function. | | handler | string | The handler method for Java / Python function. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. | | imports | string[] | Imports for Java / Python functions. | | isSecure | boolean \| cdktf.IResolvable | Specifies that the function is secure. | | language | string | The language of the statement. | @@ -1294,7 +1294,7 @@ public readonly database: string; The database in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#database FunctionResource#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#database FunctionResource#database} --- @@ -1310,7 +1310,7 @@ Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} --- @@ -1324,7 +1324,7 @@ public readonly returnType: string; The return type of the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_type FunctionResource#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_type FunctionResource#return_type} --- @@ -1338,7 +1338,7 @@ public readonly schema: string; The schema in which to create the function. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#schema FunctionResource#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#schema FunctionResource#schema} --- @@ -1352,7 +1352,7 @@ public readonly statement: string; Specifies the javascript / java / sql / python code used to create the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#statement FunctionResource#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#statement FunctionResource#statement} --- @@ -1366,7 +1366,7 @@ public readonly arguments: IResolvable | FunctionResourceArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#arguments FunctionResource#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#arguments FunctionResource#arguments} --- @@ -1380,7 +1380,7 @@ public readonly comment: string; Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#comment FunctionResource#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#comment FunctionResource#comment} --- @@ -1394,7 +1394,7 @@ public readonly handler: string; The handler method for Java / Python function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#handler FunctionResource#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#handler FunctionResource#handler} --- @@ -1406,7 +1406,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1425,7 +1425,7 @@ Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#imports FunctionResource#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#imports FunctionResource#imports} --- @@ -1439,7 +1439,7 @@ public readonly isSecure: boolean | IResolvable; Specifies that the function is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#is_secure FunctionResource#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#is_secure FunctionResource#is_secure} --- @@ -1453,7 +1453,7 @@ public readonly language: string; The language of the statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#language FunctionResource#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#language FunctionResource#language} --- @@ -1467,7 +1467,7 @@ public readonly nullInputBehavior: string; Specifies the behavior of the function when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} --- @@ -1483,7 +1483,7 @@ List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#packages FunctionResource#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#packages FunctionResource#packages} --- @@ -1497,7 +1497,7 @@ public readonly returnBehavior: string; Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_behavior FunctionResource#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_behavior FunctionResource#return_behavior} --- @@ -1511,7 +1511,7 @@ public readonly runtimeVersion: string; Required for Python functions. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#runtime_version FunctionResource#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#runtime_version FunctionResource#runtime_version} --- @@ -1527,7 +1527,7 @@ The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#target_path FunctionResource#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#target_path FunctionResource#target_path} --- diff --git a/docs/grantPrivilegesToRole.csharp.md b/docs/grantPrivilegesToRole.csharp.md index 59d2a99b5..d129e8a0c 100644 --- a/docs/grantPrivilegesToRole.csharp.md +++ b/docs/grantPrivilegesToRole.csharp.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. #### Initializers @@ -555,7 +555,7 @@ The construct id used in the generated config for the GrantPrivilegesToRole to i The id of the existing GrantPrivilegesToRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use --- @@ -988,7 +988,7 @@ new GrantPrivilegesToRoleConfig { | Provisioners | object[] | *No description.* | | RoleName | string | The fully qualified name of the role to which privileges will be granted. | | AllPrivileges | object | Grant all privileges on the account role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | OnAccount | object | If true, the privileges will be granted on the account. | | OnAccountObject | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | OnSchema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -1078,7 +1078,7 @@ public string RoleName { get; set; } The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -1092,7 +1092,7 @@ public object AllPrivileges { get; set; } Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -1104,7 +1104,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1121,7 +1121,7 @@ public object OnAccount { get; set; } If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -1135,7 +1135,7 @@ public GrantPrivilegesToRoleOnAccountObject OnAccountObject { get; set; } on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -1149,7 +1149,7 @@ public GrantPrivilegesToRoleOnSchema OnSchema { get; set; } on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -1163,7 +1163,7 @@ public GrantPrivilegesToRoleOnSchemaObject OnSchemaObject { get; set; } on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -1177,7 +1177,7 @@ public string[] Privileges { get; set; } The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -1191,7 +1191,7 @@ public object WithGrantOption { get; set; } Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -1227,7 +1227,7 @@ public string ObjectName { get; set; } The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1241,9 +1241,9 @@ public string ObjectType { get; set; } The object type of the account object on which privileges will be granted. -Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP +Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1281,7 +1281,7 @@ public string AllSchemasInDatabase { get; set; } The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} --- @@ -1295,7 +1295,7 @@ public string FutureSchemasInDatabase { get; set; } The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} --- @@ -1309,7 +1309,7 @@ public string SchemaName { get; set; } The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} --- @@ -1349,7 +1349,7 @@ public GrantPrivilegesToRoleOnSchemaObjectAll All { get; set; } all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} --- @@ -1363,7 +1363,7 @@ public GrantPrivilegesToRoleOnSchemaObjectFuture Future { get; set; } future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} --- @@ -1377,7 +1377,7 @@ public string ObjectName { get; set; } The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1391,9 +1391,9 @@ public string ObjectType { get; set; } The object type of the schema object on which privileges will be granted. -Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW +Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1431,9 +1431,9 @@ public string ObjectTypePlural { get; set; } The plural object type of the schema object on which privileges will be granted. -Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS +Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1447,7 +1447,7 @@ public string InDatabase { get; set; } The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1461,7 +1461,7 @@ public string InSchema { get; set; } The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -1499,9 +1499,9 @@ public string ObjectTypePlural { get; set; } The plural object type of the schema object on which privileges will be granted. -Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS +Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1515,7 +1515,7 @@ public string InDatabase { get; set; } The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1529,7 +1529,7 @@ public string InSchema { get; set; } The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- diff --git a/docs/grantPrivilegesToRole.go.md b/docs/grantPrivilegesToRole.go.md index a0148e0be..9743a8238 100644 --- a/docs/grantPrivilegesToRole.go.md +++ b/docs/grantPrivilegesToRole.go.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. #### Initializers @@ -555,7 +555,7 @@ The construct id used in the generated config for the GrantPrivilegesToRole to i The id of the existing GrantPrivilegesToRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use --- @@ -988,7 +988,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/grantprivileg | Provisioners | *[]interface{} | *No description.* | | RoleName | *string | The fully qualified name of the role to which privileges will be granted. | | AllPrivileges | interface{} | Grant all privileges on the account role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | OnAccount | interface{} | If true, the privileges will be granted on the account. | | OnAccountObject | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | OnSchema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -1078,7 +1078,7 @@ RoleName *string The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -1092,7 +1092,7 @@ AllPrivileges interface{} Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -1104,7 +1104,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1121,7 +1121,7 @@ OnAccount interface{} If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -1135,7 +1135,7 @@ OnAccountObject GrantPrivilegesToRoleOnAccountObject on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -1149,7 +1149,7 @@ OnSchema GrantPrivilegesToRoleOnSchema on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -1163,7 +1163,7 @@ OnSchemaObject GrantPrivilegesToRoleOnSchemaObject on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -1177,7 +1177,7 @@ Privileges *[]*string The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -1191,7 +1191,7 @@ WithGrantOption interface{} Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -1227,7 +1227,7 @@ ObjectName *string The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1241,9 +1241,9 @@ ObjectType *string The object type of the account object on which privileges will be granted. -Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP +Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1281,7 +1281,7 @@ AllSchemasInDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} --- @@ -1295,7 +1295,7 @@ FutureSchemasInDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} --- @@ -1309,7 +1309,7 @@ SchemaName *string The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} --- @@ -1349,7 +1349,7 @@ All GrantPrivilegesToRoleOnSchemaObjectAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} --- @@ -1363,7 +1363,7 @@ Future GrantPrivilegesToRoleOnSchemaObjectFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} --- @@ -1377,7 +1377,7 @@ ObjectName *string The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1391,9 +1391,9 @@ ObjectType *string The object type of the schema object on which privileges will be granted. -Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW +Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1431,9 +1431,9 @@ ObjectTypePlural *string The plural object type of the schema object on which privileges will be granted. -Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS +Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1447,7 +1447,7 @@ InDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1461,7 +1461,7 @@ InSchema *string The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -1499,9 +1499,9 @@ ObjectTypePlural *string The plural object type of the schema object on which privileges will be granted. -Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS +Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1515,7 +1515,7 @@ InDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1529,7 +1529,7 @@ InSchema *string The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- diff --git a/docs/grantPrivilegesToRole.java.md b/docs/grantPrivilegesToRole.java.md index 364d326c3..86d154ce6 100644 --- a/docs/grantPrivilegesToRole.java.md +++ b/docs/grantPrivilegesToRole.java.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. #### Initializers @@ -51,7 +51,7 @@ GrantPrivilegesToRole.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | roleName | java.lang.String | The fully qualified name of the role to which privileges will be granted. | | allPrivileges | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Grant all privileges on the account role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the privileges will be granted on the account. | | onAccountObject | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | onSchema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -158,7 +158,7 @@ If you experience problems setting this value it might not be settable. Please t If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -723,7 +723,7 @@ The construct id used in the generated config for the GrantPrivilegesToRole to i The id of the existing GrantPrivilegesToRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use --- @@ -1163,7 +1163,7 @@ GrantPrivilegesToRoleConfig.builder() | provisioners | java.util.List | *No description.* | | roleName | java.lang.String | The fully qualified name of the role to which privileges will be granted. | | allPrivileges | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Grant all privileges on the account role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the privileges will be granted on the account. | | onAccountObject | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | onSchema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -1253,7 +1253,7 @@ public java.lang.String getRoleName(); The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -1267,7 +1267,7 @@ public java.lang.Object getAllPrivileges(); Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -1279,7 +1279,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1296,7 +1296,7 @@ public java.lang.Object getOnAccount(); If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -1310,7 +1310,7 @@ public GrantPrivilegesToRoleOnAccountObject getOnAccountObject(); on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -1324,7 +1324,7 @@ public GrantPrivilegesToRoleOnSchema getOnSchema(); on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -1338,7 +1338,7 @@ public GrantPrivilegesToRoleOnSchemaObject getOnSchemaObject(); on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -1352,7 +1352,7 @@ public java.util.List getPrivileges(); The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -1366,7 +1366,7 @@ public java.lang.Object getWithGrantOption(); Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -1402,7 +1402,7 @@ public java.lang.String getObjectName(); The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1416,9 +1416,9 @@ public java.lang.String getObjectType(); The object type of the account object on which privileges will be granted. -Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP +Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1456,7 +1456,7 @@ public java.lang.String getAllSchemasInDatabase(); The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} --- @@ -1470,7 +1470,7 @@ public java.lang.String getFutureSchemasInDatabase(); The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} --- @@ -1484,7 +1484,7 @@ public java.lang.String getSchemaName(); The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} --- @@ -1524,7 +1524,7 @@ public GrantPrivilegesToRoleOnSchemaObjectAll getAll(); all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} --- @@ -1538,7 +1538,7 @@ public GrantPrivilegesToRoleOnSchemaObjectFuture getFuture(); future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} --- @@ -1552,7 +1552,7 @@ public java.lang.String getObjectName(); The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1566,9 +1566,9 @@ public java.lang.String getObjectType(); The object type of the schema object on which privileges will be granted. -Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW +Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1606,9 +1606,9 @@ public java.lang.String getObjectTypePlural(); The plural object type of the schema object on which privileges will be granted. -Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS +Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1622,7 +1622,7 @@ public java.lang.String getInDatabase(); The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1636,7 +1636,7 @@ public java.lang.String getInSchema(); The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -1674,9 +1674,9 @@ public java.lang.String getObjectTypePlural(); The plural object type of the schema object on which privileges will be granted. -Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS +Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1690,7 +1690,7 @@ public java.lang.String getInDatabase(); The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1704,7 +1704,7 @@ public java.lang.String getInSchema(); The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- diff --git a/docs/grantPrivilegesToRole.python.md b/docs/grantPrivilegesToRole.python.md index 7d0d0c779..39c79dcfd 100644 --- a/docs/grantPrivilegesToRole.python.md +++ b/docs/grantPrivilegesToRole.python.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. #### Initializers @@ -46,7 +46,7 @@ grantPrivilegesToRole.GrantPrivilegesToRole( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | role_name | str | The fully qualified name of the role to which privileges will be granted. | | all_privileges | typing.Union[bool, cdktf.IResolvable] | Grant all privileges on the account role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the privileges will be granted on the account. | | on_account_object | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | on_schema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -581,7 +581,7 @@ def put_on_account_object( The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -591,9 +591,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The object type of the account object on which privileges will be granted. -Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP +Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -613,7 +613,7 @@ def put_on_schema( The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} --- @@ -623,7 +623,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} --- @@ -633,7 +633,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} --- @@ -654,7 +654,7 @@ def put_on_schema_object( all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} --- @@ -664,7 +664,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} --- @@ -674,7 +674,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -684,9 +684,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The object type of the schema object on which privileges will be granted. -Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW +Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -852,7 +852,7 @@ The construct id used in the generated config for the GrantPrivilegesToRole to i The id of the existing GrantPrivilegesToRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use --- @@ -1285,7 +1285,7 @@ grantPrivilegesToRole.GrantPrivilegesToRoleConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | role_name | str | The fully qualified name of the role to which privileges will be granted. | | all_privileges | typing.Union[bool, cdktf.IResolvable] | Grant all privileges on the account role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the privileges will be granted on the account. | | on_account_object | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | on_schema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -1375,7 +1375,7 @@ role_name: str The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -1389,7 +1389,7 @@ all_privileges: typing.Union[bool, IResolvable] Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -1401,7 +1401,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1418,7 +1418,7 @@ on_account: typing.Union[bool, IResolvable] If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -1432,7 +1432,7 @@ on_account_object: GrantPrivilegesToRoleOnAccountObject on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -1446,7 +1446,7 @@ on_schema: GrantPrivilegesToRoleOnSchema on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -1460,7 +1460,7 @@ on_schema_object: GrantPrivilegesToRoleOnSchemaObject on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -1474,7 +1474,7 @@ privileges: typing.List[str] The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -1488,7 +1488,7 @@ with_grant_option: typing.Union[bool, IResolvable] Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -1524,7 +1524,7 @@ object_name: str The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1538,9 +1538,9 @@ object_type: str The object type of the account object on which privileges will be granted. -Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP +Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1578,7 +1578,7 @@ all_schemas_in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} --- @@ -1592,7 +1592,7 @@ future_schemas_in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} --- @@ -1606,7 +1606,7 @@ schema_name: str The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} --- @@ -1646,7 +1646,7 @@ all: GrantPrivilegesToRoleOnSchemaObjectAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} --- @@ -1660,7 +1660,7 @@ future: GrantPrivilegesToRoleOnSchemaObjectFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} --- @@ -1674,7 +1674,7 @@ object_name: str The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1688,9 +1688,9 @@ object_type: str The object type of the schema object on which privileges will be granted. -Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW +Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1728,9 +1728,9 @@ object_type_plural: str The plural object type of the schema object on which privileges will be granted. -Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS +Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1744,7 +1744,7 @@ in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1758,7 +1758,7 @@ in_schema: str The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -1796,9 +1796,9 @@ object_type_plural: str The plural object type of the schema object on which privileges will be granted. -Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS +Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1812,7 +1812,7 @@ in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1826,7 +1826,7 @@ in_schema: str The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -3108,9 +3108,9 @@ def put_all( The plural object type of the schema object on which privileges will be granted. -Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS +Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -3120,7 +3120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -3130,7 +3130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -3150,9 +3150,9 @@ def put_future( The plural object type of the schema object on which privileges will be granted. -Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS +Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -3162,7 +3162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -3172,7 +3172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- diff --git a/docs/grantPrivilegesToRole.typescript.md b/docs/grantPrivilegesToRole.typescript.md index f1c7644f9..d4a01a50c 100644 --- a/docs/grantPrivilegesToRole.typescript.md +++ b/docs/grantPrivilegesToRole.typescript.md @@ -4,7 +4,7 @@ ### GrantPrivilegesToRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role}. #### Initializers @@ -555,7 +555,7 @@ The construct id used in the generated config for the GrantPrivilegesToRole to i The id of the existing GrantPrivilegesToRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use --- @@ -971,7 +971,7 @@ const grantPrivilegesToRoleConfig: grantPrivilegesToRole.GrantPrivilegesToRoleCo | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | roleName | string | The fully qualified name of the role to which privileges will be granted. | | allPrivileges | boolean \| cdktf.IResolvable | Grant all privileges on the account role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. | | onAccount | boolean \| cdktf.IResolvable | If true, the privileges will be granted on the account. | | onAccountObject | GrantPrivilegesToRoleOnAccountObject | on_account_object block. | | onSchema | GrantPrivilegesToRoleOnSchema | on_schema block. | @@ -1061,7 +1061,7 @@ public readonly roleName: string; The fully qualified name of the role to which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} --- @@ -1075,7 +1075,7 @@ public readonly allPrivileges: boolean | IResolvable; Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} --- @@ -1087,7 +1087,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1104,7 +1104,7 @@ public readonly onAccount: boolean | IResolvable; If true, the privileges will be granted on the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} --- @@ -1118,7 +1118,7 @@ public readonly onAccountObject: GrantPrivilegesToRoleOnAccountObject; on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} --- @@ -1132,7 +1132,7 @@ public readonly onSchema: GrantPrivilegesToRoleOnSchema; on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} --- @@ -1146,7 +1146,7 @@ public readonly onSchemaObject: GrantPrivilegesToRoleOnSchemaObject; on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} --- @@ -1160,7 +1160,7 @@ public readonly privileges: string[]; The privileges to grant on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} --- @@ -1174,7 +1174,7 @@ public readonly withGrantOption: boolean | IResolvable; Specifies whether the grantee can grant the privileges to other users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} --- @@ -1207,7 +1207,7 @@ public readonly objectName: string; The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1221,9 +1221,9 @@ public readonly objectType: string; The object type of the account object on which privileges will be granted. -Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP +Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1257,7 +1257,7 @@ public readonly allSchemasInDatabase: string; The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} --- @@ -1271,7 +1271,7 @@ public readonly futureSchemasInDatabase: string; The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} --- @@ -1285,7 +1285,7 @@ public readonly schemaName: string; The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} --- @@ -1320,7 +1320,7 @@ public readonly all: GrantPrivilegesToRoleOnSchemaObjectAll; all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} --- @@ -1334,7 +1334,7 @@ public readonly future: GrantPrivilegesToRoleOnSchemaObjectFuture; future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} --- @@ -1348,7 +1348,7 @@ public readonly objectName: string; The fully qualified name of the object on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} --- @@ -1362,9 +1362,9 @@ public readonly objectType: string; The object type of the schema object on which privileges will be granted. -Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW +Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} --- @@ -1398,9 +1398,9 @@ public readonly objectTypePlural: string; The plural object type of the schema object on which privileges will be granted. -Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS +Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1414,7 +1414,7 @@ public readonly inDatabase: string; The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1428,7 +1428,7 @@ public readonly inSchema: string; The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- @@ -1462,9 +1462,9 @@ public readonly objectTypePlural: string; The plural object type of the schema object on which privileges will be granted. -Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS +Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} --- @@ -1478,7 +1478,7 @@ public readonly inDatabase: string; The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} --- @@ -1492,7 +1492,7 @@ public readonly inSchema: string; The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} --- diff --git a/docs/integrationGrant.csharp.md b/docs/integrationGrant.csharp.md index 182441b3d..8e91d2f57 100644 --- a/docs/integrationGrant.csharp.md +++ b/docs/integrationGrant.csharp.md @@ -4,7 +4,7 @@ ### IntegrationGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant snowflake_integration_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant snowflake_integration_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the IntegrationGrant to import The id of the existing IntegrationGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use --- @@ -889,7 +889,7 @@ new IntegrationGrantConfig { | Provisioners | object[] | *No description.* | | IntegrationName | string | Identifier for the integration; must be unique for your account. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. | | Privilege | string | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | Roles | string[] | Grants privilege to these roles. | @@ -977,7 +977,7 @@ public string IntegrationName { get; set; } Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -993,7 +993,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -1005,7 +1005,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1022,7 +1022,7 @@ public string Privilege { get; set; } The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -1038,7 +1038,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -1052,7 +1052,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -1066,7 +1066,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- diff --git a/docs/integrationGrant.go.md b/docs/integrationGrant.go.md index 8cfcc8b6e..6fe7e237a 100644 --- a/docs/integrationGrant.go.md +++ b/docs/integrationGrant.go.md @@ -4,7 +4,7 @@ ### IntegrationGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant snowflake_integration_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant snowflake_integration_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the IntegrationGrant to import The id of the existing IntegrationGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use --- @@ -889,7 +889,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/integrationgr | Provisioners | *[]interface{} | *No description.* | | IntegrationName | *string | Identifier for the integration; must be unique for your account. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. | | Privilege | *string | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | Roles | *[]*string | Grants privilege to these roles. | @@ -977,7 +977,7 @@ IntegrationName *string Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -993,7 +993,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -1005,7 +1005,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1022,7 +1022,7 @@ Privilege *string The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -1038,7 +1038,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -1052,7 +1052,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -1066,7 +1066,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- diff --git a/docs/integrationGrant.java.md b/docs/integrationGrant.java.md index f3e520745..7a21e25b0 100644 --- a/docs/integrationGrant.java.md +++ b/docs/integrationGrant.java.md @@ -4,7 +4,7 @@ ### IntegrationGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant snowflake_integration_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant snowflake_integration_grant}. #### Initializers @@ -48,7 +48,7 @@ IntegrationGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | integrationName | java.lang.String | Identifier for the integration; must be unique for your account. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. | | privilege | java.lang.String | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -134,7 +134,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -167,7 +167,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- @@ -649,7 +649,7 @@ The construct id used in the generated config for the IntegrationGrant to import The id of the existing IntegrationGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use --- @@ -1042,7 +1042,7 @@ IntegrationGrantConfig.builder() | provisioners | java.util.List | *No description.* | | integrationName | java.lang.String | Identifier for the integration; must be unique for your account. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. | | privilege | java.lang.String | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -1130,7 +1130,7 @@ public java.lang.String getIntegrationName(); Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -1146,7 +1146,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -1158,7 +1158,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1175,7 +1175,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -1191,7 +1191,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -1205,7 +1205,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -1219,7 +1219,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- diff --git a/docs/integrationGrant.python.md b/docs/integrationGrant.python.md index 9b345e6cd..3962ec8e3 100644 --- a/docs/integrationGrant.python.md +++ b/docs/integrationGrant.python.md @@ -4,7 +4,7 @@ ### IntegrationGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant snowflake_integration_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant snowflake_integration_grant}. #### Initializers @@ -44,7 +44,7 @@ integrationGrant.IntegrationGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | integration_name | str | Identifier for the integration; must be unique for your account. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. | | privilege | str | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -130,7 +130,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -163,7 +163,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- @@ -691,7 +691,7 @@ The construct id used in the generated config for the IntegrationGrant to import The id of the existing IntegrationGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use --- @@ -1078,7 +1078,7 @@ integrationGrant.IntegrationGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | integration_name | str | Identifier for the integration; must be unique for your account. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. | | privilege | str | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -1166,7 +1166,7 @@ integration_name: str Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -1182,7 +1182,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -1194,7 +1194,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1211,7 +1211,7 @@ privilege: str The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -1227,7 +1227,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -1241,7 +1241,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -1255,7 +1255,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- diff --git a/docs/integrationGrant.typescript.md b/docs/integrationGrant.typescript.md index 1f49c7a03..759481cf2 100644 --- a/docs/integrationGrant.typescript.md +++ b/docs/integrationGrant.typescript.md @@ -4,7 +4,7 @@ ### IntegrationGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant snowflake_integration_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant snowflake_integration_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the IntegrationGrant to import The id of the existing IntegrationGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use --- @@ -874,7 +874,7 @@ const integrationGrantConfig: integrationGrant.IntegrationGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | integrationName | string | Identifier for the integration; must be unique for your account. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. | | privilege | string | The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | roles | string[] | Grants privilege to these roles. | @@ -962,7 +962,7 @@ public readonly integrationName: string; Identifier for the integration; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} --- @@ -978,7 +978,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} --- @@ -990,7 +990,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1007,7 +1007,7 @@ public readonly privilege: string; The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#privilege IntegrationGrant#privilege} --- @@ -1023,7 +1023,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} --- @@ -1037,7 +1037,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#roles IntegrationGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#roles IntegrationGrant#roles} --- @@ -1051,7 +1051,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} --- diff --git a/docs/managedAccount.csharp.md b/docs/managedAccount.csharp.md index 98371af3a..39d19a162 100644 --- a/docs/managedAccount.csharp.md +++ b/docs/managedAccount.csharp.md @@ -4,7 +4,7 @@ ### ManagedAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account snowflake_managed_account}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the ManagedAccount to import. The id of the existing ManagedAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -902,7 +902,7 @@ new ManagedAccountConfig { | AdminPassword | string | Password for the initial user in the managed account. | | Name | string | Identifier for the managed account; must be unique for your account. | | Comment | string | Specifies a comment for the managed account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#id ManagedAccount#id}. | | Type | string | Specifies the type of managed account. | --- @@ -989,7 +989,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1003,7 +1003,7 @@ public string AdminPassword { get; set; } Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1017,7 +1017,7 @@ public string Name { get; set; } Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1031,7 +1031,7 @@ public string Comment { get; set; } Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1043,7 +1043,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1060,7 +1060,7 @@ public string Type { get; set; } Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/managedAccount.go.md b/docs/managedAccount.go.md index 08a921dce..d436ea720 100644 --- a/docs/managedAccount.go.md +++ b/docs/managedAccount.go.md @@ -4,7 +4,7 @@ ### ManagedAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account snowflake_managed_account}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the ManagedAccount to import. The id of the existing ManagedAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -902,7 +902,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/managedaccoun | AdminPassword | *string | Password for the initial user in the managed account. | | Name | *string | Identifier for the managed account; must be unique for your account. | | Comment | *string | Specifies a comment for the managed account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#id ManagedAccount#id}. | | Type | *string | Specifies the type of managed account. | --- @@ -989,7 +989,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1003,7 +1003,7 @@ AdminPassword *string Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1017,7 +1017,7 @@ Name *string Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1031,7 +1031,7 @@ Comment *string Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1043,7 +1043,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1060,7 +1060,7 @@ Type *string Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/managedAccount.java.md b/docs/managedAccount.java.md index 7be4b18fd..de6d6e7c0 100644 --- a/docs/managedAccount.java.md +++ b/docs/managedAccount.java.md @@ -4,7 +4,7 @@ ### ManagedAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account snowflake_managed_account}. #### Initializers @@ -47,7 +47,7 @@ ManagedAccount.Builder.create(Construct scope, java.lang.String id) | adminPassword | java.lang.String | Password for the initial user in the managed account. | | name | java.lang.String | Identifier for the managed account; must be unique for your account. | | comment | java.lang.String | Specifies a comment for the managed account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#id ManagedAccount#id}. | | type | java.lang.String | Specifies the type of managed account. | --- @@ -120,7 +120,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#name ManagedAccount#name} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#id ManagedAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#type ManagedAccount#type} --- @@ -612,7 +612,7 @@ The construct id used in the generated config for the ManagedAccount to import. The id of the existing ManagedAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -1037,7 +1037,7 @@ ManagedAccountConfig.builder() | adminPassword | java.lang.String | Password for the initial user in the managed account. | | name | java.lang.String | Identifier for the managed account; must be unique for your account. | | comment | java.lang.String | Specifies a comment for the managed account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#id ManagedAccount#id}. | | type | java.lang.String | Specifies the type of managed account. | --- @@ -1124,7 +1124,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1138,7 +1138,7 @@ public java.lang.String getAdminPassword(); Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1152,7 +1152,7 @@ public java.lang.String getName(); Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1166,7 +1166,7 @@ public java.lang.String getComment(); Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1178,7 +1178,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1195,7 +1195,7 @@ public java.lang.String getType(); Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/managedAccount.python.md b/docs/managedAccount.python.md index 173448659..59c43c1d9 100644 --- a/docs/managedAccount.python.md +++ b/docs/managedAccount.python.md @@ -4,7 +4,7 @@ ### ManagedAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account snowflake_managed_account}. #### Initializers @@ -45,7 +45,7 @@ managedAccount.ManagedAccount( | admin_password | str | Password for the initial user in the managed account. | | name | str | Identifier for the managed account; must be unique for your account. | | comment | str | Specifies a comment for the managed account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#id ManagedAccount#id}. | | type | str | Specifies the type of managed account. | --- @@ -118,7 +118,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#name ManagedAccount#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#id ManagedAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -169,7 +169,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#type ManagedAccount#type} --- @@ -656,7 +656,7 @@ The construct id used in the generated config for the ManagedAccount to import. The id of the existing ManagedAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -1077,7 +1077,7 @@ managedAccount.ManagedAccountConfig( | admin_password | str | Password for the initial user in the managed account. | | name | str | Identifier for the managed account; must be unique for your account. | | comment | str | Specifies a comment for the managed account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#id ManagedAccount#id}. | | type | str | Specifies the type of managed account. | --- @@ -1164,7 +1164,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1178,7 +1178,7 @@ admin_password: str Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1192,7 +1192,7 @@ name: str Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1206,7 +1206,7 @@ comment: str Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1218,7 +1218,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1235,7 +1235,7 @@ type: str Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/managedAccount.typescript.md b/docs/managedAccount.typescript.md index bd033172f..e95bc3c32 100644 --- a/docs/managedAccount.typescript.md +++ b/docs/managedAccount.typescript.md @@ -4,7 +4,7 @@ ### ManagedAccount -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account snowflake_managed_account}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the ManagedAccount to import. The id of the existing ManagedAccount that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -888,7 +888,7 @@ const managedAccountConfig: managedAccount.ManagedAccountConfig = { ... } | adminPassword | string | Password for the initial user in the managed account. | | name | string | Identifier for the managed account; must be unique for your account. | | comment | string | Specifies a comment for the managed account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#id ManagedAccount#id}. | | type | string | Specifies the type of managed account. | --- @@ -975,7 +975,7 @@ Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -989,7 +989,7 @@ public readonly adminPassword: string; Password for the initial user in the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1003,7 +1003,7 @@ public readonly name: string; Identifier for the managed account; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1017,7 +1017,7 @@ public readonly comment: string; Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1029,7 +1029,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1046,7 +1046,7 @@ public readonly type: string; Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/maskingPolicy.csharp.md b/docs/maskingPolicy.csharp.md index 0a9d95d76..ddb499f77 100644 --- a/docs/maskingPolicy.csharp.md +++ b/docs/maskingPolicy.csharp.md @@ -4,7 +4,7 @@ ### MaskingPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the MaskingPolicy to import. The id of the existing MaskingPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -1004,7 +1004,7 @@ new MaskingPolicyConfig { | Signature | MaskingPolicySignature | signature block. | | Comment | string | Specifies a comment for the masking policy. | | ExemptOtherPolicies | object | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#id MaskingPolicy#id}. | | IfNotExists | object | Prevent overwriting a previous masking policy with the same name. | | OrReplace | object | Whether to override a previous masking policy with the same name. | @@ -1090,7 +1090,7 @@ public string Database { get; set; } The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1104,7 +1104,7 @@ public string MaskingExpression { get; set; } Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -1120,7 +1120,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1134,7 +1134,7 @@ public string ReturnDataType { get; set; } Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1148,7 +1148,7 @@ public string Schema { get; set; } The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1162,7 +1162,7 @@ public MaskingPolicySignature Signature { get; set; } signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -1176,7 +1176,7 @@ public string Comment { get; set; } Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1190,7 +1190,7 @@ public object ExemptOtherPolicies { get; set; } Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1202,7 +1202,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1219,7 +1219,7 @@ public object IfNotExists { get; set; } Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -1233,7 +1233,7 @@ public object OrReplace { get; set; } Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -1267,7 +1267,7 @@ public object Column { get; set; } column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#column MaskingPolicy#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#column MaskingPolicy#column} --- @@ -1303,7 +1303,7 @@ public string Name { get; set; } Specifies the column name to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1317,7 +1317,7 @@ public string Type { get; set; } Specifies the column type to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#type MaskingPolicy#type} --- diff --git a/docs/maskingPolicy.go.md b/docs/maskingPolicy.go.md index de7a43498..960a8606b 100644 --- a/docs/maskingPolicy.go.md +++ b/docs/maskingPolicy.go.md @@ -4,7 +4,7 @@ ### MaskingPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the MaskingPolicy to import. The id of the existing MaskingPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#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/v10/maskingpolicy | Signature | MaskingPolicySignature | signature block. | | Comment | *string | Specifies a comment for the masking policy. | | ExemptOtherPolicies | interface{} | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#id MaskingPolicy#id}. | | IfNotExists | interface{} | Prevent overwriting a previous masking policy with the same name. | | OrReplace | interface{} | Whether to override a previous masking policy with the same name. | @@ -1090,7 +1090,7 @@ Database *string The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1104,7 +1104,7 @@ MaskingExpression *string Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -1120,7 +1120,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1134,7 +1134,7 @@ ReturnDataType *string Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1148,7 +1148,7 @@ Schema *string The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1162,7 +1162,7 @@ Signature MaskingPolicySignature signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -1176,7 +1176,7 @@ Comment *string Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1190,7 +1190,7 @@ ExemptOtherPolicies interface{} Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1202,7 +1202,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1219,7 +1219,7 @@ IfNotExists interface{} Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -1233,7 +1233,7 @@ OrReplace interface{} Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -1267,7 +1267,7 @@ Column interface{} column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#column MaskingPolicy#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#column MaskingPolicy#column} --- @@ -1303,7 +1303,7 @@ Name *string Specifies the column name to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1317,7 +1317,7 @@ Type *string Specifies the column type to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#type MaskingPolicy#type} --- diff --git a/docs/maskingPolicy.java.md b/docs/maskingPolicy.java.md index 28f0b3f9d..023acce4c 100644 --- a/docs/maskingPolicy.java.md +++ b/docs/maskingPolicy.java.md @@ -4,7 +4,7 @@ ### MaskingPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -59,7 +59,7 @@ MaskingPolicy.Builder.create(Construct scope, java.lang.String id) | signature | MaskingPolicySignature | signature block. | | comment | java.lang.String | Specifies a comment for the masking policy. | | exemptOtherPolicies | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#id MaskingPolicy#id}. | | ifNotExists | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Prevent overwriting a previous masking policy with the same name. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether to override a previous masking policy with the same name. | @@ -131,7 +131,7 @@ Must be unique amongst siblings in the same scope The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -153,7 +153,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#id MaskingPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -224,7 +224,7 @@ If you experience problems setting this value it might not be settable. Please t Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -702,7 +702,7 @@ The construct id used in the generated config for the MaskingPolicy to import. The id of the existing MaskingPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -1205,7 +1205,7 @@ MaskingPolicyConfig.builder() | signature | MaskingPolicySignature | signature block. | | comment | java.lang.String | Specifies a comment for the masking policy. | | exemptOtherPolicies | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#id MaskingPolicy#id}. | | ifNotExists | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Prevent overwriting a previous masking policy with the same name. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether to override a previous masking policy with the same name. | @@ -1291,7 +1291,7 @@ public java.lang.String getDatabase(); The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1305,7 +1305,7 @@ public java.lang.String getMaskingExpression(); Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -1321,7 +1321,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1335,7 +1335,7 @@ public java.lang.String getReturnDataType(); Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1349,7 +1349,7 @@ public java.lang.String getSchema(); The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1363,7 +1363,7 @@ public MaskingPolicySignature getSignature(); signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -1377,7 +1377,7 @@ public java.lang.String getComment(); Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1391,7 +1391,7 @@ public java.lang.Object getExemptOtherPolicies(); Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1403,7 +1403,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1420,7 +1420,7 @@ public java.lang.Object getIfNotExists(); Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -1434,7 +1434,7 @@ public java.lang.Object getOrReplace(); Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -1469,7 +1469,7 @@ public java.lang.Object getColumn(); column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#column MaskingPolicy#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#column MaskingPolicy#column} --- @@ -1505,7 +1505,7 @@ public java.lang.String getName(); Specifies the column name to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1519,7 +1519,7 @@ public java.lang.String getType(); Specifies the column type to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#type MaskingPolicy#type} --- diff --git a/docs/maskingPolicy.python.md b/docs/maskingPolicy.python.md index 10e5f9042..5d97ada05 100644 --- a/docs/maskingPolicy.python.md +++ b/docs/maskingPolicy.python.md @@ -4,7 +4,7 @@ ### MaskingPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -54,7 +54,7 @@ maskingPolicy.MaskingPolicy( | signature | MaskingPolicySignature | signature block. | | comment | str | Specifies a comment for the masking policy. | | exempt_other_policies | typing.Union[bool, cdktf.IResolvable] | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#id MaskingPolicy#id}. | | if_not_exists | typing.Union[bool, cdktf.IResolvable] | Prevent overwriting a previous masking policy with the same name. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Whether to override a previous masking policy with the same name. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -148,7 +148,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#id MaskingPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -219,7 +219,7 @@ If you experience problems setting this value it might not be settable. Please t Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -601,7 +601,7 @@ def put_signature( column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#column MaskingPolicy#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#column MaskingPolicy#column} --- @@ -749,7 +749,7 @@ The construct id used in the generated config for the MaskingPolicy to import. The id of the existing MaskingPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -1245,7 +1245,7 @@ maskingPolicy.MaskingPolicyConfig( | signature | MaskingPolicySignature | signature block. | | comment | str | Specifies a comment for the masking policy. | | exempt_other_policies | typing.Union[bool, cdktf.IResolvable] | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#id MaskingPolicy#id}. | | if_not_exists | typing.Union[bool, cdktf.IResolvable] | Prevent overwriting a previous masking policy with the same name. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Whether to override a previous masking policy with the same name. | @@ -1331,7 +1331,7 @@ database: str The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1345,7 +1345,7 @@ masking_expression: str Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -1361,7 +1361,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1375,7 +1375,7 @@ return_data_type: str Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1389,7 +1389,7 @@ schema: str The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1403,7 +1403,7 @@ signature: MaskingPolicySignature signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -1417,7 +1417,7 @@ comment: str Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1431,7 +1431,7 @@ exempt_other_policies: typing.Union[bool, IResolvable] Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1443,7 +1443,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1460,7 +1460,7 @@ if_not_exists: typing.Union[bool, IResolvable] Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -1474,7 +1474,7 @@ or_replace: typing.Union[bool, IResolvable] Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -1508,7 +1508,7 @@ column: typing.Union[IResolvable, typing.List[MaskingPolicySignatureColumn]] column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#column MaskingPolicy#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#column MaskingPolicy#column} --- @@ -1544,7 +1544,7 @@ name: str Specifies the column name to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1558,7 +1558,7 @@ type: str Specifies the column type to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#type MaskingPolicy#type} --- diff --git a/docs/maskingPolicy.typescript.md b/docs/maskingPolicy.typescript.md index 1c376d50e..205085aed 100644 --- a/docs/maskingPolicy.typescript.md +++ b/docs/maskingPolicy.typescript.md @@ -4,7 +4,7 @@ ### MaskingPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the MaskingPolicy to import. The id of the existing MaskingPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -985,7 +985,7 @@ const maskingPolicyConfig: maskingPolicy.MaskingPolicyConfig = { ... } | signature | MaskingPolicySignature | signature block. | | comment | string | Specifies a comment for the masking policy. | | exemptOtherPolicies | boolean \| cdktf.IResolvable | Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#id MaskingPolicy#id}. | | ifNotExists | boolean \| cdktf.IResolvable | Prevent overwriting a previous masking policy with the same name. | | orReplace | boolean \| cdktf.IResolvable | Whether to override a previous masking policy with the same name. | @@ -1071,7 +1071,7 @@ public readonly database: string; The database in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1085,7 +1085,7 @@ public readonly maskingExpression: string; Specifies the SQL expression that transforms the data. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} --- @@ -1101,7 +1101,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1115,7 +1115,7 @@ public readonly returnDataType: string; Specifies the data type to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1129,7 +1129,7 @@ public readonly schema: string; The schema in which to create the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1143,7 +1143,7 @@ public readonly signature: MaskingPolicySignature; signature block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#signature MaskingPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#signature MaskingPolicy#signature} --- @@ -1157,7 +1157,7 @@ public readonly comment: string; Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1171,7 +1171,7 @@ public readonly exemptOtherPolicies: boolean | IResolvable; Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1183,7 +1183,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1200,7 +1200,7 @@ public readonly ifNotExists: boolean | IResolvable; Prevent overwriting a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} --- @@ -1214,7 +1214,7 @@ public readonly orReplace: boolean | IResolvable; Whether to override a previous masking policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} --- @@ -1246,7 +1246,7 @@ public readonly column: IResolvable | MaskingPolicySignatureColumn[]; column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#column MaskingPolicy#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#column MaskingPolicy#column} --- @@ -1279,7 +1279,7 @@ public readonly name: string; Specifies the column name to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1293,7 +1293,7 @@ public readonly type: string; Specifies the column type to mask. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#type MaskingPolicy#type} --- diff --git a/docs/maskingPolicyGrant.csharp.md b/docs/maskingPolicyGrant.csharp.md index 272a50f90..b52c69318 100644 --- a/docs/maskingPolicyGrant.csharp.md +++ b/docs/maskingPolicyGrant.csharp.md @@ -4,7 +4,7 @@ ### MaskingPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the MaskingPolicyGrant to impo The id of the existing MaskingPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -937,7 +937,7 @@ new MaskingPolicyGrantConfig { | MaskingPolicyName | string | The name of the masking policy on which to grant privileges immediately. | | SchemaName | string | The name of the schema containing the masking policy on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | Privilege | string | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | Roles | string[] | Grants privilege to these roles. | @@ -1025,7 +1025,7 @@ public string DatabaseName { get; set; } The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -1039,7 +1039,7 @@ public string MaskingPolicyName { get; set; } The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -1053,7 +1053,7 @@ public string SchemaName { get; set; } The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -1069,7 +1069,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -1081,7 +1081,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1098,7 +1098,7 @@ public string Privilege { get; set; } The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -1114,7 +1114,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -1128,7 +1128,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -1142,7 +1142,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- diff --git a/docs/maskingPolicyGrant.go.md b/docs/maskingPolicyGrant.go.md index d06faddc5..464a20e8b 100644 --- a/docs/maskingPolicyGrant.go.md +++ b/docs/maskingPolicyGrant.go.md @@ -4,7 +4,7 @@ ### MaskingPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the MaskingPolicyGrant to impo The id of the existing MaskingPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -937,7 +937,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/maskingpolicy | MaskingPolicyName | *string | The name of the masking policy on which to grant privileges immediately. | | SchemaName | *string | The name of the schema containing the masking policy on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | Privilege | *string | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | Roles | *[]*string | Grants privilege to these roles. | @@ -1025,7 +1025,7 @@ DatabaseName *string The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -1039,7 +1039,7 @@ MaskingPolicyName *string The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -1053,7 +1053,7 @@ SchemaName *string The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -1069,7 +1069,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -1081,7 +1081,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1098,7 +1098,7 @@ Privilege *string The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -1114,7 +1114,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -1128,7 +1128,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -1142,7 +1142,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- diff --git a/docs/maskingPolicyGrant.java.md b/docs/maskingPolicyGrant.java.md index ed3a709e8..1d7b7125d 100644 --- a/docs/maskingPolicyGrant.java.md +++ b/docs/maskingPolicyGrant.java.md @@ -4,7 +4,7 @@ ### MaskingPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. #### Initializers @@ -52,7 +52,7 @@ MaskingPolicyGrant.Builder.create(Construct scope, java.lang.String id) | maskingPolicyName | java.lang.String | The name of the masking policy on which to grant privileges immediately. | | schemaName | java.lang.String | The name of the schema containing the masking policy on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | privilege | java.lang.String | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -158,7 +158,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -191,7 +191,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- @@ -673,7 +673,7 @@ The construct id used in the generated config for the MaskingPolicyGrant to impo The id of the existing MaskingPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -1114,7 +1114,7 @@ MaskingPolicyGrantConfig.builder() | maskingPolicyName | java.lang.String | The name of the masking policy on which to grant privileges immediately. | | schemaName | java.lang.String | The name of the schema containing the masking policy on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | privilege | java.lang.String | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -1202,7 +1202,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -1216,7 +1216,7 @@ public java.lang.String getMaskingPolicyName(); The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -1230,7 +1230,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -1246,7 +1246,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -1258,7 +1258,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1275,7 +1275,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -1291,7 +1291,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -1305,7 +1305,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -1319,7 +1319,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- diff --git a/docs/maskingPolicyGrant.python.md b/docs/maskingPolicyGrant.python.md index ea8f1413a..f969354dc 100644 --- a/docs/maskingPolicyGrant.python.md +++ b/docs/maskingPolicyGrant.python.md @@ -4,7 +4,7 @@ ### MaskingPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. #### Initializers @@ -48,7 +48,7 @@ maskingPolicyGrant.MaskingPolicyGrant( | masking_policy_name | str | The name of the masking policy on which to grant privileges immediately. | | schema_name | str | The name of the schema containing the masking policy on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | privilege | str | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -187,7 +187,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- @@ -715,7 +715,7 @@ The construct id used in the generated config for the MaskingPolicyGrant to impo The id of the existing MaskingPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -1150,7 +1150,7 @@ maskingPolicyGrant.MaskingPolicyGrantConfig( | masking_policy_name | str | The name of the masking policy on which to grant privileges immediately. | | schema_name | str | The name of the schema containing the masking policy on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | privilege | str | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -1238,7 +1238,7 @@ database_name: str The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -1252,7 +1252,7 @@ masking_policy_name: str The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -1266,7 +1266,7 @@ schema_name: str The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -1282,7 +1282,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -1294,7 +1294,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1311,7 +1311,7 @@ privilege: str The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -1327,7 +1327,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -1341,7 +1341,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -1355,7 +1355,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- diff --git a/docs/maskingPolicyGrant.typescript.md b/docs/maskingPolicyGrant.typescript.md index 9de9e1441..f350624df 100644 --- a/docs/maskingPolicyGrant.typescript.md +++ b/docs/maskingPolicyGrant.typescript.md @@ -4,7 +4,7 @@ ### MaskingPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant snowflake_masking_policy_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the MaskingPolicyGrant to impo The id of the existing MaskingPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -920,7 +920,7 @@ const maskingPolicyGrantConfig: maskingPolicyGrant.MaskingPolicyGrantConfig = { | maskingPolicyName | string | The name of the masking policy on which to grant privileges immediately. | | schemaName | string | The name of the schema containing the masking policy on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. | | privilege | string | The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | roles | string[] | Grants privilege to these roles. | @@ -1008,7 +1008,7 @@ public readonly databaseName: string; The name of the database containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} --- @@ -1022,7 +1022,7 @@ public readonly maskingPolicyName: string; The name of the masking policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} --- @@ -1036,7 +1036,7 @@ public readonly schemaName: string; The name of the schema containing the masking policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} --- @@ -1052,7 +1052,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} --- @@ -1064,7 +1064,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1081,7 +1081,7 @@ public readonly privilege: string; The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} --- @@ -1097,7 +1097,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} --- @@ -1111,7 +1111,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} --- @@ -1125,7 +1125,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} --- diff --git a/docs/materializedView.csharp.md b/docs/materializedView.csharp.md index e60d65b67..71f980eb7 100644 --- a/docs/materializedView.csharp.md +++ b/docs/materializedView.csharp.md @@ -4,7 +4,7 @@ ### MaterializedView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view snowflake_materialized_view}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the MaterializedView to import The id of the existing MaterializedView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -968,7 +968,7 @@ new MaterializedViewConfig { | Statement | string | Specifies the query used to create the view. | | Warehouse | string | The warehouse name. | | Comment | string | Specifies a comment for the view. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1055,7 +1055,7 @@ public string Database { get; set; } The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1069,7 +1069,7 @@ public string Name { get; set; } Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1083,7 +1083,7 @@ public string Schema { get; set; } The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1097,7 +1097,7 @@ public string Statement { get; set; } Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1111,7 +1111,7 @@ public string Warehouse { get; set; } The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1125,7 +1125,7 @@ public string Comment { get; set; } Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1137,7 +1137,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 object IsSecure { get; set; } Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1168,7 +1168,7 @@ public object OrReplace { get; set; } Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1182,7 +1182,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1222,7 +1222,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1236,7 +1236,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1250,7 +1250,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1264,7 +1264,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedView.go.md b/docs/materializedView.go.md index 56cef1357..480c89646 100644 --- a/docs/materializedView.go.md +++ b/docs/materializedView.go.md @@ -4,7 +4,7 @@ ### MaterializedView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view snowflake_materialized_view}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the MaterializedView to import The id of the existing MaterializedView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -968,7 +968,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/materializedv | Statement | *string | Specifies the query used to create the view. | | Warehouse | *string | The warehouse name. | | Comment | *string | Specifies a comment for the view. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1055,7 +1055,7 @@ Database *string The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1069,7 +1069,7 @@ Name *string Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1083,7 +1083,7 @@ Schema *string The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1097,7 +1097,7 @@ Statement *string Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1111,7 +1111,7 @@ Warehouse *string The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1125,7 +1125,7 @@ Comment *string Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1137,7 +1137,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ IsSecure interface{} Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1168,7 +1168,7 @@ OrReplace interface{} Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1182,7 +1182,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1222,7 +1222,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1236,7 +1236,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1250,7 +1250,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1264,7 +1264,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedView.java.md b/docs/materializedView.java.md index 8dad0abac..f4d7ed143 100644 --- a/docs/materializedView.java.md +++ b/docs/materializedView.java.md @@ -4,7 +4,7 @@ ### MaterializedView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view snowflake_materialized_view}. #### Initializers @@ -56,7 +56,7 @@ MaterializedView.Builder.create(Construct scope, java.lang.String id) | statement | java.lang.String | Specifies the query used to create the view. | | warehouse | java.lang.String | The warehouse name. | | comment | java.lang.String | Specifies a comment for the view. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#id MaterializedView#id}. | | isSecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies that the view is secure. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Overwrites the View if it exists. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<MaterializedViewTag> | tag block. | @@ -129,7 +129,7 @@ Must be unique amongst siblings in the same scope The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#id MaterializedView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -200,7 +200,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -688,7 +688,7 @@ The construct id used in the generated config for the MaterializedView to import The id of the existing MaterializedView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -1155,7 +1155,7 @@ MaterializedViewConfig.builder() | statement | java.lang.String | Specifies the query used to create the view. | | warehouse | java.lang.String | The warehouse name. | | comment | java.lang.String | Specifies a comment for the view. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1242,7 +1242,7 @@ public java.lang.String getDatabase(); The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1256,7 +1256,7 @@ public java.lang.String getName(); Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1270,7 +1270,7 @@ public java.lang.String getSchema(); The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1284,7 +1284,7 @@ public java.lang.String getStatement(); Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1298,7 +1298,7 @@ public java.lang.String getWarehouse(); The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1312,7 +1312,7 @@ public java.lang.String getComment(); Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1324,7 +1324,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1341,7 +1341,7 @@ public java.lang.Object getIsSecure(); Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1355,7 +1355,7 @@ public java.lang.Object getOrReplace(); Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1369,7 +1369,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1409,7 +1409,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1423,7 +1423,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1437,7 +1437,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1451,7 +1451,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedView.python.md b/docs/materializedView.python.md index a08cf39c1..bf0675cec 100644 --- a/docs/materializedView.python.md +++ b/docs/materializedView.python.md @@ -4,7 +4,7 @@ ### MaterializedView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view snowflake_materialized_view}. #### Initializers @@ -51,7 +51,7 @@ materializedView.MaterializedView( | statement | str | Specifies the query used to create the view. | | warehouse | str | The warehouse name. | | comment | str | Specifies a comment for the view. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#id MaterializedView#id}. | | is_secure | typing.Union[bool, cdktf.IResolvable] | Specifies that the view is secure. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Overwrites the View if it exists. | | tag | typing.Union[cdktf.IResolvable, typing.List[MaterializedViewTag]] | tag block. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#id MaterializedView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -195,7 +195,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -731,7 +731,7 @@ The construct id used in the generated config for the MaterializedView to import The id of the existing MaterializedView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -1191,7 +1191,7 @@ materializedView.MaterializedViewConfig( | statement | str | Specifies the query used to create the view. | | warehouse | str | The warehouse name. | | comment | str | Specifies a comment for the view. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1278,7 +1278,7 @@ database: str The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1292,7 +1292,7 @@ name: str Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1306,7 +1306,7 @@ schema: str The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1320,7 +1320,7 @@ statement: str Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1334,7 +1334,7 @@ warehouse: str The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1348,7 +1348,7 @@ comment: str Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1360,7 +1360,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1377,7 +1377,7 @@ is_secure: typing.Union[bool, IResolvable] Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1391,7 +1391,7 @@ or_replace: typing.Union[bool, IResolvable] Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1405,7 +1405,7 @@ tag: typing.Union[IResolvable, typing.List[MaterializedViewTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1445,7 +1445,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1459,7 +1459,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1473,7 +1473,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1487,7 +1487,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedView.typescript.md b/docs/materializedView.typescript.md index b15a33c34..2dc0c7b65 100644 --- a/docs/materializedView.typescript.md +++ b/docs/materializedView.typescript.md @@ -4,7 +4,7 @@ ### MaterializedView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view snowflake_materialized_view}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the MaterializedView to import The id of the existing MaterializedView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -950,7 +950,7 @@ const materializedViewConfig: materializedView.MaterializedViewConfig = { ... } | statement | string | Specifies the query used to create the view. | | warehouse | string | The warehouse name. | | comment | string | Specifies a comment for the view. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1037,7 +1037,7 @@ public readonly database: string; The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1051,7 +1051,7 @@ public readonly name: string; Specifies the identifier for the view; must be unique for the schema in which the view is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1065,7 +1065,7 @@ public readonly schema: string; The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1079,7 +1079,7 @@ public readonly statement: string; Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1093,7 +1093,7 @@ public readonly warehouse: string; The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1107,7 +1107,7 @@ public readonly comment: string; Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1119,7 +1119,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1136,7 +1136,7 @@ public readonly isSecure: boolean | IResolvable; Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1150,7 +1150,7 @@ public readonly orReplace: boolean | IResolvable; Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1164,7 +1164,7 @@ public readonly tag: IResolvable | MaterializedViewTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1199,7 +1199,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1213,7 +1213,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1227,7 +1227,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1241,7 +1241,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedViewGrant.csharp.md b/docs/materializedViewGrant.csharp.md index 53cdc2ab7..be8584c31 100644 --- a/docs/materializedViewGrant.csharp.md +++ b/docs/materializedViewGrant.csharp.md @@ -4,7 +4,7 @@ ### MaterializedViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the MaterializedViewGrant to i The id of the existing MaterializedViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1039,7 +1039,7 @@ new MaterializedViewGrantConfig { | Provisioners | object[] | *No description.* | | DatabaseName | string | The name of the database containing the current or future materialized views on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | MaterializedViewName | string | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -1132,7 +1132,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -1148,7 +1148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -1160,7 +1160,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1177,7 +1177,7 @@ public string MaterializedViewName { get; set; } The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -1193,7 +1193,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -1209,7 +1209,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -1225,7 +1225,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -1241,7 +1241,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -1255,7 +1255,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -1269,7 +1269,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -1283,7 +1283,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -1297,7 +1297,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- diff --git a/docs/materializedViewGrant.go.md b/docs/materializedViewGrant.go.md index 3c592d719..03116e98c 100644 --- a/docs/materializedViewGrant.go.md +++ b/docs/materializedViewGrant.go.md @@ -4,7 +4,7 @@ ### MaterializedViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the MaterializedViewGrant to i The id of the existing MaterializedViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1039,7 +1039,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/materializedv | Provisioners | *[]interface{} | *No description.* | | DatabaseName | *string | The name of the database containing the current or future materialized views on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | MaterializedViewName | *string | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -1132,7 +1132,7 @@ DatabaseName *string The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -1148,7 +1148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -1160,7 +1160,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1177,7 +1177,7 @@ MaterializedViewName *string The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -1193,7 +1193,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -1209,7 +1209,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -1225,7 +1225,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -1241,7 +1241,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -1255,7 +1255,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -1269,7 +1269,7 @@ SchemaName *string The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -1283,7 +1283,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -1297,7 +1297,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- diff --git a/docs/materializedViewGrant.java.md b/docs/materializedViewGrant.java.md index 0ae220d8b..aa7503909 100644 --- a/docs/materializedViewGrant.java.md +++ b/docs/materializedViewGrant.java.md @@ -4,7 +4,7 @@ ### MaterializedViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. #### Initializers @@ -55,7 +55,7 @@ MaterializedViewGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future materialized views on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | materializedViewName | java.lang.String | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -146,7 +146,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -167,7 +167,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -179,7 +179,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -191,7 +191,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -203,7 +203,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -215,7 +215,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- @@ -752,7 +752,7 @@ The construct id used in the generated config for the MaterializedViewGrant to i The id of the existing MaterializedViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1262,7 +1262,7 @@ MaterializedViewGrantConfig.builder() | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future materialized views on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | materializedViewName | java.lang.String | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -1355,7 +1355,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -1371,7 +1371,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -1383,7 +1383,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1400,7 +1400,7 @@ public java.lang.String getMaterializedViewName(); The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -1416,7 +1416,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -1432,7 +1432,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -1448,7 +1448,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -1464,7 +1464,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -1478,7 +1478,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -1492,7 +1492,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -1506,7 +1506,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -1520,7 +1520,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- diff --git a/docs/materializedViewGrant.python.md b/docs/materializedViewGrant.python.md index 24e8bd20f..a7033fad8 100644 --- a/docs/materializedViewGrant.python.md +++ b/docs/materializedViewGrant.python.md @@ -4,7 +4,7 @@ ### MaterializedViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. #### Initializers @@ -49,7 +49,7 @@ materializedViewGrant.MaterializedViewGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future materialized views on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | materialized_view_name | str | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -140,7 +140,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -161,7 +161,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -173,7 +173,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -185,7 +185,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -197,7 +197,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -209,7 +209,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- @@ -792,7 +792,7 @@ The construct id used in the generated config for the MaterializedViewGrant to i The id of the existing MaterializedViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1294,7 +1294,7 @@ materializedViewGrant.MaterializedViewGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future materialized views on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | materialized_view_name | str | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -1387,7 +1387,7 @@ database_name: str The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -1403,7 +1403,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -1415,7 +1415,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1432,7 +1432,7 @@ materialized_view_name: str The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -1448,7 +1448,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -1464,7 +1464,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -1480,7 +1480,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -1496,7 +1496,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -1510,7 +1510,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -1524,7 +1524,7 @@ schema_name: str The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -1538,7 +1538,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -1552,7 +1552,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- diff --git a/docs/materializedViewGrant.typescript.md b/docs/materializedViewGrant.typescript.md index e16aaea39..2b134171e 100644 --- a/docs/materializedViewGrant.typescript.md +++ b/docs/materializedViewGrant.typescript.md @@ -4,7 +4,7 @@ ### MaterializedViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant snowflake_materialized_view_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the MaterializedViewGrant to i The id of the existing MaterializedViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1019,7 +1019,7 @@ const materializedViewGrantConfig: materializedViewGrant.MaterializedViewGrantCo | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseName | string | The name of the database containing the current or future materialized views on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. | | materializedViewName | string | The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. | @@ -1112,7 +1112,7 @@ public readonly databaseName: string; The name of the database containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} --- @@ -1128,7 +1128,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} --- @@ -1140,7 +1140,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1157,7 +1157,7 @@ public readonly materializedViewName: string; The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} --- @@ -1173,7 +1173,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} --- @@ -1189,7 +1189,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} --- @@ -1205,7 +1205,7 @@ The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} --- @@ -1221,7 +1221,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} --- @@ -1235,7 +1235,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} --- @@ -1249,7 +1249,7 @@ public readonly schemaName: string; The name of the schema containing the current or future materialized views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} --- @@ -1263,7 +1263,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} --- @@ -1277,7 +1277,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} --- diff --git a/docs/networkPolicy.csharp.md b/docs/networkPolicy.csharp.md index f5c8e6ac1..831e2617f 100644 --- a/docs/networkPolicy.csharp.md +++ b/docs/networkPolicy.csharp.md @@ -4,7 +4,7 @@ ### NetworkPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the NetworkPolicy to import. The id of the existing NetworkPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -824,7 +824,7 @@ new NetworkPolicyConfig { | Name | string | Specifies the identifier for the network policy; | | BlockedIpList | string[] | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

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

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -952,7 +952,7 @@ public string Comment { get; set; } Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -964,7 +964,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 0a0ea338e..a90aebb99 100644 --- a/docs/networkPolicy.go.md +++ b/docs/networkPolicy.go.md @@ -4,7 +4,7 @@ ### NetworkPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the NetworkPolicy to import. The id of the existing NetworkPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -824,7 +824,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/networkpolicy | Name | *string | Specifies the identifier for the network policy; | | BlockedIpList | *[]*string | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

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

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -952,7 +952,7 @@ Comment *string Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -964,7 +964,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 d0083d87d..0cbda2f98 100644 --- a/docs/networkPolicy.java.md +++ b/docs/networkPolicy.java.md @@ -4,7 +4,7 @@ ### NetworkPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -46,7 +46,7 @@ NetworkPolicy.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Specifies the identifier for the network policy; | | blockedIpList | java.util.List | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

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

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -600,7 +600,7 @@ The construct id used in the generated config for the NetworkPolicy to import. The id of the existing NetworkPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -947,7 +947,7 @@ NetworkPolicyConfig.builder() | name | java.lang.String | Specifies the identifier for the network policy; | | blockedIpList | java.util.List | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

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

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -1075,7 +1075,7 @@ public java.lang.String getComment(); Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -1087,7 +1087,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 4fcae1d5f..2b828ddc6 100644 --- a/docs/networkPolicy.python.md +++ b/docs/networkPolicy.python.md @@ -4,7 +4,7 @@ ### NetworkPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -44,7 +44,7 @@ networkPolicy.NetworkPolicy( | name | str | Specifies the identifier for the network policy; | | blocked_ip_list | typing.List[str] | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

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

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -644,7 +644,7 @@ The construct id used in the generated config for the NetworkPolicy to import. The id of the existing NetworkPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -987,7 +987,7 @@ networkPolicy.NetworkPolicyConfig( | name | str | Specifies the identifier for the network policy; | | blocked_ip_list | typing.List[str] | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

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

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -1115,7 +1115,7 @@ comment: str Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -1127,7 +1127,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 f145fb01d..c957eaab8 100644 --- a/docs/networkPolicy.typescript.md +++ b/docs/networkPolicy.typescript.md @@ -4,7 +4,7 @@ ### NetworkPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the NetworkPolicy to import. The id of the existing NetworkPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -811,7 +811,7 @@ const networkPolicyConfig: networkPolicy.NetworkPolicyConfig = { ... } | name | string | Specifies the identifier for the network policy; | | blockedIpList | string[] | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account

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

**Do not** add `0.0.0.0/0` to `blocked_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -939,7 +939,7 @@ public readonly comment: string; Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -951,7 +951,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 f98cddd59..c30794944 100644 --- a/docs/networkPolicyAttachment.csharp.md +++ b/docs/networkPolicyAttachment.csharp.md @@ -4,7 +4,7 @@ ### NetworkPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the NetworkPolicyAttachment to The id of the existing NetworkPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -798,7 +798,7 @@ new NetworkPolicyAttachmentConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | NetworkPolicyName | string | Specifies the identifier for the network policy; | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -886,7 +886,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} --- @@ -898,7 +898,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -915,7 +915,7 @@ public object SetForAccount { get; set; } Specifies whether the network policy should be applied globally to your Snowflake account

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Additionally, a Snowflake account can only have one network policy set globally at any given time. This resource does not enforce one-policy-per-account, it is the user's responsibility to enforce this. If multiple network policy resources have `set_for_account: true`, the final policy set on the account will be non-deterministic. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy_attachment#set_for_account NetworkPolicyAttachment#set_for_account} --- @@ -917,7 +917,7 @@ public readonly users: string[]; Specifies which users the network policy should be attached to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- diff --git a/docs/notificationIntegration.csharp.md b/docs/notificationIntegration.csharp.md index 9b085fcaa..d849f62b4 100644 --- a/docs/notificationIntegration.csharp.md +++ b/docs/notificationIntegration.csharp.md @@ -4,7 +4,7 @@ ### NotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration snowflake_notification_integration}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the NotificationIntegration to The id of the existing NotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1193,7 +1193,7 @@ new NotificationIntegrationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. | | AwsSnsRoleArn | string | AWS IAM role ARN for notification integration to assume. | | AwsSnsTopicArn | string | AWS SNS Topic ARN for notification integration to connect to. | | AwsSqsArn | string | AWS SQS queue ARN for notification integration to connect to. | @@ -1202,10 +1202,10 @@ new NotificationIntegrationConfig { | AzureTenantId | string | The ID of the Azure Active Directory tenant used for identity management. | | Comment | string | A comment for the integration. | | Direction | string | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | GcpPubsubSubscriptionName | string | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | GcpPubsubTopicName | string | The topic id that Snowflake will use to push notifications. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#id NotificationIntegration#id}. | | NotificationProvider | string | The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). | | Type | string | A type of integration. | @@ -1289,7 +1289,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1303,7 +1303,7 @@ public string AwsSnsRoleArn { get; set; } AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1317,7 +1317,7 @@ public string AwsSnsTopicArn { get; set; } AWS SNS Topic ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1331,7 +1331,7 @@ public string AwsSqsArn { get; set; } AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1345,7 +1345,7 @@ public string AwsSqsRoleArn { get; set; } AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1359,7 +1359,7 @@ public string AzureStorageQueuePrimaryUri { get; set; } The queue ID for the Azure Queue Storage queue created for Event Grid notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1373,7 +1373,7 @@ public string AzureTenantId { get; set; } The ID of the Azure Active Directory tenant used for identity management. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1387,7 +1387,7 @@ public string Comment { get; set; } A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1401,7 +1401,7 @@ public string Direction { get; set; } Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1413,7 +1413,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1427,7 +1427,7 @@ public string GcpPubsubSubscriptionName { get; set; } The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1441,7 +1441,7 @@ public string GcpPubsubTopicName { get; set; } The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1453,7 +1453,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1470,7 +1470,7 @@ public string NotificationProvider { get; set; } The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1484,7 +1484,7 @@ public string Type { get; set; } A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/notificationIntegration.go.md b/docs/notificationIntegration.go.md index 07b0592fc..256eeb279 100644 --- a/docs/notificationIntegration.go.md +++ b/docs/notificationIntegration.go.md @@ -4,7 +4,7 @@ ### NotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration snowflake_notification_integration}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the NotificationIntegration to The id of the existing NotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1193,7 +1193,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/notificationi | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. | | AwsSnsRoleArn | *string | AWS IAM role ARN for notification integration to assume. | | AwsSnsTopicArn | *string | AWS SNS Topic ARN for notification integration to connect to. | | AwsSqsArn | *string | AWS SQS queue ARN for notification integration to connect to. | @@ -1202,10 +1202,10 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/notificationi | AzureTenantId | *string | The ID of the Azure Active Directory tenant used for identity management. | | Comment | *string | A comment for the integration. | | Direction | *string | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | GcpPubsubSubscriptionName | *string | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | GcpPubsubTopicName | *string | The topic id that Snowflake will use to push notifications. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#id NotificationIntegration#id}. | | NotificationProvider | *string | The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). | | Type | *string | A type of integration. | @@ -1289,7 +1289,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1303,7 +1303,7 @@ AwsSnsRoleArn *string AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1317,7 +1317,7 @@ AwsSnsTopicArn *string AWS SNS Topic ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1331,7 +1331,7 @@ AwsSqsArn *string AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1345,7 +1345,7 @@ AwsSqsRoleArn *string AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1359,7 +1359,7 @@ AzureStorageQueuePrimaryUri *string The queue ID for the Azure Queue Storage queue created for Event Grid notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1373,7 +1373,7 @@ AzureTenantId *string The ID of the Azure Active Directory tenant used for identity management. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1387,7 +1387,7 @@ Comment *string A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1401,7 +1401,7 @@ Direction *string Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1413,7 +1413,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1427,7 +1427,7 @@ GcpPubsubSubscriptionName *string The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1441,7 +1441,7 @@ GcpPubsubTopicName *string The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1453,7 +1453,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1470,7 +1470,7 @@ NotificationProvider *string The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1484,7 +1484,7 @@ Type *string A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/notificationIntegration.java.md b/docs/notificationIntegration.java.md index a8b16ce46..1227657ad 100644 --- a/docs/notificationIntegration.java.md +++ b/docs/notificationIntegration.java.md @@ -4,7 +4,7 @@ ### NotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration snowflake_notification_integration}. #### Initializers @@ -53,7 +53,7 @@ NotificationIntegration.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. | | awsSnsRoleArn | java.lang.String | AWS IAM role ARN for notification integration to assume. | | awsSnsTopicArn | java.lang.String | AWS SNS Topic ARN for notification integration to connect to. | | awsSqsArn | java.lang.String | AWS SQS queue ARN for notification integration to connect to. | @@ -62,10 +62,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. | | comment | java.lang.String | A comment for the integration. | | direction | java.lang.String | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | gcpPubsubSubscriptionName | java.lang.String | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | gcpPubsubTopicName | java.lang.String | The topic id that Snowflake will use to push notifications. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#id NotificationIntegration#id}. | | notificationProvider | java.lang.String | The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). | | type | java.lang.String | A type of integration. | @@ -135,7 +135,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS SNS Topic ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -185,7 +185,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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The ID of the Azure Active Directory tenant used for identity management. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -264,7 +264,7 @@ If you experience problems setting this value it might not be settable. Please t The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#type NotificationIntegration#type} --- @@ -792,7 +792,7 @@ The construct id used in the generated config for the NotificationIntegration to The id of the existing NotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1432,7 +1432,7 @@ NotificationIntegrationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. | | awsSnsRoleArn | java.lang.String | AWS IAM role ARN for notification integration to assume. | | awsSnsTopicArn | java.lang.String | AWS SNS Topic ARN for notification integration to connect to. | | awsSqsArn | java.lang.String | AWS SQS queue ARN for notification integration to connect to. | @@ -1441,10 +1441,10 @@ NotificationIntegrationConfig.builder() | azureTenantId | java.lang.String | The ID of the Azure Active Directory tenant used for identity management. | | comment | java.lang.String | A comment for the integration. | | direction | java.lang.String | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | gcpPubsubSubscriptionName | java.lang.String | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | gcpPubsubTopicName | java.lang.String | The topic id that Snowflake will use to push notifications. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#id NotificationIntegration#id}. | | notificationProvider | java.lang.String | The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). | | type | java.lang.String | A type of integration. | @@ -1528,7 +1528,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1542,7 +1542,7 @@ public java.lang.String getAwsSnsRoleArn(); AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1556,7 +1556,7 @@ public java.lang.String getAwsSnsTopicArn(); AWS SNS Topic ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1570,7 +1570,7 @@ public java.lang.String getAwsSqsArn(); AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1584,7 +1584,7 @@ public java.lang.String getAwsSqsRoleArn(); AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1598,7 +1598,7 @@ public java.lang.String getAzureStorageQueuePrimaryUri(); The queue ID for the Azure Queue Storage queue created for Event Grid notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1612,7 +1612,7 @@ public java.lang.String getAzureTenantId(); The ID of the Azure Active Directory tenant used for identity management. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1626,7 +1626,7 @@ public java.lang.String getComment(); A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1640,7 +1640,7 @@ public java.lang.String getDirection(); Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1652,7 +1652,7 @@ public java.lang.Object getEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1666,7 +1666,7 @@ public java.lang.String getGcpPubsubSubscriptionName(); The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1680,7 +1680,7 @@ public java.lang.String getGcpPubsubTopicName(); The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1692,7 +1692,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1709,7 +1709,7 @@ public java.lang.String getNotificationProvider(); The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1723,7 +1723,7 @@ public java.lang.String getType(); A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/notificationIntegration.python.md b/docs/notificationIntegration.python.md index c4dd9975a..b4cab213c 100644 --- a/docs/notificationIntegration.python.md +++ b/docs/notificationIntegration.python.md @@ -4,7 +4,7 @@ ### NotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration snowflake_notification_integration}. #### Initializers @@ -50,7 +50,7 @@ notificationIntegration.NotificationIntegration( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. | | aws_sns_role_arn | str | AWS IAM role ARN for notification integration to assume. | | aws_sns_topic_arn | str | AWS SNS Topic ARN for notification integration to connect to. | | aws_sqs_arn | str | AWS SQS queue ARN for notification integration to connect to. | @@ -59,10 +59,10 @@ notificationIntegration.NotificationIntegration( | azure_tenant_id | str | The ID of the Azure Active Directory tenant used for identity management. | | comment | str | A comment for the integration. | | direction | str | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | gcp_pubsub_subscription_name | str | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | gcp_pubsub_topic_name | str | The topic id that Snowflake will use to push notifications. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#id NotificationIntegration#id}. | | notification_provider | str | The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). | | type | str | A type of integration. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS SNS Topic ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -182,7 +182,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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The ID of the Azure Active Directory tenant used for identity management. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -261,7 +261,7 @@ If you experience problems setting this value it might not be settable. Please t The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#type NotificationIntegration#type} --- @@ -835,7 +835,7 @@ The construct id used in the generated config for the NotificationIntegration to The id of the existing NotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1470,7 +1470,7 @@ notificationIntegration.NotificationIntegrationConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. | | aws_sns_role_arn | str | AWS IAM role ARN for notification integration to assume. | | aws_sns_topic_arn | str | AWS SNS Topic ARN for notification integration to connect to. | | aws_sqs_arn | str | AWS SQS queue ARN for notification integration to connect to. | @@ -1479,10 +1479,10 @@ notificationIntegration.NotificationIntegrationConfig( | azure_tenant_id | str | The ID of the Azure Active Directory tenant used for identity management. | | comment | str | A comment for the integration. | | direction | str | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | gcp_pubsub_subscription_name | str | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | gcp_pubsub_topic_name | str | The topic id that Snowflake will use to push notifications. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#id NotificationIntegration#id}. | | notification_provider | str | The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). | | type | str | A type of integration. | @@ -1566,7 +1566,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1580,7 +1580,7 @@ aws_sns_role_arn: str AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1594,7 +1594,7 @@ aws_sns_topic_arn: str AWS SNS Topic ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1608,7 +1608,7 @@ aws_sqs_arn: str AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1622,7 +1622,7 @@ aws_sqs_role_arn: str AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1636,7 +1636,7 @@ azure_storage_queue_primary_uri: str The queue ID for the Azure Queue Storage queue created for Event Grid notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1650,7 +1650,7 @@ azure_tenant_id: str The ID of the Azure Active Directory tenant used for identity management. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1664,7 +1664,7 @@ comment: str A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1678,7 +1678,7 @@ direction: str Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1690,7 +1690,7 @@ enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1704,7 +1704,7 @@ gcp_pubsub_subscription_name: str The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1718,7 +1718,7 @@ gcp_pubsub_topic_name: str The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1730,7 +1730,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1747,7 +1747,7 @@ notification_provider: str The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1761,7 +1761,7 @@ type: str A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/notificationIntegration.typescript.md b/docs/notificationIntegration.typescript.md index 3c657d9fb..4e164f351 100644 --- a/docs/notificationIntegration.typescript.md +++ b/docs/notificationIntegration.typescript.md @@ -4,7 +4,7 @@ ### NotificationIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration snowflake_notification_integration}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the NotificationIntegration to The id of the existing NotificationIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1170,7 +1170,7 @@ const notificationIntegrationConfig: notificationIntegration.NotificationIntegra | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. | | awsSnsRoleArn | string | AWS IAM role ARN for notification integration to assume. | | awsSnsTopicArn | string | AWS SNS Topic ARN for notification integration to connect to. | | awsSqsArn | string | AWS SQS queue ARN for notification integration to connect to. | @@ -1179,10 +1179,10 @@ const notificationIntegrationConfig: notificationIntegration.NotificationIntegra | azureTenantId | string | The ID of the Azure Active Directory tenant used for identity management. | | comment | string | A comment for the integration. | | direction | string | Direction of the cloud messaging with respect to Snowflake (required only for error notifications). | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | | gcpPubsubSubscriptionName | string | The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. | | gcpPubsubTopicName | string | The topic id that Snowflake will use to push notifications. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#id NotificationIntegration#id}. | | notificationProvider | string | The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). | | type | string | A type of integration. | @@ -1266,7 +1266,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1280,7 +1280,7 @@ public readonly awsSnsRoleArn: string; AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1294,7 +1294,7 @@ public readonly awsSnsTopicArn: string; AWS SNS Topic ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1308,7 +1308,7 @@ public readonly awsSqsArn: string; AWS SQS queue ARN for notification integration to connect to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1322,7 +1322,7 @@ public readonly awsSqsRoleArn: string; AWS IAM role ARN for notification integration to assume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1336,7 +1336,7 @@ public readonly azureStorageQueuePrimaryUri: string; The queue ID for the Azure Queue Storage queue created for Event Grid notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1350,7 +1350,7 @@ public readonly azureTenantId: string; The ID of the Azure Active Directory tenant used for identity management. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1364,7 +1364,7 @@ public readonly comment: string; A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1378,7 +1378,7 @@ public readonly direction: string; Direction of the cloud messaging with respect to Snowflake (required only for error notifications). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1390,7 +1390,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1404,7 +1404,7 @@ public readonly gcpPubsubSubscriptionName: string; The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1418,7 +1418,7 @@ public readonly gcpPubsubTopicName: string; The topic id that Snowflake will use to push notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1430,7 +1430,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1447,7 +1447,7 @@ public readonly notificationProvider: string; The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1461,7 +1461,7 @@ public readonly type: string; A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/oauthIntegration.csharp.md b/docs/oauthIntegration.csharp.md index 36985467d..937f62f86 100644 --- a/docs/oauthIntegration.csharp.md +++ b/docs/oauthIntegration.csharp.md @@ -4,7 +4,7 @@ ### OauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration snowflake_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration snowflake_oauth_integration}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the OauthIntegration to import The id of the existing OauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1016,7 +1016,7 @@ new OauthIntegrationConfig { | BlockedRolesList | string[] | List of roles that a user cannot explicitly consent to using after authenticating. | | Comment | string | Specifies a comment for the OAuth integration. | | Enabled | object | Specifies whether this OAuth integration is enabled or disabled. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. | | OauthClientType | string | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | OauthIssueRefreshTokens | object | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | OauthRedirectUri | string | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -1107,7 +1107,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -1121,7 +1121,7 @@ public string OauthClient { get; set; } Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -1137,7 +1137,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -1151,7 +1151,7 @@ public string Comment { get; set; } Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -1165,7 +1165,7 @@ public object Enabled { get; set; } Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -1177,7 +1177,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1194,7 +1194,7 @@ public string OauthClientType { get; set; } Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -1208,7 +1208,7 @@ public object OauthIssueRefreshTokens { get; set; } Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -1222,7 +1222,7 @@ public string OauthRedirectUri { get; set; } Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -1236,7 +1236,7 @@ public double OauthRefreshTokenValidity { get; set; } Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -1250,7 +1250,7 @@ public string OauthUseSecondaryRoles { get; set; } Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- diff --git a/docs/oauthIntegration.go.md b/docs/oauthIntegration.go.md index fd35846e8..e3e41b6b7 100644 --- a/docs/oauthIntegration.go.md +++ b/docs/oauthIntegration.go.md @@ -4,7 +4,7 @@ ### OauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration snowflake_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration snowflake_oauth_integration}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the OauthIntegration to import The id of the existing OauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#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/v10/oauthintegrat | BlockedRolesList | *[]*string | List of roles that a user cannot explicitly consent to using after authenticating. | | Comment | *string | Specifies a comment for the OAuth integration. | | Enabled | interface{} | Specifies whether this OAuth integration is enabled or disabled. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. | | OauthClientType | *string | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | OauthIssueRefreshTokens | interface{} | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | OauthRedirectUri | *string | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -1107,7 +1107,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -1121,7 +1121,7 @@ OauthClient *string Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -1137,7 +1137,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -1151,7 +1151,7 @@ Comment *string Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -1165,7 +1165,7 @@ Enabled interface{} Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -1177,7 +1177,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1194,7 +1194,7 @@ OauthClientType *string Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -1208,7 +1208,7 @@ OauthIssueRefreshTokens interface{} Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -1222,7 +1222,7 @@ OauthRedirectUri *string Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -1236,7 +1236,7 @@ OauthRefreshTokenValidity *f64 Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -1250,7 +1250,7 @@ OauthUseSecondaryRoles *string Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- diff --git a/docs/oauthIntegration.java.md b/docs/oauthIntegration.java.md index a44aebd24..50b3701b3 100644 --- a/docs/oauthIntegration.java.md +++ b/docs/oauthIntegration.java.md @@ -4,7 +4,7 @@ ### OauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration snowflake_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration snowflake_oauth_integration}. #### Initializers @@ -55,7 +55,7 @@ OauthIntegration.Builder.create(Construct scope, java.lang.String id) | blockedRolesList | java.util.List | List of roles that a user cannot explicitly consent to using after authenticating. | | comment | java.lang.String | Specifies a comment for the OAuth integration. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this OAuth integration is enabled or disabled. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. | | oauthClientType | java.lang.String | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | oauthIssueRefreshTokens | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | oauthRedirectUri | java.lang.String | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -132,7 +132,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -154,7 +154,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -195,7 +195,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- @@ -718,7 +718,7 @@ The construct id used in the generated config for the OauthIntegration to import The id of the existing OauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1217,7 +1217,7 @@ OauthIntegrationConfig.builder() | blockedRolesList | java.util.List | List of roles that a user cannot explicitly consent to using after authenticating. | | comment | java.lang.String | Specifies a comment for the OAuth integration. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this OAuth integration is enabled or disabled. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. | | oauthClientType | java.lang.String | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | oauthIssueRefreshTokens | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | oauthRedirectUri | java.lang.String | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -1308,7 +1308,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -1322,7 +1322,7 @@ public java.lang.String getOauthClient(); Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -1338,7 +1338,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -1352,7 +1352,7 @@ public java.lang.String getComment(); Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -1366,7 +1366,7 @@ public java.lang.Object getEnabled(); Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -1378,7 +1378,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1395,7 +1395,7 @@ public java.lang.String getOauthClientType(); Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -1409,7 +1409,7 @@ public java.lang.Object getOauthIssueRefreshTokens(); Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -1423,7 +1423,7 @@ public java.lang.String getOauthRedirectUri(); Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -1437,7 +1437,7 @@ public java.lang.Number getOauthRefreshTokenValidity(); Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -1451,7 +1451,7 @@ public java.lang.String getOauthUseSecondaryRoles(); Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- diff --git a/docs/oauthIntegration.python.md b/docs/oauthIntegration.python.md index 37ab03430..45bd725d6 100644 --- a/docs/oauthIntegration.python.md +++ b/docs/oauthIntegration.python.md @@ -4,7 +4,7 @@ ### OauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration snowflake_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration snowflake_oauth_integration}. #### Initializers @@ -51,7 +51,7 @@ oauthIntegration.OauthIntegration( | blocked_roles_list | typing.List[str] | List of roles that a user cannot explicitly consent to using after authenticating. | | comment | str | Specifies a comment for the OAuth integration. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this OAuth integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. | | oauth_client_type | str | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | oauth_issue_refresh_tokens | typing.Union[bool, cdktf.IResolvable] | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | oauth_redirect_uri | str | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -128,7 +128,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -150,7 +150,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -191,7 +191,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- @@ -760,7 +760,7 @@ The construct id used in the generated config for the OauthIntegration to import The id of the existing OauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1253,7 +1253,7 @@ oauthIntegration.OauthIntegrationConfig( | blocked_roles_list | typing.List[str] | List of roles that a user cannot explicitly consent to using after authenticating. | | comment | str | Specifies a comment for the OAuth integration. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this OAuth integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. | | oauth_client_type | str | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | oauth_issue_refresh_tokens | typing.Union[bool, cdktf.IResolvable] | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | oauth_redirect_uri | str | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -1344,7 +1344,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -1358,7 +1358,7 @@ oauth_client: str Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -1374,7 +1374,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -1388,7 +1388,7 @@ comment: str Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -1402,7 +1402,7 @@ enabled: typing.Union[bool, IResolvable] Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -1414,7 +1414,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1431,7 +1431,7 @@ oauth_client_type: str Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -1445,7 +1445,7 @@ oauth_issue_refresh_tokens: typing.Union[bool, IResolvable] Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -1459,7 +1459,7 @@ oauth_redirect_uri: str Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -1473,7 +1473,7 @@ oauth_refresh_token_validity: typing.Union[int, float] Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -1487,7 +1487,7 @@ oauth_use_secondary_roles: str Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- diff --git a/docs/oauthIntegration.typescript.md b/docs/oauthIntegration.typescript.md index 986b199c1..cced76667 100644 --- a/docs/oauthIntegration.typescript.md +++ b/docs/oauthIntegration.typescript.md @@ -4,7 +4,7 @@ ### OauthIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration snowflake_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration snowflake_oauth_integration}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the OauthIntegration to import The id of the existing OauthIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -997,7 +997,7 @@ const oauthIntegrationConfig: oauthIntegration.OauthIntegrationConfig = { ... } | blockedRolesList | string[] | List of roles that a user cannot explicitly consent to using after authenticating. | | comment | string | Specifies a comment for the OAuth integration. | | enabled | boolean \| cdktf.IResolvable | Specifies whether this OAuth integration is enabled or disabled. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. | | oauthClientType | string | Specifies the type of client being registered. Snowflake supports both confidential and public clients. | | oauthIssueRefreshTokens | boolean \| cdktf.IResolvable | Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. | | oauthRedirectUri | string | Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. | @@ -1088,7 +1088,7 @@ Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#name OauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#name OauthIntegration#name} --- @@ -1102,7 +1102,7 @@ public readonly oauthClient: string; Specifies the OAuth client type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} --- @@ -1118,7 +1118,7 @@ List of roles that a user cannot explicitly consent to using after authenticatin Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} --- @@ -1132,7 +1132,7 @@ public readonly comment: string; Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#comment OauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#comment OauthIntegration#comment} --- @@ -1146,7 +1146,7 @@ public readonly enabled: boolean | IResolvable; Specifies whether this OAuth integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#enabled OauthIntegration#enabled} --- @@ -1158,7 +1158,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1175,7 +1175,7 @@ public readonly oauthClientType: string; Specifies the type of client being registered. Snowflake supports both confidential and public clients. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} --- @@ -1189,7 +1189,7 @@ public readonly oauthIssueRefreshTokens: boolean | IResolvable; Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} --- @@ -1203,7 +1203,7 @@ public readonly oauthRedirectUri: string; Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} --- @@ -1217,7 +1217,7 @@ public readonly oauthRefreshTokenValidity: number; Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} --- @@ -1231,7 +1231,7 @@ public readonly oauthUseSecondaryRoles: string; Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} --- diff --git a/docs/objectParameter.csharp.md b/docs/objectParameter.csharp.md index 2fa553397..ae2f37872 100644 --- a/docs/objectParameter.csharp.md +++ b/docs/objectParameter.csharp.md @@ -4,7 +4,7 @@ ### ObjectParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter snowflake_object_parameter}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ObjectParameter to import. The id of the existing ObjectParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use --- @@ -865,7 +865,7 @@ new ObjectParameterConfig { | Provisioners | object[] | *No description.* | | Key | string | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | Value | string | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -952,7 +952,7 @@ public string Key { get; set; } Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -966,7 +966,7 @@ public string Value { get; set; } Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -978,7 +978,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -995,7 +995,7 @@ public object ObjectIdentifier { get; set; } object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -1011,7 +1011,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -1025,7 +1025,7 @@ public object OnAccount { get; set; } If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -1063,7 +1063,7 @@ public string Name { get; set; } Name of the object to set the parameter for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#name ObjectParameter#name} --- @@ -1077,7 +1077,7 @@ public string Database { get; set; } Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#database ObjectParameter#database} --- @@ -1091,7 +1091,7 @@ public string Schema { get; set; } Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/objectParameter.go.md b/docs/objectParameter.go.md index 5184976c1..bf0be99ad 100644 --- a/docs/objectParameter.go.md +++ b/docs/objectParameter.go.md @@ -4,7 +4,7 @@ ### ObjectParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter snowflake_object_parameter}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ObjectParameter to import. The id of the existing ObjectParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use --- @@ -865,7 +865,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/objectparamet | Provisioners | *[]interface{} | *No description.* | | Key | *string | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | Value | *string | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -952,7 +952,7 @@ Key *string Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -966,7 +966,7 @@ Value *string Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -978,7 +978,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -995,7 +995,7 @@ ObjectIdentifier interface{} object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -1011,7 +1011,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -1025,7 +1025,7 @@ OnAccount interface{} If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -1063,7 +1063,7 @@ Name *string Name of the object to set the parameter for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#name ObjectParameter#name} --- @@ -1077,7 +1077,7 @@ Database *string Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#database ObjectParameter#database} --- @@ -1091,7 +1091,7 @@ Schema *string Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/objectParameter.java.md b/docs/objectParameter.java.md index a1c2bd7cb..280cd2de0 100644 --- a/docs/objectParameter.java.md +++ b/docs/objectParameter.java.md @@ -4,7 +4,7 @@ ### ObjectParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter snowflake_object_parameter}. #### Initializers @@ -47,7 +47,7 @@ ObjectParameter.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | value | java.lang.String | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#id ObjectParameter#id}. | | objectIdentifier | com.hashicorp.cdktf.IResolvable OR java.util.List<ObjectParameterObjectIdentifier> | object_identifier block. | | objectType | java.lang.String | Type of object to which the parameter applies. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the object parameter will be set on the account level. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#id ObjectParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ If you experience problems setting this value it might not be settable. Please t object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -163,7 +163,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -634,7 +634,7 @@ The construct id used in the generated config for the ObjectParameter to import. The id of the existing ObjectParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use --- @@ -1004,7 +1004,7 @@ ObjectParameterConfig.builder() | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | value | java.lang.String | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1091,7 +1091,7 @@ public java.lang.String getKey(); Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -1105,7 +1105,7 @@ public java.lang.String getValue(); Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -1117,7 +1117,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1134,7 +1134,7 @@ public java.lang.Object getObjectIdentifier(); object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -1150,7 +1150,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -1164,7 +1164,7 @@ public java.lang.Object getOnAccount(); If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -1202,7 +1202,7 @@ public java.lang.String getName(); Name of the object to set the parameter for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#name ObjectParameter#name} --- @@ -1216,7 +1216,7 @@ public java.lang.String getDatabase(); Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#database ObjectParameter#database} --- @@ -1230,7 +1230,7 @@ public java.lang.String getSchema(); Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/objectParameter.python.md b/docs/objectParameter.python.md index 295aa6b83..58e0a6f89 100644 --- a/docs/objectParameter.python.md +++ b/docs/objectParameter.python.md @@ -4,7 +4,7 @@ ### ObjectParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter snowflake_object_parameter}. #### Initializers @@ -43,7 +43,7 @@ objectParameter.ObjectParameter( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | value | str | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#id ObjectParameter#id}. | | object_identifier | typing.Union[cdktf.IResolvable, typing.List[ObjectParameterObjectIdentifier]] | object_identifier block. | | object_type | str | Type of object to which the parameter applies. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the object parameter will be set on the account level. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#id ObjectParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ If you experience problems setting this value it might not be settable. Please t object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -159,7 +159,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -678,7 +678,7 @@ The construct id used in the generated config for the ObjectParameter to import. The id of the existing ObjectParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use --- @@ -1042,7 +1042,7 @@ objectParameter.ObjectParameterConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | value | str | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1129,7 +1129,7 @@ key: str Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -1143,7 +1143,7 @@ value: str Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -1155,7 +1155,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1172,7 +1172,7 @@ object_identifier: typing.Union[IResolvable, typing.List[ObjectParameterObjectId object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -1188,7 +1188,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -1202,7 +1202,7 @@ on_account: typing.Union[bool, IResolvable] If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -1240,7 +1240,7 @@ name: str Name of the object to set the parameter for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#name ObjectParameter#name} --- @@ -1254,7 +1254,7 @@ database: str Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#database ObjectParameter#database} --- @@ -1268,7 +1268,7 @@ schema: str Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/objectParameter.typescript.md b/docs/objectParameter.typescript.md index e34f0aab0..930f265fa 100644 --- a/docs/objectParameter.typescript.md +++ b/docs/objectParameter.typescript.md @@ -4,7 +4,7 @@ ### ObjectParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter snowflake_object_parameter}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ObjectParameter to import. The id of the existing ObjectParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use --- @@ -851,7 +851,7 @@ const objectParameterConfig: objectParameter.ObjectParameterConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | key | string | Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). | | value | string | Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -938,7 +938,7 @@ public readonly key: string; Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#key ObjectParameter#key} --- @@ -952,7 +952,7 @@ public readonly value: string; Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#value ObjectParameter#value} --- @@ -964,7 +964,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -981,7 +981,7 @@ public readonly objectIdentifier: IResolvable | ObjectParameterObjectIdentifier[ object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} --- @@ -997,7 +997,7 @@ Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} --- @@ -1011,7 +1011,7 @@ public readonly onAccount: boolean | IResolvable; If true, the object parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} --- @@ -1045,7 +1045,7 @@ public readonly name: string; Name of the object to set the parameter for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#name ObjectParameter#name} --- @@ -1059,7 +1059,7 @@ public readonly database: string; Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#database ObjectParameter#database} --- @@ -1073,7 +1073,7 @@ public readonly schema: string; Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/passwordPolicy.csharp.md b/docs/passwordPolicy.csharp.md index 3aa3e7854..6125c41e3 100644 --- a/docs/passwordPolicy.csharp.md +++ b/docs/passwordPolicy.csharp.md @@ -4,7 +4,7 @@ ### PasswordPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy snowflake_password_policy}. #### Initializers @@ -565,7 +565,7 @@ The construct id used in the generated config for the PasswordPolicy to import. The id of the existing PasswordPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use --- @@ -1219,7 +1219,7 @@ new PasswordPolicyConfig { | Schema | string | The schema this password policy belongs to. | | Comment | string | Adds a comment or overwrites an existing comment for the password policy. | | History | double | Specifies the number of the most recent passwords that Snowflake stores. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1315,7 +1315,7 @@ public string Database { get; set; } The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -1329,7 +1329,7 @@ public string Name { get; set; } Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -1343,7 +1343,7 @@ public string Schema { get; set; } The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -1357,7 +1357,7 @@ public string Comment { get; set; } Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -1373,7 +1373,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -1385,7 +1385,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1402,7 +1402,7 @@ public object IfNotExists { get; set; } Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -1416,7 +1416,7 @@ public double LockoutTimeMins { get; set; } Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -1432,7 +1432,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -1448,7 +1448,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -1464,7 +1464,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -1480,7 +1480,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -1494,7 +1494,7 @@ public double MinLength { get; set; } Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -1508,7 +1508,7 @@ public double MinLowerCaseChars { get; set; } Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -1522,7 +1522,7 @@ public double MinNumericChars { get; set; } Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -1536,7 +1536,7 @@ public double MinSpecialChars { get; set; } Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -1550,7 +1550,7 @@ public double MinUpperCaseChars { get; set; } Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -1564,7 +1564,7 @@ public object OrReplace { get; set; } Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/passwordPolicy.go.md b/docs/passwordPolicy.go.md index 4a24ed451..cf8795e6e 100644 --- a/docs/passwordPolicy.go.md +++ b/docs/passwordPolicy.go.md @@ -4,7 +4,7 @@ ### PasswordPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy snowflake_password_policy}. #### Initializers @@ -565,7 +565,7 @@ The construct id used in the generated config for the PasswordPolicy to import. The id of the existing PasswordPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#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/v10/passwordpolic | Schema | *string | The schema this password policy belongs to. | | Comment | *string | Adds a comment or overwrites an existing comment for the password policy. | | History | *f64 | Specifies the number of the most recent passwords that Snowflake stores. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1315,7 +1315,7 @@ Database *string The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -1329,7 +1329,7 @@ Name *string Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -1343,7 +1343,7 @@ Schema *string The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -1357,7 +1357,7 @@ Comment *string Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -1373,7 +1373,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -1385,7 +1385,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1402,7 +1402,7 @@ IfNotExists interface{} Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -1416,7 +1416,7 @@ LockoutTimeMins *f64 Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -1432,7 +1432,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -1448,7 +1448,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -1464,7 +1464,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -1480,7 +1480,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -1494,7 +1494,7 @@ MinLength *f64 Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -1508,7 +1508,7 @@ MinLowerCaseChars *f64 Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -1522,7 +1522,7 @@ MinNumericChars *f64 Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -1536,7 +1536,7 @@ MinSpecialChars *f64 Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -1550,7 +1550,7 @@ MinUpperCaseChars *f64 Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -1564,7 +1564,7 @@ OrReplace interface{} Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/passwordPolicy.java.md b/docs/passwordPolicy.java.md index 8b10eaad1..9e29938bc 100644 --- a/docs/passwordPolicy.java.md +++ b/docs/passwordPolicy.java.md @@ -4,7 +4,7 @@ ### PasswordPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy snowflake_password_policy}. #### Initializers @@ -62,7 +62,7 @@ PasswordPolicy.Builder.create(Construct scope, java.lang.String id) | schema | java.lang.String | The schema this password policy belongs to. | | comment | java.lang.String | Adds a comment or overwrites an existing comment for the password policy. | | history | java.lang.Number | Specifies the number of the most recent passwords that Snowflake stores. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#id PasswordPolicy#id}. | | ifNotExists | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Prevent overwriting a previous password policy with the same name. | | lockoutTimeMins | java.lang.Number | Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. | | maxAgeDays | java.lang.Number | Specifies the maximum number of days before the password must be changed. | @@ -144,7 +144,7 @@ Must be unique amongst siblings in the same scope The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -186,7 +186,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#id PasswordPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -207,7 +207,7 @@ If you experience problems setting this value it might not be settable. Please t Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -229,7 +229,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -241,7 +241,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -253,7 +253,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -265,7 +265,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -315,7 +315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- @@ -850,7 +850,7 @@ The construct id used in the generated config for the PasswordPolicy to import. The id of the existing PasswordPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use --- @@ -1510,7 +1510,7 @@ PasswordPolicyConfig.builder() | schema | java.lang.String | The schema this password policy belongs to. | | comment | java.lang.String | Adds a comment or overwrites an existing comment for the password policy. | | history | java.lang.Number | Specifies the number of the most recent passwords that Snowflake stores. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1606,7 +1606,7 @@ public java.lang.String getDatabase(); The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -1620,7 +1620,7 @@ public java.lang.String getName(); Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -1634,7 +1634,7 @@ public java.lang.String getSchema(); The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -1648,7 +1648,7 @@ public java.lang.String getComment(); Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -1664,7 +1664,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -1676,7 +1676,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1693,7 +1693,7 @@ public java.lang.Object getIfNotExists(); Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -1707,7 +1707,7 @@ public java.lang.Number getLockoutTimeMins(); Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -1723,7 +1723,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -1739,7 +1739,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -1755,7 +1755,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -1771,7 +1771,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -1785,7 +1785,7 @@ public java.lang.Number getMinLength(); Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -1799,7 +1799,7 @@ public java.lang.Number getMinLowerCaseChars(); Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -1813,7 +1813,7 @@ public java.lang.Number getMinNumericChars(); Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -1827,7 +1827,7 @@ public java.lang.Number getMinSpecialChars(); Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -1841,7 +1841,7 @@ public java.lang.Number getMinUpperCaseChars(); Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -1855,7 +1855,7 @@ public java.lang.Object getOrReplace(); Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/passwordPolicy.python.md b/docs/passwordPolicy.python.md index ce798e136..d00cae449 100644 --- a/docs/passwordPolicy.python.md +++ b/docs/passwordPolicy.python.md @@ -4,7 +4,7 @@ ### PasswordPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy snowflake_password_policy}. #### Initializers @@ -58,7 +58,7 @@ passwordPolicy.PasswordPolicy( | schema | str | The schema this password policy belongs to. | | comment | str | Adds a comment or overwrites an existing comment for the password policy. | | history | typing.Union[int, float] | Specifies the number of the most recent passwords that Snowflake stores. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#id PasswordPolicy#id}. | | if_not_exists | typing.Union[bool, cdktf.IResolvable] | Prevent overwriting a previous password policy with the same name. | | lockout_time_mins | typing.Union[int, float] | Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. | | max_age_days | typing.Union[int, float] | Specifies the maximum number of days before the password must be changed. | @@ -140,7 +140,7 @@ Must be unique amongst siblings in the same scope The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -182,7 +182,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#id PasswordPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -203,7 +203,7 @@ If you experience problems setting this value it might not be settable. Please t Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -225,7 +225,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -237,7 +237,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -249,7 +249,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -261,7 +261,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -301,7 +301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -311,7 +311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -321,7 +321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- @@ -892,7 +892,7 @@ The construct id used in the generated config for the PasswordPolicy to import. The id of the existing PasswordPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use --- @@ -1546,7 +1546,7 @@ passwordPolicy.PasswordPolicyConfig( | schema | str | The schema this password policy belongs to. | | comment | str | Adds a comment or overwrites an existing comment for the password policy. | | history | typing.Union[int, float] | Specifies the number of the most recent passwords that Snowflake stores. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1642,7 +1642,7 @@ database: str The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -1656,7 +1656,7 @@ name: str Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -1670,7 +1670,7 @@ schema: str The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -1684,7 +1684,7 @@ comment: str Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -1700,7 +1700,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -1712,7 +1712,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1729,7 +1729,7 @@ if_not_exists: typing.Union[bool, IResolvable] Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -1743,7 +1743,7 @@ lockout_time_mins: typing.Union[int, float] Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -1759,7 +1759,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -1775,7 +1775,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -1791,7 +1791,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -1807,7 +1807,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -1821,7 +1821,7 @@ min_length: typing.Union[int, float] Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -1835,7 +1835,7 @@ min_lower_case_chars: typing.Union[int, float] Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -1849,7 +1849,7 @@ min_numeric_chars: typing.Union[int, float] Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -1863,7 +1863,7 @@ min_special_chars: typing.Union[int, float] Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -1877,7 +1877,7 @@ min_upper_case_chars: typing.Union[int, float] Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -1891,7 +1891,7 @@ or_replace: typing.Union[bool, IResolvable] Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/passwordPolicy.typescript.md b/docs/passwordPolicy.typescript.md index fa96e9e5a..51df999ef 100644 --- a/docs/passwordPolicy.typescript.md +++ b/docs/passwordPolicy.typescript.md @@ -4,7 +4,7 @@ ### PasswordPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy snowflake_password_policy}. #### Initializers @@ -565,7 +565,7 @@ The construct id used in the generated config for the PasswordPolicy to import. The id of the existing PasswordPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use --- @@ -1193,7 +1193,7 @@ const passwordPolicyConfig: passwordPolicy.PasswordPolicyConfig = { ... } | schema | string | The schema this password policy belongs to. | | comment | string | Adds a comment or overwrites an existing comment for the password policy. | | history | number | Specifies the number of the most recent passwords that Snowflake stores. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1289,7 +1289,7 @@ public readonly database: string; The database this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#database PasswordPolicy#database} --- @@ -1303,7 +1303,7 @@ public readonly name: string; Identifier for the password policy; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#name PasswordPolicy#name} --- @@ -1317,7 +1317,7 @@ public readonly schema: string; The schema this password policy belongs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#schema PasswordPolicy#schema} --- @@ -1331,7 +1331,7 @@ public readonly comment: string; Adds a comment or overwrites an existing comment for the password policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#comment PasswordPolicy#comment} --- @@ -1347,7 +1347,7 @@ Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#history PasswordPolicy#history} --- @@ -1359,7 +1359,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1376,7 +1376,7 @@ public readonly ifNotExists: boolean | IResolvable; Prevent overwriting a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} --- @@ -1390,7 +1390,7 @@ public readonly lockoutTimeMins: number; Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} --- @@ -1406,7 +1406,7 @@ Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} --- @@ -1422,7 +1422,7 @@ Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} --- @@ -1438,7 +1438,7 @@ Specifies the maximum number of attempts to enter a password before being locked Supported range: 1 to 10, inclusive. Default: 5 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} --- @@ -1454,7 +1454,7 @@ Specifies the number of days the user must wait before a recently changed passwo Supported range: 0 to 999, inclusive. Default: 0 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} --- @@ -1468,7 +1468,7 @@ public readonly minLength: number; Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} --- @@ -1482,7 +1482,7 @@ public readonly minLowerCaseChars: number; Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} --- @@ -1496,7 +1496,7 @@ public readonly minNumericChars: number; Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} --- @@ -1510,7 +1510,7 @@ public readonly minSpecialChars: number; Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} --- @@ -1524,7 +1524,7 @@ public readonly minUpperCaseChars: number; Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} --- @@ -1538,7 +1538,7 @@ public readonly orReplace: boolean | IResolvable; Whether to override a previous password policy with the same name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/pipe.csharp.md b/docs/pipe.csharp.md index fbb85cbd0..cf245009b 100644 --- a/docs/pipe.csharp.md +++ b/docs/pipe.csharp.md @@ -4,7 +4,7 @@ ### Pipe -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe snowflake_pipe}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the Pipe to import. The id of the existing Pipe that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -986,7 +986,7 @@ new PipeConfig { | AwsSnsTopicArn | string | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | Comment | string | Specifies a comment for the pipe. | | ErrorIntegration | string | Specifies the name of the notification integration used for error notifications. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#id Pipe#id}. | | Integration | string | Specifies an integration for the pipe. | --- @@ -1071,7 +1071,7 @@ public string CopyStatement { get; set; } Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1085,7 +1085,7 @@ public string Database { get; set; } The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#name Pipe#name} --- @@ -1115,7 +1115,7 @@ public string Schema { get; set; } The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#schema Pipe#schema} --- @@ -1129,7 +1129,7 @@ public object AutoIngest { get; set; } Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1143,7 +1143,7 @@ public string AwsSnsTopicArn { get; set; } Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1157,7 +1157,7 @@ public string Comment { get; set; } Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#comment Pipe#comment} --- @@ -1171,7 +1171,7 @@ public string ErrorIntegration { get; set; } Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1183,7 +1183,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 string Integration { get; set; } Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipe.go.md b/docs/pipe.go.md index b88fda6cc..a0178fe85 100644 --- a/docs/pipe.go.md +++ b/docs/pipe.go.md @@ -4,7 +4,7 @@ ### Pipe -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe snowflake_pipe}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the Pipe to import. The id of the existing Pipe that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#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/v10/pipe" | AwsSnsTopicArn | *string | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | Comment | *string | Specifies a comment for the pipe. | | ErrorIntegration | *string | Specifies the name of the notification integration used for error notifications. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#id Pipe#id}. | | Integration | *string | Specifies an integration for the pipe. | --- @@ -1071,7 +1071,7 @@ CopyStatement *string Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1085,7 +1085,7 @@ Database *string The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#name Pipe#name} --- @@ -1115,7 +1115,7 @@ Schema *string The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#schema Pipe#schema} --- @@ -1129,7 +1129,7 @@ AutoIngest interface{} Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1143,7 +1143,7 @@ AwsSnsTopicArn *string Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1157,7 +1157,7 @@ Comment *string Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#comment Pipe#comment} --- @@ -1171,7 +1171,7 @@ ErrorIntegration *string Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1183,7 +1183,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ Integration *string Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipe.java.md b/docs/pipe.java.md index 666607e3a..d9c1e158b 100644 --- a/docs/pipe.java.md +++ b/docs/pipe.java.md @@ -4,7 +4,7 @@ ### Pipe -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe snowflake_pipe}. #### Initializers @@ -56,7 +56,7 @@ Pipe.Builder.create(Construct scope, java.lang.String id) | awsSnsTopicArn | java.lang.String | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | comment | java.lang.String | Specifies a comment for the pipe. | | errorIntegration | java.lang.String | Specifies the name of the notification integration used for error notifications. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#id Pipe#id}. | | integration | java.lang.String | Specifies an integration for the pipe. | --- @@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#database Pipe#database} --- @@ -149,7 +149,7 @@ Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#name Pipe#name} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#schema Pipe#schema} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#comment Pipe#comment} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#id Pipe#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -220,7 +220,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#integration Pipe#integration} --- @@ -682,7 +682,7 @@ The construct id used in the generated config for the Pipe to import. The id of the existing Pipe that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -1171,7 +1171,7 @@ PipeConfig.builder() | awsSnsTopicArn | java.lang.String | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | comment | java.lang.String | Specifies a comment for the pipe. | | errorIntegration | java.lang.String | Specifies the name of the notification integration used for error notifications. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#id Pipe#id}. | | integration | java.lang.String | Specifies an integration for the pipe. | --- @@ -1256,7 +1256,7 @@ public java.lang.String getCopyStatement(); Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1270,7 +1270,7 @@ public java.lang.String getDatabase(); The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#database Pipe#database} --- @@ -1286,7 +1286,7 @@ Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#name Pipe#name} --- @@ -1300,7 +1300,7 @@ public java.lang.String getSchema(); The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#schema Pipe#schema} --- @@ -1314,7 +1314,7 @@ public java.lang.Object getAutoIngest(); Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1328,7 +1328,7 @@ public java.lang.String getAwsSnsTopicArn(); Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1342,7 +1342,7 @@ public java.lang.String getComment(); Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#comment Pipe#comment} --- @@ -1356,7 +1356,7 @@ public java.lang.String getErrorIntegration(); Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1368,7 +1368,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1385,7 +1385,7 @@ public java.lang.String getIntegration(); Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipe.python.md b/docs/pipe.python.md index cadb4b71c..f7e2d6369 100644 --- a/docs/pipe.python.md +++ b/docs/pipe.python.md @@ -4,7 +4,7 @@ ### Pipe -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe snowflake_pipe}. #### Initializers @@ -53,7 +53,7 @@ pipe.Pipe( | aws_sns_topic_arn | str | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | comment | str | Specifies a comment for the pipe. | | error_integration | str | Specifies the name of the notification integration used for error notifications. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#id Pipe#id}. | | integration | str | Specifies an integration for the pipe. | --- @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#database Pipe#database} --- @@ -146,7 +146,7 @@ Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#name Pipe#name} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#schema Pipe#schema} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#comment Pipe#comment} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#id Pipe#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -217,7 +217,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#integration Pipe#integration} --- @@ -725,7 +725,7 @@ The construct id used in the generated config for the Pipe to import. The id of the existing Pipe that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -1209,7 +1209,7 @@ pipe.PipeConfig( | aws_sns_topic_arn | str | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | comment | str | Specifies a comment for the pipe. | | error_integration | str | Specifies the name of the notification integration used for error notifications. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#id Pipe#id}. | | integration | str | Specifies an integration for the pipe. | --- @@ -1294,7 +1294,7 @@ copy_statement: str Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1308,7 +1308,7 @@ database: str The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#database Pipe#database} --- @@ -1324,7 +1324,7 @@ Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#name Pipe#name} --- @@ -1338,7 +1338,7 @@ schema: str The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#schema Pipe#schema} --- @@ -1352,7 +1352,7 @@ auto_ingest: typing.Union[bool, IResolvable] Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1366,7 +1366,7 @@ aws_sns_topic_arn: str Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1380,7 +1380,7 @@ comment: str Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#comment Pipe#comment} --- @@ -1394,7 +1394,7 @@ error_integration: str Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1406,7 +1406,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1423,7 +1423,7 @@ integration: str Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipe.typescript.md b/docs/pipe.typescript.md index a8ce0e7bc..83ef4b0f3 100644 --- a/docs/pipe.typescript.md +++ b/docs/pipe.typescript.md @@ -4,7 +4,7 @@ ### Pipe -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe snowflake_pipe}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the Pipe to import. The id of the existing Pipe that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -968,7 +968,7 @@ const pipeConfig: pipe.PipeConfig = { ... } | awsSnsTopicArn | string | Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. | | comment | string | Specifies a comment for the pipe. | | errorIntegration | string | Specifies the name of the notification integration used for error notifications. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#id Pipe#id}. | | integration | string | Specifies an integration for the pipe. | --- @@ -1053,7 +1053,7 @@ public readonly copyStatement: string; Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1067,7 +1067,7 @@ public readonly database: string; The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#database Pipe#database} --- @@ -1083,7 +1083,7 @@ Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#name Pipe#name} --- @@ -1097,7 +1097,7 @@ public readonly schema: string; The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#schema Pipe#schema} --- @@ -1111,7 +1111,7 @@ public readonly autoIngest: boolean | IResolvable; Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1125,7 +1125,7 @@ public readonly awsSnsTopicArn: string; Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1139,7 +1139,7 @@ public readonly comment: string; Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#comment Pipe#comment} --- @@ -1153,7 +1153,7 @@ public readonly errorIntegration: string; Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1165,7 +1165,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1182,7 +1182,7 @@ public readonly integration: string; Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipeGrant.csharp.md b/docs/pipeGrant.csharp.md index c46b1fcd8..10a231147 100644 --- a/docs/pipeGrant.csharp.md +++ b/docs/pipeGrant.csharp.md @@ -4,7 +4,7 @@ ### PipeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant snowflake_pipe_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant snowflake_pipe_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the PipeGrant to import. The id of the existing PipeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use --- @@ -979,7 +979,7 @@ new PipeGrantConfig { | Provisioners | object[] | *No description.* | | DatabaseName | string | The name of the database containing the current or future pipes on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | PipeName | string | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | Privilege | string | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1070,7 +1070,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -1086,7 +1086,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -1098,7 +1098,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1117,7 +1117,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -1131,7 +1131,7 @@ public string PipeName { get; set; } The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -1145,7 +1145,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -1161,7 +1161,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -1175,7 +1175,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -1189,7 +1189,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -1203,7 +1203,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- diff --git a/docs/pipeGrant.go.md b/docs/pipeGrant.go.md index 7d2ebb597..6a3c20d4e 100644 --- a/docs/pipeGrant.go.md +++ b/docs/pipeGrant.go.md @@ -4,7 +4,7 @@ ### PipeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant snowflake_pipe_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant snowflake_pipe_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the PipeGrant to import. The id of the existing PipeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#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/v10/pipegrant" | Provisioners | *[]interface{} | *No description.* | | DatabaseName | *string | The name of the database containing the current or future pipes on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | PipeName | *string | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | Privilege | *string | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1070,7 +1070,7 @@ DatabaseName *string The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -1086,7 +1086,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -1098,7 +1098,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1117,7 +1117,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -1131,7 +1131,7 @@ PipeName *string The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -1145,7 +1145,7 @@ Privilege *string The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -1161,7 +1161,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -1175,7 +1175,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -1189,7 +1189,7 @@ SchemaName *string The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -1203,7 +1203,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- diff --git a/docs/pipeGrant.java.md b/docs/pipeGrant.java.md index d9eda5b68..7d50e3981 100644 --- a/docs/pipeGrant.java.md +++ b/docs/pipeGrant.java.md @@ -4,7 +4,7 @@ ### PipeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant snowflake_pipe_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant snowflake_pipe_grant}. #### Initializers @@ -52,7 +52,7 @@ PipeGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future pipes on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | pipeName | java.lang.String | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | privilege | java.lang.String | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -129,7 +129,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -141,7 +141,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -164,7 +164,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -196,7 +196,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- @@ -709,7 +709,7 @@ The construct id used in the generated config for the PipeGrant to import. The id of the existing PipeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use --- @@ -1172,7 +1172,7 @@ PipeGrantConfig.builder() | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future pipes on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | pipeName | java.lang.String | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | privilege | java.lang.String | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1263,7 +1263,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -1279,7 +1279,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -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/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1310,7 +1310,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -1324,7 +1324,7 @@ public java.lang.String getPipeName(); The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -1338,7 +1338,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -1354,7 +1354,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -1368,7 +1368,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -1382,7 +1382,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -1396,7 +1396,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- diff --git a/docs/pipeGrant.python.md b/docs/pipeGrant.python.md index d51735f40..7781ef4bb 100644 --- a/docs/pipeGrant.python.md +++ b/docs/pipeGrant.python.md @@ -4,7 +4,7 @@ ### PipeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant snowflake_pipe_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant snowflake_pipe_grant}. #### Initializers @@ -47,7 +47,7 @@ pipeGrant.PipeGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future pipes on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | pipe_name | str | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | privilege | str | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -136,7 +136,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -159,7 +159,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -191,7 +191,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- @@ -750,7 +750,7 @@ The construct id used in the generated config for the PipeGrant to import. The id of the existing PipeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use --- @@ -1206,7 +1206,7 @@ pipeGrant.PipeGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future pipes on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | pipe_name | str | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | privilege | str | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1297,7 +1297,7 @@ database_name: str The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -1313,7 +1313,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -1325,7 +1325,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1344,7 +1344,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -1358,7 +1358,7 @@ pipe_name: str The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -1372,7 +1372,7 @@ privilege: str The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -1388,7 +1388,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -1402,7 +1402,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -1416,7 +1416,7 @@ schema_name: str The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -1430,7 +1430,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- diff --git a/docs/pipeGrant.typescript.md b/docs/pipeGrant.typescript.md index 45c656d00..5386e7ba5 100644 --- a/docs/pipeGrant.typescript.md +++ b/docs/pipeGrant.typescript.md @@ -4,7 +4,7 @@ ### PipeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant snowflake_pipe_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant snowflake_pipe_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the PipeGrant to import. The id of the existing PipeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use --- @@ -961,7 +961,7 @@ const pipeGrantConfig: pipeGrant.PipeGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseName | string | The name of the database containing the current or future pipes on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. | | pipeName | string | The name of the pipe on which to grant privileges immediately (only valid if on_future is false). | | privilege | string | The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1052,7 +1052,7 @@ public readonly databaseName: string; The name of the database containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#database_name PipeGrant#database_name} --- @@ -1068,7 +1068,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} --- @@ -1080,7 +1080,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1099,7 +1099,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#on_future PipeGrant#on_future} --- @@ -1113,7 +1113,7 @@ public readonly pipeName: string; The name of the pipe on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} --- @@ -1127,7 +1127,7 @@ public readonly privilege: string; The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#privilege PipeGrant#privilege} --- @@ -1143,7 +1143,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} --- @@ -1157,7 +1157,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#roles PipeGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#roles PipeGrant#roles} --- @@ -1171,7 +1171,7 @@ public readonly schemaName: string; The name of the schema containing the current or future pipes on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} --- @@ -1185,7 +1185,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} --- diff --git a/docs/procedure.csharp.md b/docs/procedure.csharp.md index 222e4fab2..e2e6ffde2 100644 --- a/docs/procedure.csharp.md +++ b/docs/procedure.csharp.md @@ -4,7 +4,7 @@ ### Procedure -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure snowflake_procedure}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure snowflake_procedure}. #### Initializers @@ -550,7 +550,7 @@ The construct id used in the generated config for the Procedure to import. The id of the existing Procedure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#import import section} in the documentation of this resource for the id to use --- @@ -1129,7 +1129,7 @@ public string Name { get; set; } The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} --- @@ -1143,7 +1143,7 @@ public string Type { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#type Procedure#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#type Procedure#type} --- @@ -1201,7 +1201,7 @@ new ProcedureConfig { | Comment | string | Specifies a comment for the procedure. | | ExecuteAs | string | Sets execute context - see caller's rights and owner's rights. | | Handler | string | The handler method for Java / Python procedures. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. | | Imports | string[] | Imports for Java / Python procedures. | | Language | string | Specifies the language of the stored procedure code. | | NullInputBehavior | string | Specifies the behavior of the procedure when called with null inputs. | @@ -1291,7 +1291,7 @@ public string Database { get; set; } The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#database Procedure#database} --- @@ -1307,7 +1307,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} --- @@ -1321,7 +1321,7 @@ public string ReturnType { get; set; } The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_type Procedure#return_type} --- @@ -1335,7 +1335,7 @@ public string Schema { get; set; } The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#schema Procedure#schema} --- @@ -1349,7 +1349,7 @@ public string Statement { get; set; } Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#statement Procedure#statement} --- @@ -1363,7 +1363,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#arguments Procedure#arguments} --- @@ -1377,7 +1377,7 @@ public string Comment { get; set; } Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#comment Procedure#comment} --- @@ -1391,7 +1391,7 @@ public string ExecuteAs { get; set; } Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -1405,7 +1405,7 @@ public string Handler { get; set; } The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#handler Procedure#handler} --- @@ -1417,7 +1417,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1436,7 +1436,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#imports Procedure#imports} --- @@ -1450,7 +1450,7 @@ public string Language { get; set; } Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#language Procedure#language} --- @@ -1464,7 +1464,7 @@ public string NullInputBehavior { get; set; } Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -1480,7 +1480,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#packages Procedure#packages} --- @@ -1494,7 +1494,7 @@ public string ReturnBehavior { get; set; } Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -1508,7 +1508,7 @@ public string RuntimeVersion { get; set; } Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#runtime_version Procedure#runtime_version} --- diff --git a/docs/procedure.go.md b/docs/procedure.go.md index 8a50af749..107f6d2f4 100644 --- a/docs/procedure.go.md +++ b/docs/procedure.go.md @@ -4,7 +4,7 @@ ### Procedure -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure snowflake_procedure}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure snowflake_procedure}. #### Initializers @@ -550,7 +550,7 @@ The construct id used in the generated config for the Procedure to import. The id of the existing Procedure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#import import section} in the documentation of this resource for the id to use --- @@ -1129,7 +1129,7 @@ Name *string The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} --- @@ -1143,7 +1143,7 @@ Type *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#type Procedure#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#type Procedure#type} --- @@ -1201,7 +1201,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/procedure" | Comment | *string | Specifies a comment for the procedure. | | ExecuteAs | *string | Sets execute context - see caller's rights and owner's rights. | | Handler | *string | The handler method for Java / Python procedures. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. | | Imports | *[]*string | Imports for Java / Python procedures. | | Language | *string | Specifies the language of the stored procedure code. | | NullInputBehavior | *string | Specifies the behavior of the procedure when called with null inputs. | @@ -1291,7 +1291,7 @@ Database *string The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#database Procedure#database} --- @@ -1307,7 +1307,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} --- @@ -1321,7 +1321,7 @@ ReturnType *string The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_type Procedure#return_type} --- @@ -1335,7 +1335,7 @@ Schema *string The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#schema Procedure#schema} --- @@ -1349,7 +1349,7 @@ Statement *string Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#statement Procedure#statement} --- @@ -1363,7 +1363,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#arguments Procedure#arguments} --- @@ -1377,7 +1377,7 @@ Comment *string Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#comment Procedure#comment} --- @@ -1391,7 +1391,7 @@ ExecuteAs *string Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -1405,7 +1405,7 @@ Handler *string The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#handler Procedure#handler} --- @@ -1417,7 +1417,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1436,7 +1436,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#imports Procedure#imports} --- @@ -1450,7 +1450,7 @@ Language *string Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#language Procedure#language} --- @@ -1464,7 +1464,7 @@ NullInputBehavior *string Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -1480,7 +1480,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#packages Procedure#packages} --- @@ -1494,7 +1494,7 @@ ReturnBehavior *string Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -1508,7 +1508,7 @@ RuntimeVersion *string Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#runtime_version Procedure#runtime_version} --- diff --git a/docs/procedure.java.md b/docs/procedure.java.md index c58e15a8c..7ad8421f9 100644 --- a/docs/procedure.java.md +++ b/docs/procedure.java.md @@ -4,7 +4,7 @@ ### Procedure -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure snowflake_procedure}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure snowflake_procedure}. #### Initializers @@ -63,7 +63,7 @@ Procedure.Builder.create(Construct scope, java.lang.String id) | comment | java.lang.String | Specifies a comment for the procedure. | | executeAs | java.lang.String | Sets execute context - see caller's rights and owner's rights. | | handler | java.lang.String | The handler method for Java / Python procedures. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. | | imports | java.util.List | Imports for Java / Python procedures. | | language | java.lang.String | Specifies the language of the stored procedure code. | | nullInputBehavior | java.lang.String | Specifies the behavior of the procedure when called with null inputs. | @@ -139,7 +139,7 @@ Must be unique amongst siblings in the same scope The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#database Procedure#database} --- @@ -151,7 +151,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_type Procedure#return_type} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#schema Procedure#schema} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#statement Procedure#statement} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#arguments Procedure#arguments} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#comment Procedure#comment} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#handler Procedure#handler} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -244,7 +244,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#imports Procedure#imports} --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#language Procedure#language} --- @@ -264,7 +264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -276,7 +276,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#packages Procedure#packages} --- @@ -286,7 +286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#runtime_version Procedure#runtime_version} --- @@ -806,7 +806,7 @@ The construct id used in the generated config for the Procedure to import. The id of the existing Procedure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#import import section} in the documentation of this resource for the id to use --- @@ -1385,7 +1385,7 @@ public java.lang.String getName(); The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} --- @@ -1399,7 +1399,7 @@ public java.lang.String getType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#type Procedure#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#type Procedure#type} --- @@ -1462,7 +1462,7 @@ ProcedureConfig.builder() | comment | java.lang.String | Specifies a comment for the procedure. | | executeAs | java.lang.String | Sets execute context - see caller's rights and owner's rights. | | handler | java.lang.String | The handler method for Java / Python procedures. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. | | imports | java.util.List | Imports for Java / Python procedures. | | language | java.lang.String | Specifies the language of the stored procedure code. | | nullInputBehavior | java.lang.String | Specifies the behavior of the procedure when called with null inputs. | @@ -1552,7 +1552,7 @@ public java.lang.String getDatabase(); The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#database Procedure#database} --- @@ -1568,7 +1568,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} --- @@ -1582,7 +1582,7 @@ public java.lang.String getReturnType(); The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_type Procedure#return_type} --- @@ -1596,7 +1596,7 @@ public java.lang.String getSchema(); The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#schema Procedure#schema} --- @@ -1610,7 +1610,7 @@ public java.lang.String getStatement(); Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#statement Procedure#statement} --- @@ -1624,7 +1624,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#arguments Procedure#arguments} --- @@ -1638,7 +1638,7 @@ public java.lang.String getComment(); Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#comment Procedure#comment} --- @@ -1652,7 +1652,7 @@ public java.lang.String getExecuteAs(); Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -1666,7 +1666,7 @@ public java.lang.String getHandler(); The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#handler Procedure#handler} --- @@ -1678,7 +1678,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1697,7 +1697,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#imports Procedure#imports} --- @@ -1711,7 +1711,7 @@ public java.lang.String getLanguage(); Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#language Procedure#language} --- @@ -1725,7 +1725,7 @@ public java.lang.String getNullInputBehavior(); Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -1741,7 +1741,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#packages Procedure#packages} --- @@ -1755,7 +1755,7 @@ public java.lang.String getReturnBehavior(); Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -1769,7 +1769,7 @@ public java.lang.String getRuntimeVersion(); Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#runtime_version Procedure#runtime_version} --- diff --git a/docs/procedure.python.md b/docs/procedure.python.md index 571f19129..c7f304fb7 100644 --- a/docs/procedure.python.md +++ b/docs/procedure.python.md @@ -4,7 +4,7 @@ ### Procedure -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure snowflake_procedure}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure snowflake_procedure}. #### Initializers @@ -60,7 +60,7 @@ procedure.Procedure( | comment | str | Specifies a comment for the procedure. | | execute_as | str | Sets execute context - see caller's rights and owner's rights. | | handler | str | The handler method for Java / Python procedures. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. | | imports | typing.List[str] | Imports for Java / Python procedures. | | language | str | Specifies the language of the stored procedure code. | | null_input_behavior | str | Specifies the behavior of the procedure when called with null inputs. | @@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#database Procedure#database} --- @@ -148,7 +148,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_type Procedure#return_type} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#schema Procedure#schema} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#statement Procedure#statement} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#arguments Procedure#arguments} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#comment Procedure#comment} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#handler Procedure#handler} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -241,7 +241,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#imports Procedure#imports} --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#language Procedure#language} --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -273,7 +273,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#packages Procedure#packages} --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#runtime_version Procedure#runtime_version} --- @@ -851,7 +851,7 @@ The construct id used in the generated config for the Procedure to import. The id of the existing Procedure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#import import section} in the documentation of this resource for the id to use --- @@ -1430,7 +1430,7 @@ name: str The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} --- @@ -1444,7 +1444,7 @@ type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#type Procedure#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#type Procedure#type} --- @@ -1502,7 +1502,7 @@ procedure.ProcedureConfig( | comment | str | Specifies a comment for the procedure. | | execute_as | str | Sets execute context - see caller's rights and owner's rights. | | handler | str | The handler method for Java / Python procedures. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. | | imports | typing.List[str] | Imports for Java / Python procedures. | | language | str | Specifies the language of the stored procedure code. | | null_input_behavior | str | Specifies the behavior of the procedure when called with null inputs. | @@ -1592,7 +1592,7 @@ database: str The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#database Procedure#database} --- @@ -1608,7 +1608,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} --- @@ -1622,7 +1622,7 @@ return_type: str The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_type Procedure#return_type} --- @@ -1636,7 +1636,7 @@ schema: str The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#schema Procedure#schema} --- @@ -1650,7 +1650,7 @@ statement: str Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#statement Procedure#statement} --- @@ -1664,7 +1664,7 @@ arguments: typing.Union[IResolvable, typing.List[ProcedureArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#arguments Procedure#arguments} --- @@ -1678,7 +1678,7 @@ comment: str Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#comment Procedure#comment} --- @@ -1692,7 +1692,7 @@ execute_as: str Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -1706,7 +1706,7 @@ handler: str The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#handler Procedure#handler} --- @@ -1718,7 +1718,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1737,7 +1737,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#imports Procedure#imports} --- @@ -1751,7 +1751,7 @@ language: str Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#language Procedure#language} --- @@ -1765,7 +1765,7 @@ null_input_behavior: str Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -1781,7 +1781,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#packages Procedure#packages} --- @@ -1795,7 +1795,7 @@ return_behavior: str Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -1809,7 +1809,7 @@ runtime_version: str Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#runtime_version Procedure#runtime_version} --- diff --git a/docs/procedure.typescript.md b/docs/procedure.typescript.md index 18e8af21b..ee20e8362 100644 --- a/docs/procedure.typescript.md +++ b/docs/procedure.typescript.md @@ -4,7 +4,7 @@ ### Procedure -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure snowflake_procedure}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure snowflake_procedure}. #### Initializers @@ -550,7 +550,7 @@ The construct id used in the generated config for the Procedure to import. The id of the existing Procedure that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#import import section} in the documentation of this resource for the id to use --- @@ -1126,7 +1126,7 @@ public readonly name: string; The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} --- @@ -1140,7 +1140,7 @@ public readonly type: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#type Procedure#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#type Procedure#type} --- @@ -1174,7 +1174,7 @@ const procedureConfig: procedure.ProcedureConfig = { ... } | comment | string | Specifies a comment for the procedure. | | executeAs | string | Sets execute context - see caller's rights and owner's rights. | | handler | string | The handler method for Java / Python procedures. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. | | imports | string[] | Imports for Java / Python procedures. | | language | string | Specifies the language of the stored procedure code. | | nullInputBehavior | string | Specifies the behavior of the procedure when called with null inputs. | @@ -1264,7 +1264,7 @@ public readonly database: string; The database in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#database Procedure#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#database Procedure#database} --- @@ -1280,7 +1280,7 @@ Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} --- @@ -1294,7 +1294,7 @@ public readonly returnType: string; The return type of the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_type Procedure#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_type Procedure#return_type} --- @@ -1308,7 +1308,7 @@ public readonly schema: string; The schema in which to create the procedure. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#schema Procedure#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#schema Procedure#schema} --- @@ -1322,7 +1322,7 @@ public readonly statement: string; Specifies the code used to create the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#statement Procedure#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#statement Procedure#statement} --- @@ -1336,7 +1336,7 @@ public readonly arguments: IResolvable | ProcedureArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#arguments Procedure#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#arguments Procedure#arguments} --- @@ -1350,7 +1350,7 @@ public readonly comment: string; Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#comment Procedure#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#comment Procedure#comment} --- @@ -1364,7 +1364,7 @@ public readonly executeAs: string; Sets execute context - see caller's rights and owner's rights. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#execute_as Procedure#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#execute_as Procedure#execute_as} --- @@ -1378,7 +1378,7 @@ public readonly handler: string; The handler method for Java / Python procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#handler Procedure#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#handler Procedure#handler} --- @@ -1390,7 +1390,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1409,7 +1409,7 @@ Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#imports Procedure#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#imports Procedure#imports} --- @@ -1423,7 +1423,7 @@ public readonly language: string; Specifies the language of the stored procedure code. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#language Procedure#language} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#language Procedure#language} --- @@ -1437,7 +1437,7 @@ public readonly nullInputBehavior: string; Specifies the behavior of the procedure when called with null inputs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} --- @@ -1453,7 +1453,7 @@ List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#packages Procedure#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#packages Procedure#packages} --- @@ -1467,7 +1467,7 @@ public readonly returnBehavior: string; Specifies the behavior of the function when returning results. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_behavior Procedure#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_behavior Procedure#return_behavior} --- @@ -1481,7 +1481,7 @@ public readonly runtimeVersion: string; Required for Python procedures. Specifies Python runtime version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#runtime_version Procedure#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#runtime_version Procedure#runtime_version} --- diff --git a/docs/procedureGrant.csharp.md b/docs/procedureGrant.csharp.md index 720238c72..ed8f68d4e 100644 --- a/docs/procedureGrant.csharp.md +++ b/docs/procedureGrant.csharp.md @@ -4,7 +4,7 @@ ### ProcedureGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant snowflake_procedure_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant snowflake_procedure_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ProcedureGrant to import. The id of the existing ProcedureGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use --- @@ -1064,7 +1064,7 @@ new ProcedureGrantConfig { | Roles | string[] | Grants privilege to these roles. | | ArgumentDataTypes | string[] | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | Privilege | string | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1156,7 +1156,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -1170,7 +1170,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -1184,7 +1184,7 @@ public string[] ArgumentDataTypes { get; set; } List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -1200,7 +1200,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -1212,7 +1212,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1231,7 +1231,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -1247,7 +1247,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -1261,7 +1261,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -1275,7 +1275,7 @@ public string ProcedureName { get; set; } The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -1291,7 +1291,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -1305,7 +1305,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -1319,7 +1319,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -1333,7 +1333,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- diff --git a/docs/procedureGrant.go.md b/docs/procedureGrant.go.md index 7c169aa0c..38716faf1 100644 --- a/docs/procedureGrant.go.md +++ b/docs/procedureGrant.go.md @@ -4,7 +4,7 @@ ### ProcedureGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant snowflake_procedure_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant snowflake_procedure_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ProcedureGrant to import. The id of the existing ProcedureGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use --- @@ -1064,7 +1064,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/proceduregran | Roles | *[]*string | Grants privilege to these roles. | | ArgumentDataTypes | *[]*string | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | Privilege | *string | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1156,7 +1156,7 @@ DatabaseName *string The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -1170,7 +1170,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -1184,7 +1184,7 @@ ArgumentDataTypes *[]*string List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -1200,7 +1200,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -1212,7 +1212,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1231,7 +1231,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -1247,7 +1247,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -1261,7 +1261,7 @@ Privilege *string The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -1275,7 +1275,7 @@ ProcedureName *string The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -1291,7 +1291,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -1305,7 +1305,7 @@ SchemaName *string The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -1319,7 +1319,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -1333,7 +1333,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- diff --git a/docs/procedureGrant.java.md b/docs/procedureGrant.java.md index 3d14b3861..151c4283c 100644 --- a/docs/procedureGrant.java.md +++ b/docs/procedureGrant.java.md @@ -4,7 +4,7 @@ ### ProcedureGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant snowflake_procedure_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant snowflake_procedure_grant}. #### Initializers @@ -58,7 +58,7 @@ ProcedureGrant.Builder.create(Construct scope, java.lang.String id) | roles | java.util.List | Grants privilege to these roles. | | argumentDataTypes | java.util.List | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -168,7 +168,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -191,7 +191,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -203,7 +203,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -235,7 +235,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- @@ -762,7 +762,7 @@ The construct id used in the generated config for the ProcedureGrant to import. The id of the existing ProcedureGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use --- @@ -1297,7 +1297,7 @@ ProcedureGrantConfig.builder() | roles | java.util.List | Grants privilege to these roles. | | argumentDataTypes | java.util.List | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1389,7 +1389,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -1403,7 +1403,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -1417,7 +1417,7 @@ public java.util.List getArgumentDataTypes(); List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -1433,7 +1433,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -1445,7 +1445,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1464,7 +1464,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -1480,7 +1480,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -1494,7 +1494,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -1508,7 +1508,7 @@ public java.lang.String getProcedureName(); The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -1524,7 +1524,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -1538,7 +1538,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -1552,7 +1552,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -1566,7 +1566,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- diff --git a/docs/procedureGrant.python.md b/docs/procedureGrant.python.md index 9c86be5d2..d38961cb3 100644 --- a/docs/procedureGrant.python.md +++ b/docs/procedureGrant.python.md @@ -4,7 +4,7 @@ ### ProcedureGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant snowflake_procedure_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant snowflake_procedure_grant}. #### Initializers @@ -52,7 +52,7 @@ procedureGrant.ProcedureGrant( | roles | typing.List[str] | Grants privilege to these roles. | | argument_data_types | typing.List[str] | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | privilege | str | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -162,7 +162,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -185,7 +185,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -197,7 +197,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -229,7 +229,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- @@ -802,7 +802,7 @@ The construct id used in the generated config for the ProcedureGrant to import. The id of the existing ProcedureGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use --- @@ -1329,7 +1329,7 @@ procedureGrant.ProcedureGrantConfig( | roles | typing.List[str] | Grants privilege to these roles. | | argument_data_types | typing.List[str] | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | privilege | str | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1421,7 +1421,7 @@ database_name: str The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -1435,7 +1435,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -1449,7 +1449,7 @@ argument_data_types: typing.List[str] List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -1465,7 +1465,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -1477,7 +1477,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1496,7 +1496,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -1512,7 +1512,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -1526,7 +1526,7 @@ privilege: str The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -1540,7 +1540,7 @@ procedure_name: str The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -1556,7 +1556,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -1570,7 +1570,7 @@ schema_name: str The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -1584,7 +1584,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -1598,7 +1598,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- diff --git a/docs/procedureGrant.typescript.md b/docs/procedureGrant.typescript.md index 7210094cd..108a392c6 100644 --- a/docs/procedureGrant.typescript.md +++ b/docs/procedureGrant.typescript.md @@ -4,7 +4,7 @@ ### ProcedureGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant snowflake_procedure_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant snowflake_procedure_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ProcedureGrant to import. The id of the existing ProcedureGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use --- @@ -1043,7 +1043,7 @@ const procedureGrantConfig: procedureGrant.ProcedureGrantConfig = { ... } | roles | string[] | Grants privilege to these roles. | | argumentDataTypes | string[] | List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. | | privilege | string | The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1135,7 +1135,7 @@ public readonly databaseName: string; The name of the database containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} --- @@ -1149,7 +1149,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#roles ProcedureGrant#roles} --- @@ -1163,7 +1163,7 @@ public readonly argumentDataTypes: string[]; List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} --- @@ -1179,7 +1179,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} --- @@ -1191,7 +1191,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1210,7 +1210,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} --- @@ -1226,7 +1226,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} --- @@ -1240,7 +1240,7 @@ public readonly privilege: string; The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} --- @@ -1254,7 +1254,7 @@ public readonly procedureName: string; The name of the procedure on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} --- @@ -1270,7 +1270,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} --- @@ -1284,7 +1284,7 @@ public readonly schemaName: string; The name of the schema containing the current or future procedures on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} --- @@ -1298,7 +1298,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#shares ProcedureGrant#shares} --- @@ -1312,7 +1312,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} --- diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index dc5b3eaed..6a6b769c4 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -4,7 +4,7 @@ ### SnowflakeProvider -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs snowflake}. #### Initializers @@ -541,7 +541,7 @@ The construct id used in the generated config for the SnowflakeProvider to impor The id of the existing SnowflakeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#import import section} in the documentation of this resource for the id to use --- @@ -1780,7 +1780,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#account SnowflakeProvider#account} --- @@ -1794,7 +1794,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#alias SnowflakeProvider#alias} --- @@ -1808,7 +1808,7 @@ public string Authenticator { get; set; } Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#authenticator SnowflakeProvider#authenticator} --- @@ -1822,7 +1822,7 @@ public object BrowserAuth { get; set; } Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -1836,7 +1836,7 @@ public string ClientIp { get; set; } IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_ip SnowflakeProvider#client_ip} --- @@ -1852,7 +1852,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -1868,7 +1868,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -1884,7 +1884,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -1898,7 +1898,7 @@ public object DisableQueryContextCache { get; set; } Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -1912,7 +1912,7 @@ public object DisableTelemetry { get; set; } Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -1928,7 +1928,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -1944,7 +1944,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#host SnowflakeProvider#host} --- @@ -1960,7 +1960,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -1976,7 +1976,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -1990,7 +1990,7 @@ public double JwtExpireTimeout { get; set; } JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -2006,7 +2006,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -2022,7 +2022,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -2038,7 +2038,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -2052,7 +2052,7 @@ public string OauthClientId { get; set; } Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -2066,7 +2066,7 @@ public string OauthClientSecret { get; set; } Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -2080,7 +2080,7 @@ public string OauthEndpoint { get; set; } Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -2094,7 +2094,7 @@ public string OauthRedirectUrl { get; set; } Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -2110,7 +2110,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -2126,7 +2126,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -2140,7 +2140,7 @@ public string OktaUrl { get; set; } The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#okta_url SnowflakeProvider#okta_url} --- @@ -2154,7 +2154,7 @@ public System.Collections.Generic.IDictionary Params { get; set; Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#params SnowflakeProvider#params} --- @@ -2170,7 +2170,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode SnowflakeProvider#passcode} --- @@ -2186,7 +2186,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2202,7 +2202,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#password SnowflakeProvider#password} --- @@ -2218,7 +2218,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#port SnowflakeProvider#port} --- @@ -2234,7 +2234,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key SnowflakeProvider#private_key} --- @@ -2250,7 +2250,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2266,7 +2266,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -2280,7 +2280,7 @@ public string Profile { get; set; } Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#profile SnowflakeProvider#profile} --- @@ -2294,7 +2294,7 @@ public string Protocol { get; set; } Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#protocol SnowflakeProvider#protocol} --- @@ -2310,7 +2310,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#region SnowflakeProvider#region} --- @@ -2326,7 +2326,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2342,7 +2342,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#role SnowflakeProvider#role} --- @@ -2356,7 +2356,7 @@ public System.Collections.Generic.IDictionary SessionParams { ge Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#session_params SnowflakeProvider#session_params} --- @@ -2372,7 +2372,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token SnowflakeProvider#token} --- @@ -2386,7 +2386,7 @@ public SnowflakeProviderTokenAccessor TokenAccessor { get; set; } token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -2400,7 +2400,7 @@ public string User { get; set; } Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#user SnowflakeProvider#user} --- @@ -2414,7 +2414,7 @@ public string Username { get; set; } Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#username SnowflakeProvider#username} --- @@ -2430,7 +2430,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -2446,7 +2446,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#warehouse SnowflakeProvider#warehouse} --- @@ -2490,7 +2490,7 @@ The client ID for the OAuth provider when using a refresh token to renew access Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_id SnowflakeProvider#client_id} --- @@ -2506,7 +2506,7 @@ The client secret for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_secret SnowflakeProvider#client_secret} --- @@ -2522,7 +2522,7 @@ The redirect URI for the OAuth provider when using a refresh token to renew acce Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -2538,7 +2538,7 @@ The refresh token for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -2552,7 +2552,7 @@ public string TokenEndpoint { get; set; } The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/provider.go.md b/docs/provider.go.md index a296fc4c2..02c80af46 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -4,7 +4,7 @@ ### SnowflakeProvider -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs snowflake}. #### Initializers @@ -541,7 +541,7 @@ The construct id used in the generated config for the SnowflakeProvider to impor The id of the existing SnowflakeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#import import section} in the documentation of this resource for the id to use --- @@ -1780,7 +1780,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#account SnowflakeProvider#account} --- @@ -1794,7 +1794,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#alias SnowflakeProvider#alias} --- @@ -1808,7 +1808,7 @@ Authenticator *string Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#authenticator SnowflakeProvider#authenticator} --- @@ -1822,7 +1822,7 @@ BrowserAuth interface{} Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -1836,7 +1836,7 @@ ClientIp *string IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_ip SnowflakeProvider#client_ip} --- @@ -1852,7 +1852,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -1868,7 +1868,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -1884,7 +1884,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -1898,7 +1898,7 @@ DisableQueryContextCache interface{} Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -1912,7 +1912,7 @@ DisableTelemetry interface{} Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -1928,7 +1928,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -1944,7 +1944,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#host SnowflakeProvider#host} --- @@ -1960,7 +1960,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -1976,7 +1976,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -1990,7 +1990,7 @@ JwtExpireTimeout *f64 JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -2006,7 +2006,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -2022,7 +2022,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -2038,7 +2038,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -2052,7 +2052,7 @@ OauthClientId *string Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -2066,7 +2066,7 @@ OauthClientSecret *string Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -2080,7 +2080,7 @@ OauthEndpoint *string Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -2094,7 +2094,7 @@ OauthRedirectUrl *string Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -2110,7 +2110,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -2126,7 +2126,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -2140,7 +2140,7 @@ OktaUrl *string The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#okta_url SnowflakeProvider#okta_url} --- @@ -2154,7 +2154,7 @@ Params *map[string]*string Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#params SnowflakeProvider#params} --- @@ -2170,7 +2170,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode SnowflakeProvider#passcode} --- @@ -2186,7 +2186,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2202,7 +2202,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#password SnowflakeProvider#password} --- @@ -2218,7 +2218,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#port SnowflakeProvider#port} --- @@ -2234,7 +2234,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key SnowflakeProvider#private_key} --- @@ -2250,7 +2250,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2266,7 +2266,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -2280,7 +2280,7 @@ Profile *string Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#profile SnowflakeProvider#profile} --- @@ -2294,7 +2294,7 @@ Protocol *string Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#protocol SnowflakeProvider#protocol} --- @@ -2310,7 +2310,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#region SnowflakeProvider#region} --- @@ -2326,7 +2326,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2342,7 +2342,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#role SnowflakeProvider#role} --- @@ -2356,7 +2356,7 @@ SessionParams *map[string]*string Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#session_params SnowflakeProvider#session_params} --- @@ -2372,7 +2372,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token SnowflakeProvider#token} --- @@ -2386,7 +2386,7 @@ TokenAccessor SnowflakeProviderTokenAccessor token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -2400,7 +2400,7 @@ User *string Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#user SnowflakeProvider#user} --- @@ -2414,7 +2414,7 @@ Username *string Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#username SnowflakeProvider#username} --- @@ -2430,7 +2430,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -2446,7 +2446,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#warehouse SnowflakeProvider#warehouse} --- @@ -2490,7 +2490,7 @@ The client ID for the OAuth provider when using a refresh token to renew access Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_id SnowflakeProvider#client_id} --- @@ -2506,7 +2506,7 @@ The client secret for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_secret SnowflakeProvider#client_secret} --- @@ -2522,7 +2522,7 @@ The redirect URI for the OAuth provider when using a refresh token to renew acce Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -2538,7 +2538,7 @@ The refresh token for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -2552,7 +2552,7 @@ TokenEndpoint *string The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/provider.java.md b/docs/provider.java.md index 3716d2457..d9f4942bf 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -4,7 +4,7 @@ ### SnowflakeProvider -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs snowflake}. #### Initializers @@ -148,7 +148,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#account SnowflakeProvider#account} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#alias SnowflakeProvider#alias} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#authenticator SnowflakeProvider#authenticator} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_ip SnowflakeProvider#client_ip} --- @@ -200,7 +200,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -212,7 +212,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -224,7 +224,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -256,7 +256,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -268,7 +268,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#host SnowflakeProvider#host} --- @@ -280,7 +280,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -292,7 +292,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -302,7 +302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -314,7 +314,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -326,7 +326,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -338,7 +338,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -348,7 +348,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -358,7 +358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -368,7 +368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -378,7 +378,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -390,7 +390,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -402,7 +402,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#okta_url SnowflakeProvider#okta_url} --- @@ -422,7 +422,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#params SnowflakeProvider#params} --- @@ -434,7 +434,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode SnowflakeProvider#passcode} --- @@ -446,7 +446,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -458,7 +458,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#password SnowflakeProvider#password} --- @@ -470,7 +470,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#port SnowflakeProvider#port} --- @@ -482,7 +482,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key SnowflakeProvider#private_key} --- @@ -494,7 +494,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -506,7 +506,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -516,7 +516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#profile SnowflakeProvider#profile} --- @@ -526,7 +526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#protocol SnowflakeProvider#protocol} --- @@ -538,7 +538,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#region SnowflakeProvider#region} --- @@ -550,7 +550,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -562,7 +562,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#role SnowflakeProvider#role} --- @@ -572,7 +572,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#session_params SnowflakeProvider#session_params} --- @@ -584,7 +584,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token SnowflakeProvider#token} --- @@ -594,7 +594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -604,7 +604,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#user SnowflakeProvider#user} --- @@ -614,7 +614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#username SnowflakeProvider#username} --- @@ -626,7 +626,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -638,7 +638,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#warehouse SnowflakeProvider#warehouse} --- @@ -1137,7 +1137,7 @@ The construct id used in the generated config for the SnowflakeProvider to impor The id of the existing SnowflakeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#import import section} in the documentation of this resource for the id to use --- @@ -2386,7 +2386,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#account SnowflakeProvider#account} --- @@ -2400,7 +2400,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#alias SnowflakeProvider#alias} --- @@ -2414,7 +2414,7 @@ public java.lang.String getAuthenticator(); Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#authenticator SnowflakeProvider#authenticator} --- @@ -2428,7 +2428,7 @@ public java.lang.Object getBrowserAuth(); Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -2442,7 +2442,7 @@ public java.lang.String getClientIp(); IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_ip SnowflakeProvider#client_ip} --- @@ -2458,7 +2458,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -2474,7 +2474,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -2490,7 +2490,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -2504,7 +2504,7 @@ public java.lang.Object getDisableQueryContextCache(); Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -2518,7 +2518,7 @@ public java.lang.Object getDisableTelemetry(); Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -2534,7 +2534,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -2550,7 +2550,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#host SnowflakeProvider#host} --- @@ -2566,7 +2566,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -2582,7 +2582,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -2596,7 +2596,7 @@ public java.lang.Number getJwtExpireTimeout(); JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -2612,7 +2612,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -2628,7 +2628,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -2644,7 +2644,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -2658,7 +2658,7 @@ public java.lang.String getOauthClientId(); Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -2672,7 +2672,7 @@ public java.lang.String getOauthClientSecret(); Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -2686,7 +2686,7 @@ public java.lang.String getOauthEndpoint(); Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -2700,7 +2700,7 @@ public java.lang.String getOauthRedirectUrl(); Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -2716,7 +2716,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -2732,7 +2732,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -2746,7 +2746,7 @@ public java.lang.String getOktaUrl(); The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#okta_url SnowflakeProvider#okta_url} --- @@ -2760,7 +2760,7 @@ public java.util.Map getParams(); Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#params SnowflakeProvider#params} --- @@ -2776,7 +2776,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode SnowflakeProvider#passcode} --- @@ -2792,7 +2792,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2808,7 +2808,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#password SnowflakeProvider#password} --- @@ -2824,7 +2824,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#port SnowflakeProvider#port} --- @@ -2840,7 +2840,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key SnowflakeProvider#private_key} --- @@ -2856,7 +2856,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2872,7 +2872,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -2886,7 +2886,7 @@ public java.lang.String getProfile(); Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#profile SnowflakeProvider#profile} --- @@ -2900,7 +2900,7 @@ public java.lang.String getProtocol(); Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#protocol SnowflakeProvider#protocol} --- @@ -2916,7 +2916,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#region SnowflakeProvider#region} --- @@ -2932,7 +2932,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2948,7 +2948,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#role SnowflakeProvider#role} --- @@ -2962,7 +2962,7 @@ public java.util.Map getSessionParams(); Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#session_params SnowflakeProvider#session_params} --- @@ -2978,7 +2978,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token SnowflakeProvider#token} --- @@ -2992,7 +2992,7 @@ public SnowflakeProviderTokenAccessor getTokenAccessor(); token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -3006,7 +3006,7 @@ public java.lang.String getUser(); Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#user SnowflakeProvider#user} --- @@ -3020,7 +3020,7 @@ public java.lang.String getUsername(); Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#username SnowflakeProvider#username} --- @@ -3036,7 +3036,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -3052,7 +3052,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#warehouse SnowflakeProvider#warehouse} --- @@ -3096,7 +3096,7 @@ The client ID for the OAuth provider when using a refresh token to renew access Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_id SnowflakeProvider#client_id} --- @@ -3112,7 +3112,7 @@ The client secret for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_secret SnowflakeProvider#client_secret} --- @@ -3128,7 +3128,7 @@ The redirect URI for the OAuth provider when using a refresh token to renew acce Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -3144,7 +3144,7 @@ The refresh token for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -3158,7 +3158,7 @@ public java.lang.String getTokenEndpoint(); The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/provider.python.md b/docs/provider.python.md index c0762621b..d66a50945 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -4,7 +4,7 @@ ### SnowflakeProvider -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs snowflake}. #### Initializers @@ -140,7 +140,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#account SnowflakeProvider#account} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#alias SnowflakeProvider#alias} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#authenticator SnowflakeProvider#authenticator} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_ip SnowflakeProvider#client_ip} --- @@ -192,7 +192,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -204,7 +204,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -216,7 +216,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -248,7 +248,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -260,7 +260,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#host SnowflakeProvider#host} --- @@ -272,7 +272,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -284,7 +284,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -294,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -306,7 +306,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -318,7 +318,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -330,7 +330,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -340,7 +340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -350,7 +350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -370,7 +370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -382,7 +382,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -394,7 +394,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -404,7 +404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#okta_url SnowflakeProvider#okta_url} --- @@ -414,7 +414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#params SnowflakeProvider#params} --- @@ -426,7 +426,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode SnowflakeProvider#passcode} --- @@ -438,7 +438,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -450,7 +450,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#password SnowflakeProvider#password} --- @@ -462,7 +462,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#port SnowflakeProvider#port} --- @@ -474,7 +474,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key SnowflakeProvider#private_key} --- @@ -486,7 +486,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -498,7 +498,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -508,7 +508,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#profile SnowflakeProvider#profile} --- @@ -518,7 +518,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#protocol SnowflakeProvider#protocol} --- @@ -530,7 +530,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#region SnowflakeProvider#region} --- @@ -542,7 +542,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -554,7 +554,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#role SnowflakeProvider#role} --- @@ -564,7 +564,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#session_params SnowflakeProvider#session_params} --- @@ -576,7 +576,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token SnowflakeProvider#token} --- @@ -586,7 +586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -596,7 +596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#user SnowflakeProvider#user} --- @@ -606,7 +606,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#username SnowflakeProvider#username} --- @@ -618,7 +618,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -630,7 +630,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#warehouse SnowflakeProvider#warehouse} --- @@ -1145,7 +1145,7 @@ The construct id used in the generated config for the SnowflakeProvider to impor The id of the existing SnowflakeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#import import section} in the documentation of this resource for the id to use --- @@ -2384,7 +2384,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#account SnowflakeProvider#account} --- @@ -2398,7 +2398,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#alias SnowflakeProvider#alias} --- @@ -2412,7 +2412,7 @@ authenticator: str Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#authenticator SnowflakeProvider#authenticator} --- @@ -2426,7 +2426,7 @@ browser_auth: typing.Union[bool, IResolvable] Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -2440,7 +2440,7 @@ client_ip: str IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_ip SnowflakeProvider#client_ip} --- @@ -2456,7 +2456,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -2472,7 +2472,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -2488,7 +2488,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -2502,7 +2502,7 @@ disable_query_context_cache: typing.Union[bool, IResolvable] Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -2516,7 +2516,7 @@ disable_telemetry: typing.Union[bool, IResolvable] Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -2532,7 +2532,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -2548,7 +2548,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#host SnowflakeProvider#host} --- @@ -2564,7 +2564,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -2580,7 +2580,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -2594,7 +2594,7 @@ jwt_expire_timeout: typing.Union[int, float] JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -2610,7 +2610,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -2626,7 +2626,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -2642,7 +2642,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -2656,7 +2656,7 @@ oauth_client_id: str Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -2670,7 +2670,7 @@ oauth_client_secret: str Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -2684,7 +2684,7 @@ oauth_endpoint: str Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -2698,7 +2698,7 @@ oauth_redirect_url: str Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -2714,7 +2714,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -2730,7 +2730,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -2744,7 +2744,7 @@ okta_url: str The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#okta_url SnowflakeProvider#okta_url} --- @@ -2758,7 +2758,7 @@ params: typing.Mapping[str] Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#params SnowflakeProvider#params} --- @@ -2774,7 +2774,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode SnowflakeProvider#passcode} --- @@ -2790,7 +2790,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2806,7 +2806,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#password SnowflakeProvider#password} --- @@ -2822,7 +2822,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#port SnowflakeProvider#port} --- @@ -2838,7 +2838,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key SnowflakeProvider#private_key} --- @@ -2854,7 +2854,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2870,7 +2870,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -2884,7 +2884,7 @@ profile: str Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#profile SnowflakeProvider#profile} --- @@ -2898,7 +2898,7 @@ protocol: str Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#protocol SnowflakeProvider#protocol} --- @@ -2914,7 +2914,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#region SnowflakeProvider#region} --- @@ -2930,7 +2930,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2946,7 +2946,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#role SnowflakeProvider#role} --- @@ -2960,7 +2960,7 @@ session_params: typing.Mapping[str] Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#session_params SnowflakeProvider#session_params} --- @@ -2976,7 +2976,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token SnowflakeProvider#token} --- @@ -2990,7 +2990,7 @@ token_accessor: SnowflakeProviderTokenAccessor token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -3004,7 +3004,7 @@ user: str Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#user SnowflakeProvider#user} --- @@ -3018,7 +3018,7 @@ username: str Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#username SnowflakeProvider#username} --- @@ -3034,7 +3034,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -3050,7 +3050,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#warehouse SnowflakeProvider#warehouse} --- @@ -3094,7 +3094,7 @@ The client ID for the OAuth provider when using a refresh token to renew access Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_id SnowflakeProvider#client_id} --- @@ -3110,7 +3110,7 @@ The client secret for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_secret SnowflakeProvider#client_secret} --- @@ -3126,7 +3126,7 @@ The redirect URI for the OAuth provider when using a refresh token to renew acce Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -3142,7 +3142,7 @@ The refresh token for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -3156,7 +3156,7 @@ token_endpoint: str The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index 7fe0fde66..181f5d13b 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -4,7 +4,7 @@ ### SnowflakeProvider -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs snowflake}. #### Initializers @@ -541,7 +541,7 @@ The construct id used in the generated config for the SnowflakeProvider to impor The id of the existing SnowflakeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#import import section} in the documentation of this resource for the id to use --- @@ -1734,7 +1734,7 @@ Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#account SnowflakeProvider#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#account SnowflakeProvider#account} --- @@ -1748,7 +1748,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#alias SnowflakeProvider#alias} --- @@ -1762,7 +1762,7 @@ public readonly authenticator: string; Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#authenticator SnowflakeProvider#authenticator} --- @@ -1776,7 +1776,7 @@ public readonly browserAuth: boolean | IResolvable; Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#browser_auth SnowflakeProvider#browser_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#browser_auth SnowflakeProvider#browser_auth} --- @@ -1790,7 +1790,7 @@ public readonly clientIp: string; IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_ip SnowflakeProvider#client_ip} --- @@ -1806,7 +1806,7 @@ When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -1822,7 +1822,7 @@ When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -1838,7 +1838,7 @@ The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -1852,7 +1852,7 @@ public readonly disableQueryContextCache: boolean | IResolvable; Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -1866,7 +1866,7 @@ public readonly disableTelemetry: boolean | IResolvable; Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -1882,7 +1882,7 @@ The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -1898,7 +1898,7 @@ Supports passing in a custom host value to the snowflake go driver for use with Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#host SnowflakeProvider#host} --- @@ -1914,7 +1914,7 @@ If true, bypass the Online Certificate Status Protocol (OCSP) certificate revoca IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -1930,7 +1930,7 @@ The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -1944,7 +1944,7 @@ public readonly jwtExpireTimeout: number; JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -1960,7 +1960,7 @@ Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -1976,7 +1976,7 @@ Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -1992,7 +1992,7 @@ Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_access_token SnowflakeProvider#oauth_access_token} --- @@ -2006,7 +2006,7 @@ public readonly oauthClientId: string; Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_id SnowflakeProvider#oauth_client_id} --- @@ -2020,7 +2020,7 @@ public readonly oauthClientSecret: string; Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} --- @@ -2034,7 +2034,7 @@ public readonly oauthEndpoint: string; Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} --- @@ -2048,7 +2048,7 @@ public readonly oauthRedirectUrl: string; Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} --- @@ -2064,7 +2064,7 @@ Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} --- @@ -2080,7 +2080,7 @@ True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -2094,7 +2094,7 @@ public readonly oktaUrl: string; The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#okta_url SnowflakeProvider#okta_url} --- @@ -2108,7 +2108,7 @@ public readonly params: {[ key: string ]: string}; Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#params SnowflakeProvider#params} --- @@ -2124,7 +2124,7 @@ Specifies the passcode provided by Duo when using multi-factor authentication (M Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode SnowflakeProvider#passcode} --- @@ -2140,7 +2140,7 @@ False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2156,7 +2156,7 @@ Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#password SnowflakeProvider#password} --- @@ -2172,7 +2172,7 @@ Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#port SnowflakeProvider#port} --- @@ -2188,7 +2188,7 @@ Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key SnowflakeProvider#private_key} --- @@ -2204,7 +2204,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2220,7 +2220,7 @@ Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_path SnowflakeProvider#private_key_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_path SnowflakeProvider#private_key_path} --- @@ -2234,7 +2234,7 @@ public readonly profile: string; Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#profile SnowflakeProvider#profile} --- @@ -2248,7 +2248,7 @@ public readonly protocol: string; Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#protocol SnowflakeProvider#protocol} --- @@ -2264,7 +2264,7 @@ Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#region SnowflakeProvider#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#region SnowflakeProvider#region} --- @@ -2280,7 +2280,7 @@ request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2296,7 +2296,7 @@ Specifies the role to use by default for accessing Snowflake objects in the clie Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#role SnowflakeProvider#role} --- @@ -2310,7 +2310,7 @@ public readonly sessionParams: {[ key: string ]: string}; Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#session_params SnowflakeProvider#session_params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#session_params SnowflakeProvider#session_params} --- @@ -2326,7 +2326,7 @@ Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token SnowflakeProvider#token} --- @@ -2340,7 +2340,7 @@ public readonly tokenAccessor: SnowflakeProviderTokenAccessor; token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -2354,7 +2354,7 @@ public readonly user: string; Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#user SnowflakeProvider#user} --- @@ -2368,7 +2368,7 @@ public readonly username: string; Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#username SnowflakeProvider#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#username SnowflakeProvider#username} --- @@ -2384,7 +2384,7 @@ True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -2400,7 +2400,7 @@ Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#warehouse SnowflakeProvider#warehouse} --- @@ -2438,7 +2438,7 @@ The client ID for the OAuth provider when using a refresh token to renew access Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_id SnowflakeProvider#client_id} --- @@ -2454,7 +2454,7 @@ The client secret for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_secret SnowflakeProvider#client_secret} --- @@ -2470,7 +2470,7 @@ The redirect URI for the OAuth provider when using a refresh token to renew acce Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -2486,7 +2486,7 @@ The refresh token for the OAuth provider when using a refresh token to renew acc Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -2500,7 +2500,7 @@ public readonly tokenEndpoint: string; The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/resourceMonitor.csharp.md b/docs/resourceMonitor.csharp.md index 538288b34..df8c7a17e 100644 --- a/docs/resourceMonitor.csharp.md +++ b/docs/resourceMonitor.csharp.md @@ -4,7 +4,7 @@ ### ResourceMonitor -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -551,7 +551,7 @@ The construct id used in the generated config for the ResourceMonitor to import. The id of the existing ResourceMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1101,7 +1101,7 @@ new ResourceMonitorConfig { | CreditQuota | double | The number of credits allocated monthly to the resource monitor. | | EndTimestamp | string | The date and time when the resource monitor suspends the assigned warehouses. | | Frequency | string | The frequency interval at which the credit usage resets to 0. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | | NotifyTriggers | double[] | A list of percentage thresholds at which to send an alert to subscribed users. | | NotifyUsers | string[] | Specifies the list of users to receive email notifications on resource monitors. | | SetForAccount | object | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -1194,7 +1194,7 @@ public string Name { get; set; } Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1208,7 +1208,7 @@ public double CreditQuota { get; set; } The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1222,7 +1222,7 @@ public string EndTimestamp { get; set; } The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1238,7 +1238,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1250,7 +1250,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1267,7 +1267,7 @@ public double[] NotifyTriggers { get; set; } A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1281,7 +1281,7 @@ public string[] NotifyUsers { get; set; } Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1295,7 +1295,7 @@ public object SetForAccount { get; set; } Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -1309,7 +1309,7 @@ public string StartTimestamp { get; set; } The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1323,7 +1323,7 @@ public double SuspendImmediateTrigger { get; set; } The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1337,7 +1337,7 @@ public double[] SuspendImmediateTriggers { get; set; } A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -1351,7 +1351,7 @@ public double SuspendTrigger { get; set; } The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -1365,7 +1365,7 @@ public double[] SuspendTriggers { get; set; } A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -1379,7 +1379,7 @@ public string[] Warehouses { get; set; } A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- diff --git a/docs/resourceMonitor.go.md b/docs/resourceMonitor.go.md index d58e0806a..a23bb53ed 100644 --- a/docs/resourceMonitor.go.md +++ b/docs/resourceMonitor.go.md @@ -4,7 +4,7 @@ ### ResourceMonitor -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -551,7 +551,7 @@ The construct id used in the generated config for the ResourceMonitor to import. The id of the existing ResourceMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1101,7 +1101,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/resourcemonit | CreditQuota | *f64 | The number of credits allocated monthly to the resource monitor. | | EndTimestamp | *string | The date and time when the resource monitor suspends the assigned warehouses. | | Frequency | *string | The frequency interval at which the credit usage resets to 0. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | | NotifyTriggers | *[]*f64 | A list of percentage thresholds at which to send an alert to subscribed users. | | NotifyUsers | *[]*string | Specifies the list of users to receive email notifications on resource monitors. | | SetForAccount | interface{} | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -1194,7 +1194,7 @@ Name *string Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1208,7 +1208,7 @@ CreditQuota *f64 The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1222,7 +1222,7 @@ EndTimestamp *string The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1238,7 +1238,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1250,7 +1250,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1267,7 +1267,7 @@ NotifyTriggers *[]*f64 A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1281,7 +1281,7 @@ NotifyUsers *[]*string Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1295,7 +1295,7 @@ SetForAccount interface{} Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -1309,7 +1309,7 @@ StartTimestamp *string The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1323,7 +1323,7 @@ SuspendImmediateTrigger *f64 The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1337,7 +1337,7 @@ SuspendImmediateTriggers *[]*f64 A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -1351,7 +1351,7 @@ SuspendTrigger *f64 The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -1365,7 +1365,7 @@ SuspendTriggers *[]*f64 A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -1379,7 +1379,7 @@ Warehouses *[]*string A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- diff --git a/docs/resourceMonitor.java.md b/docs/resourceMonitor.java.md index 4b0190469..b8eba3ab0 100644 --- a/docs/resourceMonitor.java.md +++ b/docs/resourceMonitor.java.md @@ -4,7 +4,7 @@ ### ResourceMonitor -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -56,7 +56,7 @@ ResourceMonitor.Builder.create(Construct scope, java.lang.String id) | creditQuota | java.lang.Number | The number of credits allocated monthly to the resource monitor. | | endTimestamp | java.lang.String | The date and time when the resource monitor suspends the assigned warehouses. | | frequency | java.lang.String | The frequency interval at which the credit usage resets to 0. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notifyTriggers | java.util.List | A list of percentage thresholds at which to send an alert to subscribed users. | | notifyUsers | java.util.List | Specifies the list of users to receive email notifications on resource monitors. | | setForAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -135,7 +135,7 @@ Must be unique amongst siblings in the same scope Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -167,7 +167,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#id ResourceMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -188,7 +188,7 @@ If you experience problems setting this value it might not be settable. Please t A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -258,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -268,7 +268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- @@ -779,7 +779,7 @@ The construct id used in the generated config for the ResourceMonitor to import. The id of the existing ResourceMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1334,7 +1334,7 @@ ResourceMonitorConfig.builder() | creditQuota | java.lang.Number | The number of credits allocated monthly to the resource monitor. | | endTimestamp | java.lang.String | The date and time when the resource monitor suspends the assigned warehouses. | | frequency | java.lang.String | The frequency interval at which the credit usage resets to 0. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notifyTriggers | java.util.List | A list of percentage thresholds at which to send an alert to subscribed users. | | notifyUsers | java.util.List | Specifies the list of users to receive email notifications on resource monitors. | | setForAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -1427,7 +1427,7 @@ public java.lang.String getName(); Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1441,7 +1441,7 @@ public java.lang.Number getCreditQuota(); The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1455,7 +1455,7 @@ public java.lang.String getEndTimestamp(); The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1471,7 +1471,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1483,7 +1483,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1500,7 +1500,7 @@ public java.util.List getNotifyTriggers(); A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1514,7 +1514,7 @@ public java.util.List getNotifyUsers(); Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1528,7 +1528,7 @@ public java.lang.Object getSetForAccount(); Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -1542,7 +1542,7 @@ public java.lang.String getStartTimestamp(); The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1556,7 +1556,7 @@ public java.lang.Number getSuspendImmediateTrigger(); The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1570,7 +1570,7 @@ public java.util.List getSuspendImmediateTriggers(); A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -1584,7 +1584,7 @@ public java.lang.Number getSuspendTrigger(); The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -1598,7 +1598,7 @@ public java.util.List getSuspendTriggers(); A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -1612,7 +1612,7 @@ public java.util.List getWarehouses(); A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- diff --git a/docs/resourceMonitor.python.md b/docs/resourceMonitor.python.md index e6a4cc7c0..2acbbc311 100644 --- a/docs/resourceMonitor.python.md +++ b/docs/resourceMonitor.python.md @@ -4,7 +4,7 @@ ### ResourceMonitor -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -53,7 +53,7 @@ resourceMonitor.ResourceMonitor( | credit_quota | typing.Union[int, float] | The number of credits allocated monthly to the resource monitor. | | end_timestamp | str | The date and time when the resource monitor suspends the assigned warehouses. | | frequency | str | The frequency interval at which the credit usage resets to 0. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notify_triggers | typing.List[typing.Union[int, float]] | A list of percentage thresholds at which to send an alert to subscribed users. | | notify_users | typing.List[str] | Specifies the list of users to receive email notifications on resource monitors. | | set_for_account | typing.Union[bool, cdktf.IResolvable] | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -164,7 +164,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#id ResourceMonitor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -185,7 +185,7 @@ If you experience problems setting this value it might not be settable. Please t A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- @@ -822,7 +822,7 @@ The construct id used in the generated config for the ResourceMonitor to import. The id of the existing ResourceMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1372,7 +1372,7 @@ resourceMonitor.ResourceMonitorConfig( | credit_quota | typing.Union[int, float] | The number of credits allocated monthly to the resource monitor. | | end_timestamp | str | The date and time when the resource monitor suspends the assigned warehouses. | | frequency | str | The frequency interval at which the credit usage resets to 0. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notify_triggers | typing.List[typing.Union[int, float]] | A list of percentage thresholds at which to send an alert to subscribed users. | | notify_users | typing.List[str] | Specifies the list of users to receive email notifications on resource monitors. | | set_for_account | typing.Union[bool, cdktf.IResolvable] | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -1465,7 +1465,7 @@ name: str Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1479,7 +1479,7 @@ credit_quota: typing.Union[int, float] The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1493,7 +1493,7 @@ end_timestamp: str The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1509,7 +1509,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1521,7 +1521,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1538,7 +1538,7 @@ notify_triggers: typing.List[typing.Union[int, float]] A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1552,7 +1552,7 @@ notify_users: typing.List[str] Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1566,7 +1566,7 @@ set_for_account: typing.Union[bool, IResolvable] Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -1580,7 +1580,7 @@ start_timestamp: str The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1594,7 +1594,7 @@ suspend_immediate_trigger: typing.Union[int, float] The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1608,7 +1608,7 @@ suspend_immediate_triggers: typing.List[typing.Union[int, float]] A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -1622,7 +1622,7 @@ suspend_trigger: typing.Union[int, float] The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -1636,7 +1636,7 @@ suspend_triggers: typing.List[typing.Union[int, float]] A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -1650,7 +1650,7 @@ warehouses: typing.List[str] A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- diff --git a/docs/resourceMonitor.typescript.md b/docs/resourceMonitor.typescript.md index a521cfd10..0dade6a53 100644 --- a/docs/resourceMonitor.typescript.md +++ b/docs/resourceMonitor.typescript.md @@ -4,7 +4,7 @@ ### ResourceMonitor -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -551,7 +551,7 @@ The construct id used in the generated config for the ResourceMonitor to import. The id of the existing ResourceMonitor that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1079,7 +1079,7 @@ const resourceMonitorConfig: resourceMonitor.ResourceMonitorConfig = { ... } | creditQuota | number | The number of credits allocated monthly to the resource monitor. | | endTimestamp | string | The date and time when the resource monitor suspends the assigned warehouses. | | frequency | string | The frequency interval at which the credit usage resets to 0. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notifyTriggers | number[] | A list of percentage thresholds at which to send an alert to subscribed users. | | notifyUsers | string[] | Specifies the list of users to receive email notifications on resource monitors. | | setForAccount | boolean \| cdktf.IResolvable | Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). | @@ -1172,7 +1172,7 @@ public readonly name: string; Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1186,7 +1186,7 @@ public readonly creditQuota: number; The number of credits allocated monthly to the resource monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1200,7 +1200,7 @@ public readonly endTimestamp: string; The date and time when the resource monitor suspends the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1216,7 +1216,7 @@ The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1228,7 +1228,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1245,7 +1245,7 @@ public readonly notifyTriggers: number[]; A list of percentage thresholds at which to send an alert to subscribed users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1259,7 +1259,7 @@ public readonly notifyUsers: string[]; Specifies the list of users to receive email notifications on resource monitors. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1273,7 +1273,7 @@ public readonly setForAccount: boolean | IResolvable; Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} --- @@ -1287,7 +1287,7 @@ public readonly startTimestamp: string; The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1301,7 +1301,7 @@ public readonly suspendImmediateTrigger: number; The number that represents the percentage threshold at which to immediately suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1315,7 +1315,7 @@ public readonly suspendImmediateTriggers: number[]; A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} --- @@ -1329,7 +1329,7 @@ public readonly suspendTrigger: number; The number that represents the percentage threshold at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -1343,7 +1343,7 @@ public readonly suspendTriggers: number[]; A list of percentage thresholds at which to suspend all warehouses. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} --- @@ -1357,7 +1357,7 @@ public readonly warehouses: string[]; A list of warehouses to apply the resource monitor to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} --- diff --git a/docs/resourceMonitorGrant.csharp.md b/docs/resourceMonitorGrant.csharp.md index 968e15c07..d2c83fa86 100644 --- a/docs/resourceMonitorGrant.csharp.md +++ b/docs/resourceMonitorGrant.csharp.md @@ -4,7 +4,7 @@ ### ResourceMonitorGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the ResourceMonitorGrant to im The id of the existing ResourceMonitorGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use --- @@ -859,7 +859,7 @@ new ResourceMonitorGrantConfig { | Provisioners | object[] | *No description.* | | MonitorName | string | Identifier for the resource monitor; must be unique for your account. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | Privilege | string | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | Roles | string[] | Grants privilege to these roles. | | WithGrantOption | object | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -946,7 +946,7 @@ public string MonitorName { get; set; } Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -962,7 +962,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -974,7 +974,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -991,7 +991,7 @@ public string Privilege { get; set; } The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -1005,7 +1005,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -1019,7 +1019,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- diff --git a/docs/resourceMonitorGrant.go.md b/docs/resourceMonitorGrant.go.md index 5d46a49de..4bcff4015 100644 --- a/docs/resourceMonitorGrant.go.md +++ b/docs/resourceMonitorGrant.go.md @@ -4,7 +4,7 @@ ### ResourceMonitorGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the ResourceMonitorGrant to im The id of the existing ResourceMonitorGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use --- @@ -859,7 +859,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/resourcemonit | Provisioners | *[]interface{} | *No description.* | | MonitorName | *string | Identifier for the resource monitor; must be unique for your account. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | Privilege | *string | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | Roles | *[]*string | Grants privilege to these roles. | | WithGrantOption | interface{} | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -946,7 +946,7 @@ MonitorName *string Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -962,7 +962,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -974,7 +974,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -991,7 +991,7 @@ Privilege *string The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -1005,7 +1005,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -1019,7 +1019,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- diff --git a/docs/resourceMonitorGrant.java.md b/docs/resourceMonitorGrant.java.md index a55cbfa13..5aeba174b 100644 --- a/docs/resourceMonitorGrant.java.md +++ b/docs/resourceMonitorGrant.java.md @@ -4,7 +4,7 @@ ### ResourceMonitorGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. #### Initializers @@ -47,7 +47,7 @@ ResourceMonitorGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | monitorName | java.lang.String | Identifier for the resource monitor; must be unique for your account. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | privilege | java.lang.String | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | roles | java.util.List | Grants privilege to these roles. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -132,7 +132,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- @@ -628,7 +628,7 @@ The construct id used in the generated config for the ResourceMonitorGrant to im The id of the existing ResourceMonitorGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use --- @@ -998,7 +998,7 @@ ResourceMonitorGrantConfig.builder() | provisioners | java.util.List | *No description.* | | monitorName | java.lang.String | Identifier for the resource monitor; must be unique for your account. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | privilege | java.lang.String | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | roles | java.util.List | Grants privilege to these roles. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1085,7 +1085,7 @@ public java.lang.String getMonitorName(); Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -1101,7 +1101,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -1113,7 +1113,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1130,7 +1130,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -1144,7 +1144,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -1158,7 +1158,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- diff --git a/docs/resourceMonitorGrant.python.md b/docs/resourceMonitorGrant.python.md index 40ea490f2..c83f97e0c 100644 --- a/docs/resourceMonitorGrant.python.md +++ b/docs/resourceMonitorGrant.python.md @@ -4,7 +4,7 @@ ### ResourceMonitorGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. #### Initializers @@ -43,7 +43,7 @@ resourceMonitorGrant.ResourceMonitorGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | monitor_name | str | Identifier for the resource monitor; must be unique for your account. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | privilege | str | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | roles | typing.List[str] | Grants privilege to these roles. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -128,7 +128,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -149,7 +149,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- @@ -670,7 +670,7 @@ The construct id used in the generated config for the ResourceMonitorGrant to im The id of the existing ResourceMonitorGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use --- @@ -1034,7 +1034,7 @@ resourceMonitorGrant.ResourceMonitorGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | monitor_name | str | Identifier for the resource monitor; must be unique for your account. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | privilege | str | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | roles | typing.List[str] | Grants privilege to these roles. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1121,7 +1121,7 @@ monitor_name: str Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -1137,7 +1137,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -1149,7 +1149,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1166,7 +1166,7 @@ privilege: str The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -1180,7 +1180,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -1194,7 +1194,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- diff --git a/docs/resourceMonitorGrant.typescript.md b/docs/resourceMonitorGrant.typescript.md index 040a0790b..e7030659f 100644 --- a/docs/resourceMonitorGrant.typescript.md +++ b/docs/resourceMonitorGrant.typescript.md @@ -4,7 +4,7 @@ ### ResourceMonitorGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the ResourceMonitorGrant to im The id of the existing ResourceMonitorGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use --- @@ -845,7 +845,7 @@ const resourceMonitorGrantConfig: resourceMonitorGrant.ResourceMonitorGrantConfi | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | monitorName | string | Identifier for the resource monitor; must be unique for your account. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. | | privilege | string | The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. | | roles | string[] | Grants privilege to these roles. | | withGrantOption | boolean \| cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -932,7 +932,7 @@ public readonly monitorName: string; Identifier for the resource monitor; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} --- @@ -948,7 +948,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} --- @@ -960,7 +960,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -977,7 +977,7 @@ public readonly privilege: string; The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} --- @@ -991,7 +991,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} --- @@ -1005,7 +1005,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} --- diff --git a/docs/role.csharp.md b/docs/role.csharp.md index 8cc11cbae..50c72c5dc 100644 --- a/docs/role.csharp.md +++ b/docs/role.csharp.md @@ -4,7 +4,7 @@ ### Role -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role snowflake_role}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the Role to import. The id of the existing Role that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#import import section} in the documentation of this resource for the id to use --- @@ -810,9 +810,9 @@ new RoleConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. | | Tag | object | tag block. | --- @@ -895,7 +895,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. --- @@ -907,7 +907,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. --- @@ -919,7 +919,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -936,7 +936,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#tag Role#tag} --- @@ -976,7 +976,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name} --- @@ -990,7 +990,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#value Role#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#value Role#value} --- @@ -1004,7 +1004,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#database Role#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#database Role#database} --- @@ -1018,7 +1018,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#schema Role#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#schema Role#schema} --- diff --git a/docs/role.go.md b/docs/role.go.md index 83cbd00a3..b5c5e45d3 100644 --- a/docs/role.go.md +++ b/docs/role.go.md @@ -4,7 +4,7 @@ ### Role -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role snowflake_role}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the Role to import. The id of the existing Role that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#import import section} in the documentation of this resource for the id to use --- @@ -810,9 +810,9 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/role" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. | | Tag | interface{} | tag block. | --- @@ -895,7 +895,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. --- @@ -907,7 +907,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. --- @@ -919,7 +919,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -936,7 +936,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#tag Role#tag} --- @@ -976,7 +976,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name} --- @@ -990,7 +990,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#value Role#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#value Role#value} --- @@ -1004,7 +1004,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#database Role#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#database Role#database} --- @@ -1018,7 +1018,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#schema Role#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#schema Role#schema} --- diff --git a/docs/role.java.md b/docs/role.java.md index efa299986..48c1f34f9 100644 --- a/docs/role.java.md +++ b/docs/role.java.md @@ -4,7 +4,7 @@ ### Role -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role snowflake_role}. #### Initializers @@ -42,9 +42,9 @@ Role.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<RoleTag> | tag block. | --- @@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. --- @@ -121,7 +121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -142,7 +142,7 @@ If you experience problems setting this value it might not be settable. Please t tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#tag Role#tag} --- @@ -596,7 +596,7 @@ The construct id used in the generated config for the Role to import. The id of the existing Role that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#import import section} in the documentation of this resource for the id to use --- @@ -917,9 +917,9 @@ RoleConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<RoleTag> | tag block. | --- @@ -1002,7 +1002,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. --- @@ -1014,7 +1014,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. --- @@ -1026,7 +1026,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1043,7 +1043,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#tag Role#tag} --- @@ -1083,7 +1083,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name} --- @@ -1097,7 +1097,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#value Role#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#value Role#value} --- @@ -1111,7 +1111,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#database Role#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#database Role#database} --- @@ -1125,7 +1125,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#schema Role#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#schema Role#schema} --- diff --git a/docs/role.python.md b/docs/role.python.md index 9164863a0..55e696e0e 100644 --- a/docs/role.python.md +++ b/docs/role.python.md @@ -4,7 +4,7 @@ ### Role -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role snowflake_role}. #### Initializers @@ -39,9 +39,9 @@ role.Role( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. | | tag | typing.Union[cdktf.IResolvable, typing.List[RoleTag]] | tag block. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -139,7 +139,7 @@ If you experience problems setting this value it might not be settable. Please t tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#tag Role#tag} --- @@ -641,7 +641,7 @@ The construct id used in the generated config for the Role to import. The id of the existing Role that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#import import section} in the documentation of this resource for the id to use --- @@ -957,9 +957,9 @@ role.RoleConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. | | tag | typing.Union[cdktf.IResolvable, typing.List[RoleTag]] | tag block. | --- @@ -1042,7 +1042,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. --- @@ -1054,7 +1054,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. --- @@ -1066,7 +1066,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1083,7 +1083,7 @@ tag: typing.Union[IResolvable, typing.List[RoleTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#tag Role#tag} --- @@ -1123,7 +1123,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name} --- @@ -1137,7 +1137,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#value Role#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#value Role#value} --- @@ -1151,7 +1151,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#database Role#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#database Role#database} --- @@ -1165,7 +1165,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#schema Role#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#schema Role#schema} --- diff --git a/docs/role.typescript.md b/docs/role.typescript.md index 5766d15df..8a9c45854 100644 --- a/docs/role.typescript.md +++ b/docs/role.typescript.md @@ -4,7 +4,7 @@ ### Role -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role snowflake_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role snowflake_role}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the Role to import. The id of the existing Role that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#import import section} in the documentation of this resource for the id to use --- @@ -798,9 +798,9 @@ const roleConfig: role.RoleConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. | | tag | cdktf.IResolvable \| RoleTag[] | tag block. | --- @@ -883,7 +883,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name}. --- @@ -895,7 +895,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment}. --- @@ -907,7 +907,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -924,7 +924,7 @@ public readonly tag: IResolvable | RoleTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#tag Role#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#tag Role#tag} --- @@ -959,7 +959,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name} --- @@ -973,7 +973,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#value Role#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#value Role#value} --- @@ -987,7 +987,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#database Role#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#database Role#database} --- @@ -1001,7 +1001,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#schema Role#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#schema Role#schema} --- diff --git a/docs/roleGrants.csharp.md b/docs/roleGrants.csharp.md index 3ab47dd48..c5693b9ae 100644 --- a/docs/roleGrants.csharp.md +++ b/docs/roleGrants.csharp.md @@ -4,7 +4,7 @@ ### RoleGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants snowflake_role_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants snowflake_role_grants}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the RoleGrants to import. The id of the existing RoleGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ new RoleGrantsConfig { | Provisioners | object[] | *No description.* | | RoleName | string | The name of the role we are granting. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. | | Roles | string[] | Grants role to this specified role. | | Users | string[] | Grants role to this specified user. | @@ -915,7 +915,7 @@ public string RoleName { get; set; } The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -931,7 +931,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -943,7 +943,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -960,7 +960,7 @@ public string[] Roles { get; set; } Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -974,7 +974,7 @@ public string[] Users { get; set; } Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#users RoleGrants#users} --- diff --git a/docs/roleGrants.go.md b/docs/roleGrants.go.md index 57269918f..e30b6e8ac 100644 --- a/docs/roleGrants.go.md +++ b/docs/roleGrants.go.md @@ -4,7 +4,7 @@ ### RoleGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants snowflake_role_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants snowflake_role_grants}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the RoleGrants to import. The id of the existing RoleGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/rolegrants" | Provisioners | *[]interface{} | *No description.* | | RoleName | *string | The name of the role we are granting. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. | | Roles | *[]*string | Grants role to this specified role. | | Users | *[]*string | Grants role to this specified user. | @@ -915,7 +915,7 @@ RoleName *string The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -931,7 +931,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -943,7 +943,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -960,7 +960,7 @@ Roles *[]*string Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -974,7 +974,7 @@ Users *[]*string Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#users RoleGrants#users} --- diff --git a/docs/roleGrants.java.md b/docs/roleGrants.java.md index 637fab5ff..9c55e7a67 100644 --- a/docs/roleGrants.java.md +++ b/docs/roleGrants.java.md @@ -4,7 +4,7 @@ ### RoleGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants snowflake_role_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants snowflake_role_grants}. #### Initializers @@ -45,7 +45,7 @@ RoleGrants.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | roleName | java.lang.String | The name of the role we are granting. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. | | roles | java.util.List | Grants role to this specified role. | | users | java.util.List | Grants role to this specified user. | @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -129,7 +129,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -150,7 +150,7 @@ If you experience problems setting this value it might not be settable. Please t Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#users RoleGrants#users} --- @@ -608,7 +608,7 @@ The construct id used in the generated config for the RoleGrants to import. The id of the existing RoleGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use --- @@ -954,7 +954,7 @@ RoleGrantsConfig.builder() | provisioners | java.util.List | *No description.* | | roleName | java.lang.String | The name of the role we are granting. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. | | roles | java.util.List | Grants role to this specified role. | | users | java.util.List | Grants role to this specified user. | @@ -1040,7 +1040,7 @@ public java.lang.String getRoleName(); The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -1056,7 +1056,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -1068,7 +1068,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1085,7 +1085,7 @@ public java.util.List getRoles(); Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -1099,7 +1099,7 @@ public java.util.List getUsers(); Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#users RoleGrants#users} --- diff --git a/docs/roleGrants.python.md b/docs/roleGrants.python.md index 3c4b7430b..a65a34a55 100644 --- a/docs/roleGrants.python.md +++ b/docs/roleGrants.python.md @@ -4,7 +4,7 @@ ### RoleGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants snowflake_role_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants snowflake_role_grants}. #### Initializers @@ -42,7 +42,7 @@ roleGrants.RoleGrants( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | role_name | str | The name of the role we are granting. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. | | roles | typing.List[str] | Grants role to this specified role. | | users | typing.List[str] | Grants role to this specified user. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -126,7 +126,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ If you experience problems setting this value it might not be settable. Please t Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#users RoleGrants#users} --- @@ -651,7 +651,7 @@ The construct id used in the generated config for the RoleGrants to import. The id of the existing RoleGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use --- @@ -992,7 +992,7 @@ roleGrants.RoleGrantsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | role_name | str | The name of the role we are granting. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. | | roles | typing.List[str] | Grants role to this specified role. | | users | typing.List[str] | Grants role to this specified user. | @@ -1078,7 +1078,7 @@ role_name: str The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -1094,7 +1094,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -1106,7 +1106,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1123,7 +1123,7 @@ roles: typing.List[str] Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -1137,7 +1137,7 @@ users: typing.List[str] Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#users RoleGrants#users} --- diff --git a/docs/roleGrants.typescript.md b/docs/roleGrants.typescript.md index c3a9739a5..0dd78baa6 100644 --- a/docs/roleGrants.typescript.md +++ b/docs/roleGrants.typescript.md @@ -4,7 +4,7 @@ ### RoleGrants -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants snowflake_role_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants snowflake_role_grants}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the RoleGrants to import. The id of the existing RoleGrants that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use --- @@ -816,7 +816,7 @@ const roleGrantsConfig: roleGrants.RoleGrantsConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | roleName | string | The name of the role we are granting. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. | | roles | string[] | Grants role to this specified role. | | users | string[] | Grants role to this specified user. | @@ -902,7 +902,7 @@ public readonly roleName: string; The name of the role we are granting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#role_name RoleGrants#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#role_name RoleGrants#role_name} --- @@ -918,7 +918,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} --- @@ -930,7 +930,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -947,7 +947,7 @@ public readonly roles: string[]; Grants role to this specified role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#roles RoleGrants#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#roles RoleGrants#roles} --- @@ -961,7 +961,7 @@ public readonly users: string[]; Grants role to this specified user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#users RoleGrants#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#users RoleGrants#users} --- diff --git a/docs/roleOwnershipGrant.csharp.md b/docs/roleOwnershipGrant.csharp.md index ba6345b57..d17111ca1 100644 --- a/docs/roleOwnershipGrant.csharp.md +++ b/docs/roleOwnershipGrant.csharp.md @@ -4,7 +4,7 @@ ### RoleOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the RoleOwnershipGrant to impo The id of the existing RoleOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -823,7 +823,7 @@ new RoleOwnershipGrantConfig { | OnRoleName | string | The name of the role ownership is granted on. | | ToRoleName | string | The name of the role to grant ownership. | | CurrentGrants | string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | --- @@ -908,7 +908,7 @@ public string OnRoleName { get; set; } The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -924,7 +924,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -938,7 +938,7 @@ public string CurrentGrants { get; set; } Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -950,7 +950,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -967,7 +967,7 @@ public string RevertOwnershipToRoleName { get; set; } The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/roleOwnershipGrant.go.md b/docs/roleOwnershipGrant.go.md index d4cd279c2..7bc749ae1 100644 --- a/docs/roleOwnershipGrant.go.md +++ b/docs/roleOwnershipGrant.go.md @@ -4,7 +4,7 @@ ### RoleOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the RoleOwnershipGrant to impo The id of the existing RoleOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -823,7 +823,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/roleownership | OnRoleName | *string | The name of the role ownership is granted on. | | ToRoleName | *string | The name of the role to grant ownership. | | CurrentGrants | *string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | --- @@ -908,7 +908,7 @@ OnRoleName *string The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -924,7 +924,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -938,7 +938,7 @@ CurrentGrants *string Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -950,7 +950,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -967,7 +967,7 @@ RevertOwnershipToRoleName *string The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/roleOwnershipGrant.java.md b/docs/roleOwnershipGrant.java.md index 455c45211..4aacd987e 100644 --- a/docs/roleOwnershipGrant.java.md +++ b/docs/roleOwnershipGrant.java.md @@ -4,7 +4,7 @@ ### RoleOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. #### Initializers @@ -45,7 +45,7 @@ RoleOwnershipGrant.Builder.create(Construct scope, java.lang.String id) | onRoleName | java.lang.String | The name of the role ownership is granted on. | | toRoleName | java.lang.String | The name of the role to grant ownership. | | currentGrants | java.lang.String | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -128,7 +128,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -159,7 +159,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- @@ -600,7 +600,7 @@ The construct id used in the generated config for the RoleOwnershipGrant to impo The id of the existing RoleOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -946,7 +946,7 @@ RoleOwnershipGrantConfig.builder() | onRoleName | java.lang.String | The name of the role ownership is granted on. | | toRoleName | java.lang.String | The name of the role to grant ownership. | | currentGrants | java.lang.String | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | --- @@ -1031,7 +1031,7 @@ public java.lang.String getOnRoleName(); The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -1047,7 +1047,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -1061,7 +1061,7 @@ public java.lang.String getCurrentGrants(); Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -1073,7 +1073,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1090,7 +1090,7 @@ public java.lang.String getRevertOwnershipToRoleName(); The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/roleOwnershipGrant.python.md b/docs/roleOwnershipGrant.python.md index 8ed1b25ee..745051a13 100644 --- a/docs/roleOwnershipGrant.python.md +++ b/docs/roleOwnershipGrant.python.md @@ -4,7 +4,7 @@ ### RoleOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. #### Initializers @@ -43,7 +43,7 @@ roleOwnershipGrant.RoleOwnershipGrant( | on_role_name | str | The name of the role ownership is granted on. | | to_role_name | str | The name of the role to grant ownership. | | current_grants | str | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -126,7 +126,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- @@ -644,7 +644,7 @@ The construct id used in the generated config for the RoleOwnershipGrant to impo The id of the existing RoleOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -986,7 +986,7 @@ roleOwnershipGrant.RoleOwnershipGrantConfig( | on_role_name | str | The name of the role ownership is granted on. | | to_role_name | str | The name of the role to grant ownership. | | current_grants | str | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | --- @@ -1071,7 +1071,7 @@ on_role_name: str The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -1087,7 +1087,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -1101,7 +1101,7 @@ current_grants: str Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -1113,7 +1113,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1130,7 +1130,7 @@ revert_ownership_to_role_name: str The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/roleOwnershipGrant.typescript.md b/docs/roleOwnershipGrant.typescript.md index 8e31f6095..c0ec57088 100644 --- a/docs/roleOwnershipGrant.typescript.md +++ b/docs/roleOwnershipGrant.typescript.md @@ -4,7 +4,7 @@ ### RoleOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant snowflake_role_ownership_grant}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the RoleOwnershipGrant to impo The id of the existing RoleOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ const roleOwnershipGrantConfig: roleOwnershipGrant.RoleOwnershipGrantConfig = { | onRoleName | string | The name of the role ownership is granted on. | | toRoleName | string | The name of the role to grant ownership. | | currentGrants | string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | --- @@ -895,7 +895,7 @@ public readonly onRoleName: string; The name of the role ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} --- @@ -911,7 +911,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} --- @@ -925,7 +925,7 @@ public readonly currentGrants: string; Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} --- @@ -937,7 +937,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -954,7 +954,7 @@ public readonly revertOwnershipToRoleName: string; The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/rowAccessPolicy.csharp.md b/docs/rowAccessPolicy.csharp.md index c97519dd5..ebb5ac740 100644 --- a/docs/rowAccessPolicy.csharp.md +++ b/docs/rowAccessPolicy.csharp.md @@ -4,7 +4,7 @@ ### RowAccessPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RowAccessPolicy to import. The id of the existing RowAccessPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -865,7 +865,7 @@ new RowAccessPolicyConfig { | Schema | string | The schema in which to create the row access policy. | | Signature | System.Collections.Generic.IDictionary | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | Comment | string | Specifies a comment for the row access policy. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -949,7 +949,7 @@ public string Database { get; set; } The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -965,7 +965,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -979,7 +979,7 @@ public string RowAccessExpression { get; set; } Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -993,7 +993,7 @@ public string Schema { get; set; } The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1009,7 +1009,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -1023,7 +1023,7 @@ public string Comment { get; set; } Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1035,7 +1035,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 35f4a1149..b9607ebfe 100644 --- a/docs/rowAccessPolicy.go.md +++ b/docs/rowAccessPolicy.go.md @@ -4,7 +4,7 @@ ### RowAccessPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RowAccessPolicy to import. The id of the existing RowAccessPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -865,7 +865,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/rowaccesspoli | Schema | *string | The schema in which to create the row access policy. | | Signature | *map[string]*string | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | Comment | *string | Specifies a comment for the row access policy. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -949,7 +949,7 @@ Database *string The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -965,7 +965,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -979,7 +979,7 @@ RowAccessExpression *string Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -993,7 +993,7 @@ Schema *string The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1009,7 +1009,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -1023,7 +1023,7 @@ Comment *string Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1035,7 +1035,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 8e87b79e2..fbec0b352 100644 --- a/docs/rowAccessPolicy.java.md +++ b/docs/rowAccessPolicy.java.md @@ -4,7 +4,7 @@ ### RowAccessPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -50,7 +50,7 @@ RowAccessPolicy.Builder.create(Construct scope, java.lang.String id) | schema | java.lang.String | The schema in which to create the row access policy. | | signature | java.util.Map | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | comment | java.lang.String | Specifies a comment for the row access policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -132,7 +132,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -164,7 +164,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -619,7 +619,7 @@ The construct id used in the generated config for the RowAccessPolicy to import. The id of the existing RowAccessPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -1014,7 +1014,7 @@ RowAccessPolicyConfig.builder() | schema | java.lang.String | The schema in which to create the row access policy. | | signature | java.util.Map | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | comment | java.lang.String | Specifies a comment for the row access policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -1098,7 +1098,7 @@ public java.lang.String getDatabase(); The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -1114,7 +1114,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -1128,7 +1128,7 @@ public java.lang.String getRowAccessExpression(); Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -1142,7 +1142,7 @@ public java.lang.String getSchema(); The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1158,7 +1158,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -1172,7 +1172,7 @@ public java.lang.String getComment(); Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1184,7 +1184,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 ae11f1f00..d477b4023 100644 --- a/docs/rowAccessPolicy.python.md +++ b/docs/rowAccessPolicy.python.md @@ -4,7 +4,7 @@ ### RowAccessPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -48,7 +48,7 @@ rowAccessPolicy.RowAccessPolicy( | schema | str | The schema in which to create the row access policy. | | signature | typing.Mapping[str] | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | comment | str | Specifies a comment for the row access policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -130,7 +130,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -162,7 +162,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -663,7 +663,7 @@ The construct id used in the generated config for the RowAccessPolicy to import. The id of the existing RowAccessPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -1054,7 +1054,7 @@ rowAccessPolicy.RowAccessPolicyConfig( | schema | str | The schema in which to create the row access policy. | | signature | typing.Mapping[str] | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | comment | str | Specifies a comment for the row access policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -1138,7 +1138,7 @@ database: str The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -1154,7 +1154,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -1168,7 +1168,7 @@ row_access_expression: str Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -1182,7 +1182,7 @@ schema: str The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1198,7 +1198,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -1212,7 +1212,7 @@ comment: str Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1224,7 +1224,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 773f63b85..bb22cb369 100644 --- a/docs/rowAccessPolicy.typescript.md +++ b/docs/rowAccessPolicy.typescript.md @@ -4,7 +4,7 @@ ### RowAccessPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RowAccessPolicy to import. The id of the existing RowAccessPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -850,7 +850,7 @@ const rowAccessPolicyConfig: rowAccessPolicy.RowAccessPolicyConfig = { ... } | schema | string | The schema in which to create the row access policy. | | signature | {[ key: string ]: string} | Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). | | comment | string | Specifies a comment for the row access policy. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -934,7 +934,7 @@ public readonly database: string; The database in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -950,7 +950,7 @@ Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -964,7 +964,7 @@ public readonly rowAccessExpression: string; Specifies the SQL expression. The expression can be any boolean-valued SQL expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} --- @@ -978,7 +978,7 @@ public readonly schema: string; The schema in which to create the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -994,7 +994,7 @@ Specifies signature (arguments) for the row access policy (uppercase and sorted A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#signature RowAccessPolicy#signature} --- @@ -1008,7 +1008,7 @@ public readonly comment: string; Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1020,7 +1020,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/rowAccessPolicyGrant.csharp.md b/docs/rowAccessPolicyGrant.csharp.md index 24e6ebc05..6d0d419d2 100644 --- a/docs/rowAccessPolicyGrant.csharp.md +++ b/docs/rowAccessPolicyGrant.csharp.md @@ -4,7 +4,7 @@ ### RowAccessPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the RowAccessPolicyGrant to im The id of the existing RowAccessPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -937,7 +937,7 @@ new RowAccessPolicyGrantConfig { | RowAccessPolicyName | string | The name of the row access policy on which to grant privileges immediately. | | SchemaName | string | The name of the schema containing the row access policy on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | Privilege | string | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | Roles | string[] | Grants privilege to these roles. | @@ -1025,7 +1025,7 @@ public string DatabaseName { get; set; } The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -1039,7 +1039,7 @@ public string RowAccessPolicyName { get; set; } The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -1053,7 +1053,7 @@ public string SchemaName { get; set; } The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -1069,7 +1069,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -1081,7 +1081,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1098,7 +1098,7 @@ public string Privilege { get; set; } The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -1114,7 +1114,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -1128,7 +1128,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -1142,7 +1142,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- diff --git a/docs/rowAccessPolicyGrant.go.md b/docs/rowAccessPolicyGrant.go.md index 5168fcf55..b92918072 100644 --- a/docs/rowAccessPolicyGrant.go.md +++ b/docs/rowAccessPolicyGrant.go.md @@ -4,7 +4,7 @@ ### RowAccessPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the RowAccessPolicyGrant to im The id of the existing RowAccessPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -937,7 +937,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/rowaccesspoli | RowAccessPolicyName | *string | The name of the row access policy on which to grant privileges immediately. | | SchemaName | *string | The name of the schema containing the row access policy on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | Privilege | *string | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | Roles | *[]*string | Grants privilege to these roles. | @@ -1025,7 +1025,7 @@ DatabaseName *string The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -1039,7 +1039,7 @@ RowAccessPolicyName *string The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -1053,7 +1053,7 @@ SchemaName *string The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -1069,7 +1069,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -1081,7 +1081,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1098,7 +1098,7 @@ Privilege *string The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -1114,7 +1114,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -1128,7 +1128,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -1142,7 +1142,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- diff --git a/docs/rowAccessPolicyGrant.java.md b/docs/rowAccessPolicyGrant.java.md index f9cc08a75..7847141a2 100644 --- a/docs/rowAccessPolicyGrant.java.md +++ b/docs/rowAccessPolicyGrant.java.md @@ -4,7 +4,7 @@ ### RowAccessPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. #### Initializers @@ -52,7 +52,7 @@ RowAccessPolicyGrant.Builder.create(Construct scope, java.lang.String id) | rowAccessPolicyName | java.lang.String | The name of the row access policy on which to grant privileges immediately. | | schemaName | java.lang.String | The name of the schema containing the row access policy on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | privilege | java.lang.String | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -158,7 +158,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -191,7 +191,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- @@ -673,7 +673,7 @@ The construct id used in the generated config for the RowAccessPolicyGrant to im The id of the existing RowAccessPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -1114,7 +1114,7 @@ RowAccessPolicyGrantConfig.builder() | rowAccessPolicyName | java.lang.String | The name of the row access policy on which to grant privileges immediately. | | schemaName | java.lang.String | The name of the schema containing the row access policy on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | privilege | java.lang.String | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -1202,7 +1202,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -1216,7 +1216,7 @@ public java.lang.String getRowAccessPolicyName(); The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -1230,7 +1230,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -1246,7 +1246,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -1258,7 +1258,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1275,7 +1275,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -1291,7 +1291,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -1305,7 +1305,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -1319,7 +1319,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- diff --git a/docs/rowAccessPolicyGrant.python.md b/docs/rowAccessPolicyGrant.python.md index e6432b48f..615c9492f 100644 --- a/docs/rowAccessPolicyGrant.python.md +++ b/docs/rowAccessPolicyGrant.python.md @@ -4,7 +4,7 @@ ### RowAccessPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. #### Initializers @@ -48,7 +48,7 @@ rowAccessPolicyGrant.RowAccessPolicyGrant( | row_access_policy_name | str | The name of the row access policy on which to grant privileges immediately. | | schema_name | str | The name of the schema containing the row access policy on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | privilege | str | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -187,7 +187,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- @@ -715,7 +715,7 @@ The construct id used in the generated config for the RowAccessPolicyGrant to im The id of the existing RowAccessPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -1150,7 +1150,7 @@ rowAccessPolicyGrant.RowAccessPolicyGrantConfig( | row_access_policy_name | str | The name of the row access policy on which to grant privileges immediately. | | schema_name | str | The name of the schema containing the row access policy on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | privilege | str | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -1238,7 +1238,7 @@ database_name: str The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -1252,7 +1252,7 @@ row_access_policy_name: str The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -1266,7 +1266,7 @@ schema_name: str The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -1282,7 +1282,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -1294,7 +1294,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1311,7 +1311,7 @@ privilege: str The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -1327,7 +1327,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -1341,7 +1341,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -1355,7 +1355,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- diff --git a/docs/rowAccessPolicyGrant.typescript.md b/docs/rowAccessPolicyGrant.typescript.md index dc17f7968..d1d2139ce 100644 --- a/docs/rowAccessPolicyGrant.typescript.md +++ b/docs/rowAccessPolicyGrant.typescript.md @@ -4,7 +4,7 @@ ### RowAccessPolicyGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the RowAccessPolicyGrant to im The id of the existing RowAccessPolicyGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use --- @@ -920,7 +920,7 @@ const rowAccessPolicyGrantConfig: rowAccessPolicyGrant.RowAccessPolicyGrantConfi | rowAccessPolicyName | string | The name of the row access policy on which to grant privileges immediately. | | schemaName | string | The name of the schema containing the row access policy on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. | | privilege | string | The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | roles | string[] | Grants privilege to these roles. | @@ -1008,7 +1008,7 @@ public readonly databaseName: string; The name of the database containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} --- @@ -1022,7 +1022,7 @@ public readonly rowAccessPolicyName: string; The name of the row access policy on which to grant privileges immediately. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} --- @@ -1036,7 +1036,7 @@ public readonly schemaName: string; The name of the schema containing the row access policy on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} --- @@ -1052,7 +1052,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} --- @@ -1064,7 +1064,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1081,7 +1081,7 @@ public readonly privilege: string; The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} --- @@ -1097,7 +1097,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} --- @@ -1111,7 +1111,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} --- @@ -1125,7 +1125,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} --- diff --git a/docs/samlIntegration.csharp.md b/docs/samlIntegration.csharp.md index 2b27b8ecd..9543f1c0e 100644 --- a/docs/samlIntegration.csharp.md +++ b/docs/samlIntegration.csharp.md @@ -4,7 +4,7 @@ ### SamlIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration snowflake_saml_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration snowflake_saml_integration}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the SamlIntegration to import. The id of the existing SamlIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use --- @@ -1179,7 +1179,7 @@ new SamlIntegrationConfig { | Saml2SsoUrl | string | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | Saml2X509Cert | string | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | Enabled | object | Specifies whether this security integration is enabled or disabled. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. | | Saml2EnableSpInitiated | object | The Boolean indicating if the Log In With button will be shown on the login page. | | Saml2ForceAuthn | object | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | Saml2PostLogoutRedirectUrl | string | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -1274,7 +1274,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -1288,7 +1288,7 @@ public string Saml2Issuer { get; set; } The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -1302,7 +1302,7 @@ public string Saml2Provider { get; set; } The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -1316,7 +1316,7 @@ public string Saml2SsoUrl { get; set; } The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -1330,7 +1330,7 @@ public string Saml2X509Cert { get; set; } The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -1344,7 +1344,7 @@ public object Enabled { get; set; } Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -1356,7 +1356,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1375,7 +1375,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -1391,7 +1391,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -1407,7 +1407,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -1421,7 +1421,7 @@ public string Saml2RequestedNameidFormat { get; set; } The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -1437,7 +1437,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -1453,7 +1453,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -1469,7 +1469,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -1485,7 +1485,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -1499,7 +1499,7 @@ public string Saml2SpInitiatedLoginPageLabel { get; set; } The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/samlIntegration.go.md b/docs/samlIntegration.go.md index e9fcf6b30..d7c98b02e 100644 --- a/docs/samlIntegration.go.md +++ b/docs/samlIntegration.go.md @@ -4,7 +4,7 @@ ### SamlIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration snowflake_saml_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration snowflake_saml_integration}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the SamlIntegration to import. The id of the existing SamlIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use --- @@ -1179,7 +1179,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/samlintegrati | Saml2SsoUrl | *string | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | Saml2X509Cert | *string | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | Enabled | interface{} | Specifies whether this security integration is enabled or disabled. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. | | Saml2EnableSpInitiated | interface{} | The Boolean indicating if the Log In With button will be shown on the login page. | | Saml2ForceAuthn | interface{} | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | Saml2PostLogoutRedirectUrl | *string | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -1274,7 +1274,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -1288,7 +1288,7 @@ Saml2Issuer *string The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -1302,7 +1302,7 @@ Saml2Provider *string The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -1316,7 +1316,7 @@ Saml2SsoUrl *string The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -1330,7 +1330,7 @@ Saml2X509Cert *string The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -1344,7 +1344,7 @@ Enabled interface{} Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -1356,7 +1356,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1375,7 +1375,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -1391,7 +1391,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -1407,7 +1407,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -1421,7 +1421,7 @@ Saml2RequestedNameidFormat *string The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -1437,7 +1437,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -1453,7 +1453,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -1469,7 +1469,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -1485,7 +1485,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -1499,7 +1499,7 @@ Saml2SpInitiatedLoginPageLabel *string The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/samlIntegration.java.md b/docs/samlIntegration.java.md index 807c2128a..4ef824fcf 100644 --- a/docs/samlIntegration.java.md +++ b/docs/samlIntegration.java.md @@ -4,7 +4,7 @@ ### SamlIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration snowflake_saml_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration snowflake_saml_integration}. #### Initializers @@ -63,7 +63,7 @@ SamlIntegration.Builder.create(Construct scope, java.lang.String id) | saml2SsoUrl | java.lang.String | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | saml2X509Cert | java.lang.String | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this security integration is enabled or disabled. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. | | saml2EnableSpInitiated | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2ForceAuthn | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | saml2PostLogoutRedirectUrl | java.lang.String | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -144,7 +144,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -217,7 +217,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -229,7 +229,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -241,7 +241,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -263,7 +263,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -275,7 +275,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -287,7 +287,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -299,7 +299,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- @@ -806,7 +806,7 @@ The construct id used in the generated config for the SamlIntegration to import. The id of the existing SamlIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use --- @@ -1456,7 +1456,7 @@ SamlIntegrationConfig.builder() | saml2SsoUrl | java.lang.String | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | saml2X509Cert | java.lang.String | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this security integration is enabled or disabled. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. | | saml2EnableSpInitiated | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2ForceAuthn | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | saml2PostLogoutRedirectUrl | java.lang.String | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -1551,7 +1551,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -1565,7 +1565,7 @@ public java.lang.String getSaml2Issuer(); The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -1579,7 +1579,7 @@ public java.lang.String getSaml2Provider(); The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -1593,7 +1593,7 @@ public java.lang.String getSaml2SsoUrl(); The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -1607,7 +1607,7 @@ public java.lang.String getSaml2X509Cert(); The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -1621,7 +1621,7 @@ public java.lang.Object getEnabled(); Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -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/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1652,7 +1652,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -1668,7 +1668,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -1684,7 +1684,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -1698,7 +1698,7 @@ public java.lang.String getSaml2RequestedNameidFormat(); The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -1714,7 +1714,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -1730,7 +1730,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -1746,7 +1746,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -1762,7 +1762,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -1776,7 +1776,7 @@ public java.lang.String getSaml2SpInitiatedLoginPageLabel(); The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/samlIntegration.python.md b/docs/samlIntegration.python.md index ece27fac4..1887fc5df 100644 --- a/docs/samlIntegration.python.md +++ b/docs/samlIntegration.python.md @@ -4,7 +4,7 @@ ### SamlIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration snowflake_saml_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration snowflake_saml_integration}. #### Initializers @@ -57,7 +57,7 @@ samlIntegration.SamlIntegration( | saml2_sso_url | str | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | saml2_x509_cert | str | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this security integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. | | saml2_enable_sp_initiated | typing.Union[bool, cdktf.IResolvable] | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2_force_authn | typing.Union[bool, cdktf.IResolvable] | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | saml2_post_logout_redirect_url | str | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -138,7 +138,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -211,7 +211,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -223,7 +223,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -235,7 +235,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -257,7 +257,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -269,7 +269,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -281,7 +281,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -293,7 +293,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- @@ -846,7 +846,7 @@ The construct id used in the generated config for the SamlIntegration to import. The id of the existing SamlIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use --- @@ -1488,7 +1488,7 @@ samlIntegration.SamlIntegrationConfig( | saml2_sso_url | str | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | saml2_x509_cert | str | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this security integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. | | saml2_enable_sp_initiated | typing.Union[bool, cdktf.IResolvable] | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2_force_authn | typing.Union[bool, cdktf.IResolvable] | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | saml2_post_logout_redirect_url | str | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -1583,7 +1583,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -1597,7 +1597,7 @@ saml2_issuer: str The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -1611,7 +1611,7 @@ saml2_provider: str The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -1625,7 +1625,7 @@ saml2_sso_url: str The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -1639,7 +1639,7 @@ saml2_x509_cert: str The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -1653,7 +1653,7 @@ enabled: typing.Union[bool, IResolvable] Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -1665,7 +1665,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1684,7 +1684,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -1700,7 +1700,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -1716,7 +1716,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -1730,7 +1730,7 @@ saml2_requested_nameid_format: str The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -1746,7 +1746,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -1762,7 +1762,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -1778,7 +1778,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -1794,7 +1794,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -1808,7 +1808,7 @@ saml2_sp_initiated_login_page_label: str The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/samlIntegration.typescript.md b/docs/samlIntegration.typescript.md index 463fb6548..28b708241 100644 --- a/docs/samlIntegration.typescript.md +++ b/docs/samlIntegration.typescript.md @@ -4,7 +4,7 @@ ### SamlIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration snowflake_saml_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration snowflake_saml_integration}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the SamlIntegration to import. The id of the existing SamlIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use --- @@ -1155,7 +1155,7 @@ const samlIntegrationConfig: samlIntegration.SamlIntegrationConfig = { ... } | saml2SsoUrl | string | The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. | | saml2X509Cert | string | The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. | | enabled | boolean \| cdktf.IResolvable | Specifies whether this security integration is enabled or disabled. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. | | saml2EnableSpInitiated | boolean \| cdktf.IResolvable | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2ForceAuthn | boolean \| cdktf.IResolvable | The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. | | saml2PostLogoutRedirectUrl | string | The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. | @@ -1250,7 +1250,7 @@ Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#name SamlIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#name SamlIntegration#name} --- @@ -1264,7 +1264,7 @@ public readonly saml2Issuer: string; The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} --- @@ -1278,7 +1278,7 @@ public readonly saml2Provider: string; The string describing the IdP. One of the following: OKTA, ADFS, Custom. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} --- @@ -1292,7 +1292,7 @@ public readonly saml2SsoUrl: string; The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} --- @@ -1306,7 +1306,7 @@ public readonly saml2X509Cert: string; The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} --- @@ -1320,7 +1320,7 @@ public readonly enabled: boolean | IResolvable; Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#enabled SamlIntegration#enabled} --- @@ -1332,7 +1332,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1351,7 +1351,7 @@ The Boolean indicating if the Log In With button will be shown on the login page TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} --- @@ -1367,7 +1367,7 @@ The Boolean indicating whether users, during the initial authentication flow, ar When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} --- @@ -1383,7 +1383,7 @@ The endpoint to which Snowflake redirects users after clicking the Log Out butto Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} --- @@ -1397,7 +1397,7 @@ public readonly saml2RequestedNameidFormat: string; The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} --- @@ -1413,7 +1413,7 @@ The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} --- @@ -1429,7 +1429,7 @@ The string containing the Snowflake Assertion Consumer Service URL to which the This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} --- @@ -1445,7 +1445,7 @@ The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} --- @@ -1461,7 +1461,7 @@ The Base64 encoded self-signed certificate generated by Snowflake for use with E You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} --- @@ -1475,7 +1475,7 @@ public readonly saml2SpInitiatedLoginPageLabel: string; The string containing the label to display after the Log In With button on the login page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/schema.csharp.md b/docs/schema.csharp.md index 885e6a241..c3362eb60 100644 --- a/docs/schema.csharp.md +++ b/docs/schema.csharp.md @@ -4,7 +4,7 @@ ### Schema -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema snowflake_schema}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the Schema to import. The id of the existing Schema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -927,7 +927,7 @@ new SchemaConfig { | Name | string | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | Comment | string | Specifies a comment for the schema. | | DataRetentionDays | double | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#id Schema#id}. | | IsManaged | object | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | IsTransient | object | Specifies a schema as transient. | | Tag | object | tag block. | @@ -1014,7 +1014,7 @@ public string Database { get; set; } The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} --- @@ -1028,7 +1028,7 @@ public string Name { get; set; } Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} --- @@ -1042,7 +1042,7 @@ public string Comment { get; set; } Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#comment Schema#comment} --- @@ -1056,7 +1056,7 @@ public double DataRetentionDays { get; set; } Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -1068,7 +1068,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1085,7 +1085,7 @@ public object IsManaged { get; set; } Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_managed Schema#is_managed} --- @@ -1101,7 +1101,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1115,7 +1115,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#tag Schema#tag} --- @@ -1155,7 +1155,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} --- @@ -1169,7 +1169,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#value Schema#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#value Schema#value} --- @@ -1183,7 +1183,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} --- @@ -1197,7 +1197,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#schema Schema#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#schema Schema#schema} --- diff --git a/docs/schema.go.md b/docs/schema.go.md index f2781f9c5..cf16cccb5 100644 --- a/docs/schema.go.md +++ b/docs/schema.go.md @@ -4,7 +4,7 @@ ### Schema -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema snowflake_schema}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the Schema to import. The id of the existing Schema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -927,7 +927,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/schema" | Name | *string | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | Comment | *string | Specifies a comment for the schema. | | DataRetentionDays | *f64 | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#id Schema#id}. | | IsManaged | interface{} | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | IsTransient | interface{} | Specifies a schema as transient. | | Tag | interface{} | tag block. | @@ -1014,7 +1014,7 @@ Database *string The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} --- @@ -1028,7 +1028,7 @@ Name *string Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} --- @@ -1042,7 +1042,7 @@ Comment *string Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#comment Schema#comment} --- @@ -1056,7 +1056,7 @@ DataRetentionDays *f64 Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -1068,7 +1068,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1085,7 +1085,7 @@ IsManaged interface{} Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_managed Schema#is_managed} --- @@ -1101,7 +1101,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1115,7 +1115,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#tag Schema#tag} --- @@ -1155,7 +1155,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} --- @@ -1169,7 +1169,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#value Schema#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#value Schema#value} --- @@ -1183,7 +1183,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} --- @@ -1197,7 +1197,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#schema Schema#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#schema Schema#schema} --- diff --git a/docs/schema.java.md b/docs/schema.java.md index 02d68a82e..25bce6c1f 100644 --- a/docs/schema.java.md +++ b/docs/schema.java.md @@ -4,7 +4,7 @@ ### Schema -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema snowflake_schema}. #### Initializers @@ -52,7 +52,7 @@ Schema.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | comment | java.lang.String | Specifies a comment for the schema. | | dataRetentionDays | java.lang.Number | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#id Schema#id}. | | isManaged | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | isTransient | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies a schema as transient. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<SchemaTag> | tag block. | @@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#comment Schema#comment} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -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/0.79.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#id Schema#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -176,7 +176,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_managed Schema#is_managed} --- @@ -188,7 +188,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_transient Schema#is_transient} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#tag Schema#tag} --- @@ -673,7 +673,7 @@ The construct id used in the generated config for the Schema to import. The id of the existing Schema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -1092,7 +1092,7 @@ SchemaConfig.builder() | name | java.lang.String | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | comment | java.lang.String | Specifies a comment for the schema. | | dataRetentionDays | java.lang.Number | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#id Schema#id}. | | isManaged | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | isTransient | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies a schema as transient. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<SchemaTag> | tag block. | @@ -1179,7 +1179,7 @@ public java.lang.String getDatabase(); The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} --- @@ -1193,7 +1193,7 @@ public java.lang.String getName(); Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} --- @@ -1207,7 +1207,7 @@ public java.lang.String getComment(); Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#comment Schema#comment} --- @@ -1221,7 +1221,7 @@ public java.lang.Number getDataRetentionDays(); Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -1233,7 +1233,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1250,7 +1250,7 @@ public java.lang.Object getIsManaged(); Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_managed Schema#is_managed} --- @@ -1266,7 +1266,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1280,7 +1280,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#tag Schema#tag} --- @@ -1320,7 +1320,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} --- @@ -1334,7 +1334,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#value Schema#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#value Schema#value} --- @@ -1348,7 +1348,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} --- @@ -1362,7 +1362,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#schema Schema#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#schema Schema#schema} --- diff --git a/docs/schema.python.md b/docs/schema.python.md index dfaa146eb..3a7e98a6f 100644 --- a/docs/schema.python.md +++ b/docs/schema.python.md @@ -4,7 +4,7 @@ ### Schema -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema snowflake_schema}. #### Initializers @@ -47,7 +47,7 @@ schema.Schema( | name | str | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | comment | str | Specifies a comment for the schema. | | data_retention_days | typing.Union[int, float] | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#id Schema#id}. | | is_managed | typing.Union[bool, cdktf.IResolvable] | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | is_transient | typing.Union[bool, cdktf.IResolvable] | Specifies a schema as transient. | | tag | typing.Union[cdktf.IResolvable, typing.List[SchemaTag]] | tag block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#comment Schema#comment} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#id Schema#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_managed Schema#is_managed} --- @@ -183,7 +183,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_transient Schema#is_transient} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#tag Schema#tag} --- @@ -716,7 +716,7 @@ The construct id used in the generated config for the Schema to import. The id of the existing Schema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -1128,7 +1128,7 @@ schema.SchemaConfig( | name | str | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | comment | str | Specifies a comment for the schema. | | data_retention_days | typing.Union[int, float] | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#id Schema#id}. | | is_managed | typing.Union[bool, cdktf.IResolvable] | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | is_transient | typing.Union[bool, cdktf.IResolvable] | Specifies a schema as transient. | | tag | typing.Union[cdktf.IResolvable, typing.List[SchemaTag]] | tag block. | @@ -1215,7 +1215,7 @@ database: str The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} --- @@ -1229,7 +1229,7 @@ name: str Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} --- @@ -1243,7 +1243,7 @@ comment: str Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#comment Schema#comment} --- @@ -1257,7 +1257,7 @@ data_retention_days: typing.Union[int, float] Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -1269,7 +1269,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1286,7 +1286,7 @@ is_managed: typing.Union[bool, IResolvable] Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_managed Schema#is_managed} --- @@ -1302,7 +1302,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1316,7 +1316,7 @@ tag: typing.Union[IResolvable, typing.List[SchemaTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#tag Schema#tag} --- @@ -1356,7 +1356,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} --- @@ -1370,7 +1370,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#value Schema#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#value Schema#value} --- @@ -1384,7 +1384,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} --- @@ -1398,7 +1398,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#schema Schema#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#schema Schema#schema} --- diff --git a/docs/schema.typescript.md b/docs/schema.typescript.md index 01a450128..271ddb6ed 100644 --- a/docs/schema.typescript.md +++ b/docs/schema.typescript.md @@ -4,7 +4,7 @@ ### Schema -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema snowflake_schema}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the Schema to import. The id of the existing Schema that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -911,7 +911,7 @@ const schemaConfig: schema.SchemaConfig = { ... } | name | string | Specifies the identifier for the schema; must be unique for the database in which the schema is created. | | comment | string | Specifies a comment for the schema. | | dataRetentionDays | number | Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#id Schema#id}. | | isManaged | boolean \| cdktf.IResolvable | Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. | | isTransient | boolean \| cdktf.IResolvable | Specifies a schema as transient. | | tag | cdktf.IResolvable \| SchemaTag[] | tag block. | @@ -998,7 +998,7 @@ public readonly database: string; The database in which to create the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} --- @@ -1012,7 +1012,7 @@ public readonly name: string; Specifies the identifier for the schema; must be unique for the database in which the schema is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} --- @@ -1026,7 +1026,7 @@ public readonly comment: string; Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#comment Schema#comment} --- @@ -1040,7 +1040,7 @@ public readonly dataRetentionDays: number; Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#data_retention_days Schema#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#data_retention_days Schema#data_retention_days} --- @@ -1052,7 +1052,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1069,7 +1069,7 @@ public readonly isManaged: boolean | IResolvable; Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_managed Schema#is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_managed Schema#is_managed} --- @@ -1085,7 +1085,7 @@ Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1099,7 +1099,7 @@ public readonly tag: IResolvable | SchemaTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#tag Schema#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#tag Schema#tag} --- @@ -1134,7 +1134,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} --- @@ -1148,7 +1148,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#value Schema#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#value Schema#value} --- @@ -1162,7 +1162,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} --- @@ -1176,7 +1176,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#schema Schema#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#schema Schema#schema} --- diff --git a/docs/schemaGrant.csharp.md b/docs/schemaGrant.csharp.md index e18f83cf9..e56f0ae71 100644 --- a/docs/schemaGrant.csharp.md +++ b/docs/schemaGrant.csharp.md @@ -4,7 +4,7 @@ ### SchemaGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant snowflake_schema_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant snowflake_schema_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the SchemaGrant to import. The id of the existing SchemaGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use --- @@ -1009,7 +1009,7 @@ new SchemaGrantConfig { | Provisioners | object[] | *No description.* | | DatabaseName | string | The name of the database containing the schema on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. | | OnAll | object | When this is set to true, apply this grant on all schemas in the given database. | | OnFuture | object | When this is set to true, apply this grant on all future schemas in the given database. | | Privilege | string | The privilege to grant on the current or future schema. | @@ -1101,7 +1101,7 @@ public string DatabaseName { get; set; } The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -1117,7 +1117,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -1129,7 +1129,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1148,7 +1148,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -1164,7 +1164,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -1180,7 +1180,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -1196,7 +1196,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -1210,7 +1210,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -1224,7 +1224,7 @@ public string SchemaName { get; set; } The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -1238,7 +1238,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -1252,7 +1252,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- diff --git a/docs/schemaGrant.go.md b/docs/schemaGrant.go.md index 7158b96e8..8e3ae9bf2 100644 --- a/docs/schemaGrant.go.md +++ b/docs/schemaGrant.go.md @@ -4,7 +4,7 @@ ### SchemaGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant snowflake_schema_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant snowflake_schema_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the SchemaGrant to import. The id of the existing SchemaGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#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/v10/schemagrant" | Provisioners | *[]interface{} | *No description.* | | DatabaseName | *string | The name of the database containing the schema on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. | | OnAll | interface{} | When this is set to true, apply this grant on all schemas in the given database. | | OnFuture | interface{} | When this is set to true, apply this grant on all future schemas in the given database. | | Privilege | *string | The privilege to grant on the current or future schema. | @@ -1101,7 +1101,7 @@ DatabaseName *string The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -1117,7 +1117,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -1129,7 +1129,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1148,7 +1148,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -1164,7 +1164,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -1180,7 +1180,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -1196,7 +1196,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -1210,7 +1210,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -1224,7 +1224,7 @@ SchemaName *string The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -1238,7 +1238,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -1252,7 +1252,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- diff --git a/docs/schemaGrant.java.md b/docs/schemaGrant.java.md index c5fc985f4..9558330ab 100644 --- a/docs/schemaGrant.java.md +++ b/docs/schemaGrant.java.md @@ -4,7 +4,7 @@ ### SchemaGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant snowflake_schema_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant snowflake_schema_grant}. #### Initializers @@ -54,7 +54,7 @@ SchemaGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the schema on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, apply this grant on all schemas in the given database. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, apply this grant on all future schemas in the given database. | | privilege | java.lang.String | The privilege to grant on the current or future schema. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -144,7 +144,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -167,7 +167,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -179,7 +179,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -191,7 +191,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -203,7 +203,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- @@ -733,7 +733,7 @@ The construct id used in the generated config for the SchemaGrant to import. The id of the existing SchemaGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use --- @@ -1220,7 +1220,7 @@ SchemaGrantConfig.builder() | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the schema on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, apply this grant on all schemas in the given database. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, apply this grant on all future schemas in the given database. | | privilege | java.lang.String | The privilege to grant on the current or future schema. | @@ -1312,7 +1312,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -1328,7 +1328,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -1340,7 +1340,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1359,7 +1359,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -1375,7 +1375,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -1391,7 +1391,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -1407,7 +1407,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -1421,7 +1421,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -1435,7 +1435,7 @@ public java.lang.String getSchemaName(); The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -1449,7 +1449,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -1463,7 +1463,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- diff --git a/docs/schemaGrant.python.md b/docs/schemaGrant.python.md index 3bd401e4e..e9a189c06 100644 --- a/docs/schemaGrant.python.md +++ b/docs/schemaGrant.python.md @@ -4,7 +4,7 @@ ### SchemaGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant snowflake_schema_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant snowflake_schema_grant}. #### Initializers @@ -48,7 +48,7 @@ schemaGrant.SchemaGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the schema on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true, apply this grant on all schemas in the given database. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true, apply this grant on all future schemas in the given database. | | privilege | str | The privilege to grant on the current or future schema. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -138,7 +138,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -161,7 +161,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -173,7 +173,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -185,7 +185,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -197,7 +197,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- @@ -773,7 +773,7 @@ The construct id used in the generated config for the SchemaGrant to import. The id of the existing SchemaGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use --- @@ -1252,7 +1252,7 @@ schemaGrant.SchemaGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the schema on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true, apply this grant on all schemas in the given database. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true, apply this grant on all future schemas in the given database. | | privilege | str | The privilege to grant on the current or future schema. | @@ -1344,7 +1344,7 @@ database_name: str The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -1360,7 +1360,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -1372,7 +1372,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1391,7 +1391,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -1407,7 +1407,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -1423,7 +1423,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -1439,7 +1439,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -1453,7 +1453,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -1467,7 +1467,7 @@ schema_name: str The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -1481,7 +1481,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -1495,7 +1495,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- diff --git a/docs/schemaGrant.typescript.md b/docs/schemaGrant.typescript.md index 8369c5b00..3702abd14 100644 --- a/docs/schemaGrant.typescript.md +++ b/docs/schemaGrant.typescript.md @@ -4,7 +4,7 @@ ### SchemaGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant snowflake_schema_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant snowflake_schema_grant}. #### Initializers @@ -530,7 +530,7 @@ The construct id used in the generated config for the SchemaGrant to import. The id of the existing SchemaGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use --- @@ -990,7 +990,7 @@ const schemaGrantConfig: schemaGrant.SchemaGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseName | string | The name of the database containing the schema on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true, apply this grant on all schemas in the given database. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true, apply this grant on all future schemas in the given database. | | privilege | string | The privilege to grant on the current or future schema. | @@ -1082,7 +1082,7 @@ public readonly databaseName: string; The name of the database containing the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#database_name SchemaGrant#database_name} --- @@ -1098,7 +1098,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} --- @@ -1110,7 +1110,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1129,7 +1129,7 @@ When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_all SchemaGrant#on_all} --- @@ -1145,7 +1145,7 @@ When this is set to true, apply this grant on all future schemas in the given da The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_future SchemaGrant#on_future} --- @@ -1161,7 +1161,7 @@ The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#privilege SchemaGrant#privilege} --- @@ -1177,7 +1177,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} --- @@ -1191,7 +1191,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#roles SchemaGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#roles SchemaGrant#roles} --- @@ -1205,7 +1205,7 @@ public readonly schemaName: string; The name of the schema on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} --- @@ -1219,7 +1219,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#shares SchemaGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#shares SchemaGrant#shares} --- @@ -1233,7 +1233,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} --- diff --git a/docs/scimIntegration.csharp.md b/docs/scimIntegration.csharp.md index c5a756a7a..a5708a295 100644 --- a/docs/scimIntegration.csharp.md +++ b/docs/scimIntegration.csharp.md @@ -4,7 +4,7 @@ ### ScimIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ScimIntegration to import. The id of the existing ScimIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -827,7 +827,7 @@ new ScimIntegrationConfig { | Name | string | Specifies the name of the SCIM integration. | | ProvisionerRole | string | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | ScimClient | string | Specifies the client type for the scim integration. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#id ScimIntegration#id}. | | NetworkPolicy | string | Specifies an existing network policy active for your account. | --- @@ -914,7 +914,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -928,7 +928,7 @@ public string ProvisionerRole { get; set; } Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -942,7 +942,7 @@ public string ScimClient { get; set; } Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -954,7 +954,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -973,7 +973,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- diff --git a/docs/scimIntegration.go.md b/docs/scimIntegration.go.md index e8b611da1..cb3062c33 100644 --- a/docs/scimIntegration.go.md +++ b/docs/scimIntegration.go.md @@ -4,7 +4,7 @@ ### ScimIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ScimIntegration to import. The id of the existing ScimIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -827,7 +827,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/scimintegrati | Name | *string | Specifies the name of the SCIM integration. | | ProvisionerRole | *string | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | ScimClient | *string | Specifies the client type for the scim integration. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#id ScimIntegration#id}. | | NetworkPolicy | *string | Specifies an existing network policy active for your account. | --- @@ -914,7 +914,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -928,7 +928,7 @@ ProvisionerRole *string Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -942,7 +942,7 @@ ScimClient *string Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -954,7 +954,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -973,7 +973,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- diff --git a/docs/scimIntegration.java.md b/docs/scimIntegration.java.md index 7cf394070..f58c559d7 100644 --- a/docs/scimIntegration.java.md +++ b/docs/scimIntegration.java.md @@ -4,7 +4,7 @@ ### ScimIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -45,7 +45,7 @@ ScimIntegration.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Specifies the name of the SCIM integration. | | provisionerRole | java.lang.String | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | scimClient | java.lang.String | Specifies the client type for the scim integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#id ScimIntegration#id}. | | networkPolicy | java.lang.String | Specifies an existing network policy active for your account. | --- @@ -118,7 +118,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#id ScimIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -161,7 +161,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- @@ -595,7 +595,7 @@ The construct id used in the generated config for the ScimIntegration to import. The id of the existing ScimIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -952,7 +952,7 @@ ScimIntegrationConfig.builder() | name | java.lang.String | Specifies the name of the SCIM integration. | | provisionerRole | java.lang.String | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | scimClient | java.lang.String | Specifies the client type for the scim integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#id ScimIntegration#id}. | | networkPolicy | java.lang.String | Specifies an existing network policy active for your account. | --- @@ -1039,7 +1039,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -1053,7 +1053,7 @@ public java.lang.String getProvisionerRole(); Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -1067,7 +1067,7 @@ public java.lang.String getScimClient(); Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -1079,7 +1079,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- diff --git a/docs/scimIntegration.python.md b/docs/scimIntegration.python.md index b3b755ade..b9ba371a8 100644 --- a/docs/scimIntegration.python.md +++ b/docs/scimIntegration.python.md @@ -4,7 +4,7 @@ ### ScimIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -43,7 +43,7 @@ scimIntegration.ScimIntegration( | name | str | Specifies the name of the SCIM integration. | | provisioner_role | str | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | scim_client | str | Specifies the client type for the scim integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#id ScimIntegration#id}. | | network_policy | str | Specifies an existing network policy active for your account. | --- @@ -116,7 +116,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#id ScimIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -159,7 +159,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- @@ -639,7 +639,7 @@ The construct id used in the generated config for the ScimIntegration to import. The id of the existing ScimIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -992,7 +992,7 @@ scimIntegration.ScimIntegrationConfig( | name | str | Specifies the name of the SCIM integration. | | provisioner_role | str | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | scim_client | str | Specifies the client type for the scim integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#id ScimIntegration#id}. | | network_policy | str | Specifies an existing network policy active for your account. | --- @@ -1079,7 +1079,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -1093,7 +1093,7 @@ provisioner_role: str Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -1107,7 +1107,7 @@ scim_client: str Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -1119,7 +1119,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1138,7 +1138,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- diff --git a/docs/scimIntegration.typescript.md b/docs/scimIntegration.typescript.md index 0bfb89a82..58df9d12f 100644 --- a/docs/scimIntegration.typescript.md +++ b/docs/scimIntegration.typescript.md @@ -4,7 +4,7 @@ ### ScimIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ScimIntegration to import. The id of the existing ScimIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -814,7 +814,7 @@ const scimIntegrationConfig: scimIntegration.ScimIntegrationConfig = { ... } | name | string | Specifies the name of the SCIM integration. | | provisionerRole | string | Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. | | scimClient | string | Specifies the client type for the scim integration. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#id ScimIntegration#id}. | | networkPolicy | string | Specifies an existing network policy active for your account. | --- @@ -901,7 +901,7 @@ Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -915,7 +915,7 @@ public readonly provisionerRole: string; Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} --- @@ -929,7 +929,7 @@ public readonly scimClient: string; Specifies the client type for the scim integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -941,7 +941,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -960,7 +960,7 @@ Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- diff --git a/docs/sequence.csharp.md b/docs/sequence.csharp.md index d2f624831..5db2ba4d2 100644 --- a/docs/sequence.csharp.md +++ b/docs/sequence.csharp.md @@ -4,7 +4,7 @@ ### Sequence -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence snowflake_sequence}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Sequence to import. The id of the existing Sequence that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#import import section} in the documentation of this resource for the id to use --- @@ -869,7 +869,7 @@ new SequenceConfig { | Name | string | Specifies the name for the sequence. | | Schema | string | The schema in which to create the sequence. Don't use the \| character. | | Comment | string | Specifies a comment for the sequence. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#id Sequence#id}. | | Increment | double | The amount the sequence will increase by each time it is used. | --- @@ -954,7 +954,7 @@ public string Database { get; set; } The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#database Sequence#database} --- @@ -968,7 +968,7 @@ public string Name { get; set; } Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#name Sequence#name} --- @@ -982,7 +982,7 @@ public string Schema { get; set; } The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#schema Sequence#schema} --- @@ -996,7 +996,7 @@ public string Comment { get; set; } Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#comment Sequence#comment} --- @@ -1008,7 +1008,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1025,7 +1025,7 @@ public double Increment { get; set; } The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#increment Sequence#increment} --- diff --git a/docs/sequence.go.md b/docs/sequence.go.md index 6defcc745..324416209 100644 --- a/docs/sequence.go.md +++ b/docs/sequence.go.md @@ -4,7 +4,7 @@ ### Sequence -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence snowflake_sequence}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Sequence to import. The id of the existing Sequence that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#import import section} in the documentation of this resource for the id to use --- @@ -869,7 +869,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/sequence" | Name | *string | Specifies the name for the sequence. | | Schema | *string | The schema in which to create the sequence. Don't use the \| character. | | Comment | *string | Specifies a comment for the sequence. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#id Sequence#id}. | | Increment | *f64 | The amount the sequence will increase by each time it is used. | --- @@ -954,7 +954,7 @@ Database *string The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#database Sequence#database} --- @@ -968,7 +968,7 @@ Name *string Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#name Sequence#name} --- @@ -982,7 +982,7 @@ Schema *string The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#schema Sequence#schema} --- @@ -996,7 +996,7 @@ Comment *string Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#comment Sequence#comment} --- @@ -1008,7 +1008,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1025,7 +1025,7 @@ Increment *f64 The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#increment Sequence#increment} --- diff --git a/docs/sequence.java.md b/docs/sequence.java.md index bb9ebacfe..e55c9484a 100644 --- a/docs/sequence.java.md +++ b/docs/sequence.java.md @@ -4,7 +4,7 @@ ### Sequence -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence snowflake_sequence}. #### Initializers @@ -47,7 +47,7 @@ Sequence.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Specifies the name for the sequence. | | schema | java.lang.String | The schema in which to create the sequence. Don't use the \| character. | | comment | java.lang.String | Specifies a comment for the sequence. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#id Sequence#id}. | | increment | java.lang.Number | The amount the sequence will increase by each time it is used. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#database Sequence#database} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#name Sequence#name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#schema Sequence#schema} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#comment Sequence#comment} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#id Sequence#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -169,7 +169,7 @@ If you experience problems setting this value it might not be settable. Please t The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#increment Sequence#increment} --- @@ -610,7 +610,7 @@ The construct id used in the generated config for the Sequence to import. The id of the existing Sequence that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#import import section} in the documentation of this resource for the id to use --- @@ -1002,7 +1002,7 @@ SequenceConfig.builder() | name | java.lang.String | Specifies the name for the sequence. | | schema | java.lang.String | The schema in which to create the sequence. Don't use the \| character. | | comment | java.lang.String | Specifies a comment for the sequence. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#id Sequence#id}. | | increment | java.lang.Number | The amount the sequence will increase by each time it is used. | --- @@ -1087,7 +1087,7 @@ public java.lang.String getDatabase(); The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#database Sequence#database} --- @@ -1101,7 +1101,7 @@ public java.lang.String getName(); Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#name Sequence#name} --- @@ -1115,7 +1115,7 @@ public java.lang.String getSchema(); The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#schema Sequence#schema} --- @@ -1129,7 +1129,7 @@ public java.lang.String getComment(); Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#comment Sequence#comment} --- @@ -1141,7 +1141,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1158,7 +1158,7 @@ public java.lang.Number getIncrement(); The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#increment Sequence#increment} --- diff --git a/docs/sequence.python.md b/docs/sequence.python.md index c183c8670..41257d398 100644 --- a/docs/sequence.python.md +++ b/docs/sequence.python.md @@ -4,7 +4,7 @@ ### Sequence -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence snowflake_sequence}. #### Initializers @@ -45,7 +45,7 @@ sequence.Sequence( | name | str | Specifies the name for the sequence. | | schema | str | The schema in which to create the sequence. Don't use the \| character. | | comment | str | Specifies a comment for the sequence. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#id Sequence#id}. | | increment | typing.Union[int, float] | The amount the sequence will increase by each time it is used. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#database Sequence#database} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#name Sequence#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#schema Sequence#schema} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#comment Sequence#comment} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -167,7 +167,7 @@ If you experience problems setting this value it might not be settable. Please t The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#increment Sequence#increment} --- @@ -654,7 +654,7 @@ The construct id used in the generated config for the Sequence to import. The id of the existing Sequence that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#import import section} in the documentation of this resource for the id to use --- @@ -1042,7 +1042,7 @@ sequence.SequenceConfig( | name | str | Specifies the name for the sequence. | | schema | str | The schema in which to create the sequence. Don't use the \| character. | | comment | str | Specifies a comment for the sequence. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#id Sequence#id}. | | increment | typing.Union[int, float] | The amount the sequence will increase by each time it is used. | --- @@ -1127,7 +1127,7 @@ database: str The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#database Sequence#database} --- @@ -1141,7 +1141,7 @@ name: str Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#name Sequence#name} --- @@ -1155,7 +1155,7 @@ schema: str The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#schema Sequence#schema} --- @@ -1169,7 +1169,7 @@ comment: str Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#comment Sequence#comment} --- @@ -1181,7 +1181,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1198,7 +1198,7 @@ increment: typing.Union[int, float] The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#increment Sequence#increment} --- diff --git a/docs/sequence.typescript.md b/docs/sequence.typescript.md index fc09704cd..23a96ca80 100644 --- a/docs/sequence.typescript.md +++ b/docs/sequence.typescript.md @@ -4,7 +4,7 @@ ### Sequence -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence snowflake_sequence}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Sequence to import. The id of the existing Sequence that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#import import section} in the documentation of this resource for the id to use --- @@ -855,7 +855,7 @@ const sequenceConfig: sequence.SequenceConfig = { ... } | name | string | Specifies the name for the sequence. | | schema | string | The schema in which to create the sequence. Don't use the \| character. | | comment | string | Specifies a comment for the sequence. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#id Sequence#id}. | | increment | number | The amount the sequence will increase by each time it is used. | --- @@ -940,7 +940,7 @@ public readonly database: string; The database in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#database Sequence#database} --- @@ -954,7 +954,7 @@ public readonly name: string; Specifies the name for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#name Sequence#name} --- @@ -968,7 +968,7 @@ public readonly schema: string; The schema in which to create the sequence. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#schema Sequence#schema} --- @@ -982,7 +982,7 @@ public readonly comment: string; Specifies a comment for the sequence. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#comment Sequence#comment} --- @@ -994,7 +994,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1011,7 +1011,7 @@ public readonly increment: number; The amount the sequence will increase by each time it is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#increment Sequence#increment} --- diff --git a/docs/sequenceGrant.csharp.md b/docs/sequenceGrant.csharp.md index 0df69fecb..af70ab027 100644 --- a/docs/sequenceGrant.csharp.md +++ b/docs/sequenceGrant.csharp.md @@ -4,7 +4,7 @@ ### SequenceGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant snowflake_sequence_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant snowflake_sequence_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the SequenceGrant to import. The id of the existing SequenceGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use --- @@ -1003,7 +1003,7 @@ new SequenceGrantConfig { | DatabaseName | string | The name of the database containing the current or future sequences on which to grant privileges. | | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | Privilege | string | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1094,7 +1094,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -1108,7 +1108,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -1124,7 +1124,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -1136,7 +1136,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -1171,7 +1171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -1185,7 +1185,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -1201,7 +1201,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -1215,7 +1215,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -1229,7 +1229,7 @@ public string SequenceName { get; set; } The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -1243,7 +1243,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- diff --git a/docs/sequenceGrant.go.md b/docs/sequenceGrant.go.md index fb484d7a3..1140f09b8 100644 --- a/docs/sequenceGrant.go.md +++ b/docs/sequenceGrant.go.md @@ -4,7 +4,7 @@ ### SequenceGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant snowflake_sequence_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant snowflake_sequence_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the SequenceGrant to import. The id of the existing SequenceGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use --- @@ -1003,7 +1003,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/sequencegrant | DatabaseName | *string | The name of the database containing the current or future sequences on which to grant privileges. | | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | Privilege | *string | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1094,7 +1094,7 @@ DatabaseName *string The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -1108,7 +1108,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -1124,7 +1124,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -1136,7 +1136,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -1171,7 +1171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -1185,7 +1185,7 @@ Privilege *string The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -1201,7 +1201,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -1215,7 +1215,7 @@ SchemaName *string The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -1229,7 +1229,7 @@ SequenceName *string The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -1243,7 +1243,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- diff --git a/docs/sequenceGrant.java.md b/docs/sequenceGrant.java.md index 4a64d1894..b5d9316f6 100644 --- a/docs/sequenceGrant.java.md +++ b/docs/sequenceGrant.java.md @@ -4,7 +4,7 @@ ### SequenceGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant snowflake_sequence_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant snowflake_sequence_grant}. #### Initializers @@ -55,7 +55,7 @@ SequenceGrant.Builder.create(Construct scope, java.lang.String id) | databaseName | java.lang.String | The name of the database containing the current or future sequences on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -177,7 +177,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -189,7 +189,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -211,7 +211,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- @@ -724,7 +724,7 @@ The construct id used in the generated config for the SequenceGrant to import. The id of the existing SequenceGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use --- @@ -1212,7 +1212,7 @@ SequenceGrantConfig.builder() | databaseName | java.lang.String | The name of the database containing the current or future sequences on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1303,7 +1303,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -1317,7 +1317,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -1333,7 +1333,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -1345,7 +1345,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1364,7 +1364,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -1380,7 +1380,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -1394,7 +1394,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -1410,7 +1410,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -1424,7 +1424,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -1438,7 +1438,7 @@ public java.lang.String getSequenceName(); The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -1452,7 +1452,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- diff --git a/docs/sequenceGrant.python.md b/docs/sequenceGrant.python.md index f6564854b..8683a0446 100644 --- a/docs/sequenceGrant.python.md +++ b/docs/sequenceGrant.python.md @@ -4,7 +4,7 @@ ### SequenceGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant snowflake_sequence_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant snowflake_sequence_grant}. #### Initializers @@ -49,7 +49,7 @@ sequenceGrant.SequenceGrant( | database_name | str | The name of the database containing the current or future sequences on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | privilege | str | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -148,7 +148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -183,7 +183,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -205,7 +205,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- @@ -764,7 +764,7 @@ The construct id used in the generated config for the SequenceGrant to import. The id of the existing SequenceGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use --- @@ -1244,7 +1244,7 @@ sequenceGrant.SequenceGrantConfig( | database_name | str | The name of the database containing the current or future sequences on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | privilege | str | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1335,7 +1335,7 @@ database_name: str The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -1349,7 +1349,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -1365,7 +1365,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -1377,7 +1377,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1396,7 +1396,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -1412,7 +1412,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -1426,7 +1426,7 @@ privilege: str The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -1442,7 +1442,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -1456,7 +1456,7 @@ schema_name: str The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -1470,7 +1470,7 @@ sequence_name: str The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -1484,7 +1484,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- diff --git a/docs/sequenceGrant.typescript.md b/docs/sequenceGrant.typescript.md index 8bcd1d046..7b05d736d 100644 --- a/docs/sequenceGrant.typescript.md +++ b/docs/sequenceGrant.typescript.md @@ -4,7 +4,7 @@ ### SequenceGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant snowflake_sequence_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant snowflake_sequence_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the SequenceGrant to import. The id of the existing SequenceGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use --- @@ -984,7 +984,7 @@ const sequenceGrantConfig: sequenceGrant.SequenceGrantConfig = { ... } | databaseName | string | The name of the database containing the current or future sequences on which to grant privileges. | | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. | | privilege | string | The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1075,7 +1075,7 @@ public readonly databaseName: string; The name of the database containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#database_name SequenceGrant#database_name} --- @@ -1089,7 +1089,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#roles SequenceGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#roles SequenceGrant#roles} --- @@ -1105,7 +1105,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} --- @@ -1117,7 +1117,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1136,7 +1136,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_all SequenceGrant#on_all} --- @@ -1152,7 +1152,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_future SequenceGrant#on_future} --- @@ -1166,7 +1166,7 @@ public readonly privilege: string; The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#privilege SequenceGrant#privilege} --- @@ -1182,7 +1182,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} --- @@ -1196,7 +1196,7 @@ public readonly schemaName: string; The name of the schema containing the current or future sequences on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} --- @@ -1210,7 +1210,7 @@ public readonly sequenceName: string; The name of the sequence on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} --- @@ -1224,7 +1224,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} --- diff --git a/docs/sessionParameter.csharp.md b/docs/sessionParameter.csharp.md index 3d0c580e4..4708b8cae 100644 --- a/docs/sessionParameter.csharp.md +++ b/docs/sessionParameter.csharp.md @@ -4,7 +4,7 @@ ### SessionParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter snowflake_session_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter snowflake_session_parameter}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SessionParameter to import The id of the existing SessionParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,7 @@ new SessionParameterConfig { | Provisioners | object[] | *No description.* | | Key | string | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | Value | string | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. | | OnAccount | object | If true, the session parameter will be set on the account level. | | User | string | The user to set the session parameter for. Required if on_account is false. | @@ -908,7 +908,7 @@ public string Key { get; set; } Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#key SessionParameter#key} --- @@ -922,7 +922,7 @@ public string Value { get; set; } Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#value SessionParameter#value} --- @@ -934,7 +934,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -951,7 +951,7 @@ public object OnAccount { get; set; } If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -965,7 +965,7 @@ public string User { get; set; } The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#user SessionParameter#user} --- diff --git a/docs/sessionParameter.go.md b/docs/sessionParameter.go.md index abf43b596..0285cdfb5 100644 --- a/docs/sessionParameter.go.md +++ b/docs/sessionParameter.go.md @@ -4,7 +4,7 @@ ### SessionParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter snowflake_session_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter snowflake_session_parameter}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SessionParameter to import The id of the existing SessionParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#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/v10/sessionparame | Provisioners | *[]interface{} | *No description.* | | Key | *string | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | Value | *string | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. | | OnAccount | interface{} | If true, the session parameter will be set on the account level. | | User | *string | The user to set the session parameter for. Required if on_account is false. | @@ -908,7 +908,7 @@ Key *string Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#key SessionParameter#key} --- @@ -922,7 +922,7 @@ Value *string Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#value SessionParameter#value} --- @@ -934,7 +934,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -951,7 +951,7 @@ OnAccount interface{} If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -965,7 +965,7 @@ User *string The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#user SessionParameter#user} --- diff --git a/docs/sessionParameter.java.md b/docs/sessionParameter.java.md index a6aa2bd5c..a2de7d664 100644 --- a/docs/sessionParameter.java.md +++ b/docs/sessionParameter.java.md @@ -4,7 +4,7 @@ ### SessionParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter snowflake_session_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter snowflake_session_parameter}. #### Initializers @@ -45,7 +45,7 @@ SessionParameter.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | value | java.lang.String | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the session parameter will be set on the account level. | | user | java.lang.String | The user to set the session parameter for. Required if on_account is false. | @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#key SessionParameter#key} --- @@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#value SessionParameter#value} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -148,7 +148,7 @@ If you experience problems setting this value it might not be settable. Please t If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#user SessionParameter#user} --- @@ -599,7 +599,7 @@ The construct id used in the generated config for the SessionParameter to import The id of the existing SessionParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use --- @@ -945,7 +945,7 @@ SessionParameterConfig.builder() | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | value | java.lang.String | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. | | onAccount | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the session parameter will be set on the account level. | | user | java.lang.String | The user to set the session parameter for. Required if on_account is false. | @@ -1031,7 +1031,7 @@ public java.lang.String getKey(); Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#key SessionParameter#key} --- @@ -1045,7 +1045,7 @@ public java.lang.String getValue(); Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#value SessionParameter#value} --- @@ -1057,7 +1057,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1074,7 +1074,7 @@ public java.lang.Object getOnAccount(); If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -1088,7 +1088,7 @@ public java.lang.String getUser(); The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#user SessionParameter#user} --- diff --git a/docs/sessionParameter.python.md b/docs/sessionParameter.python.md index 75b1628ab..c0aaad54f 100644 --- a/docs/sessionParameter.python.md +++ b/docs/sessionParameter.python.md @@ -4,7 +4,7 @@ ### SessionParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter snowflake_session_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter snowflake_session_parameter}. #### Initializers @@ -42,7 +42,7 @@ sessionParameter.SessionParameter( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | value | str | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the session parameter will be set on the account level. | | user | str | The user to set the session parameter for. Required if on_account is false. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#key SessionParameter#key} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#value SessionParameter#value} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#user SessionParameter#user} --- @@ -642,7 +642,7 @@ The construct id used in the generated config for the SessionParameter to import The id of the existing SessionParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use --- @@ -983,7 +983,7 @@ sessionParameter.SessionParameterConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | value | str | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. | | on_account | typing.Union[bool, cdktf.IResolvable] | If true, the session parameter will be set on the account level. | | user | str | The user to set the session parameter for. Required if on_account is false. | @@ -1069,7 +1069,7 @@ key: str Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#key SessionParameter#key} --- @@ -1083,7 +1083,7 @@ value: str Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#value SessionParameter#value} --- @@ -1095,7 +1095,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1112,7 +1112,7 @@ on_account: typing.Union[bool, IResolvable] If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -1126,7 +1126,7 @@ user: str The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#user SessionParameter#user} --- diff --git a/docs/sessionParameter.typescript.md b/docs/sessionParameter.typescript.md index 51ab2cdd1..d4a6f86ec 100644 --- a/docs/sessionParameter.typescript.md +++ b/docs/sessionParameter.typescript.md @@ -4,7 +4,7 @@ ### SessionParameter -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter snowflake_session_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter snowflake_session_parameter}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SessionParameter to import The id of the existing SessionParameter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use --- @@ -809,7 +809,7 @@ const sessionParameterConfig: sessionParameter.SessionParameterConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | key | string | Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). | | value | string | Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. | | onAccount | boolean \| cdktf.IResolvable | If true, the session parameter will be set on the account level. | | user | string | The user to set the session parameter for. Required if on_account is false. | @@ -895,7 +895,7 @@ public readonly key: string; Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#key SessionParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#key SessionParameter#key} --- @@ -909,7 +909,7 @@ public readonly value: string; Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#value SessionParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#value SessionParameter#value} --- @@ -921,7 +921,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -938,7 +938,7 @@ public readonly onAccount: boolean | IResolvable; If true, the session parameter will be set on the account level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#on_account SessionParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#on_account SessionParameter#on_account} --- @@ -952,7 +952,7 @@ public readonly user: string; The user to set the session parameter for. Required if on_account is false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#user SessionParameter#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#user SessionParameter#user} --- diff --git a/docs/share.csharp.md b/docs/share.csharp.md index 783226fca..422087762 100644 --- a/docs/share.csharp.md +++ b/docs/share.csharp.md @@ -4,7 +4,7 @@ ### Share -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share snowflake_share}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Share to import. The id of the existing Share that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -800,7 +800,7 @@ new ShareConfig { | Name | string | Specifies the identifier for the share; must be unique for the account in which the share is created. | | Accounts | string[] | A list of accounts to be added to the share. | | Comment | string | Specifies a comment for the managed account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#id Share#id}. | --- @@ -884,7 +884,7 @@ public string Name { get; set; } Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#name Share#name} --- @@ -900,7 +900,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#accounts Share#accounts} --- @@ -914,7 +914,7 @@ public string Comment { get; set; } Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#comment Share#comment} --- @@ -926,7 +926,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 b0676a3bb..36365ce5e 100644 --- a/docs/share.go.md +++ b/docs/share.go.md @@ -4,7 +4,7 @@ ### Share -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share snowflake_share}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Share to import. The id of the existing Share that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -800,7 +800,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/share" | Name | *string | Specifies the identifier for the share; must be unique for the account in which the share is created. | | Accounts | *[]*string | A list of accounts to be added to the share. | | Comment | *string | Specifies a comment for the managed account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#id Share#id}. | --- @@ -884,7 +884,7 @@ Name *string Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#name Share#name} --- @@ -900,7 +900,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#accounts Share#accounts} --- @@ -914,7 +914,7 @@ Comment *string Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#comment Share#comment} --- @@ -926,7 +926,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 b9a2583b1..03ff35810 100644 --- a/docs/share.java.md +++ b/docs/share.java.md @@ -4,7 +4,7 @@ ### Share -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share snowflake_share}. #### Initializers @@ -44,7 +44,7 @@ Share.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Specifies the identifier for the share; must be unique for the account in which the share is created. | | accounts | java.util.List | A list of accounts to be added to the share. | | comment | java.lang.String | Specifies a comment for the managed account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#id Share#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#name Share#name} --- @@ -126,7 +126,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#accounts Share#accounts} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#comment Share#comment} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -588,7 +588,7 @@ The construct id used in the generated config for the Share to import. The id of the existing Share that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -911,7 +911,7 @@ ShareConfig.builder() | name | java.lang.String | Specifies the identifier for the share; must be unique for the account in which the share is created. | | accounts | java.util.List | A list of accounts to be added to the share. | | comment | java.lang.String | Specifies a comment for the managed account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#id Share#id}. | --- @@ -995,7 +995,7 @@ public java.lang.String getName(); Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#name Share#name} --- @@ -1011,7 +1011,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#accounts Share#accounts} --- @@ -1025,7 +1025,7 @@ public java.lang.String getComment(); Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#comment Share#comment} --- @@ -1037,7 +1037,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 d76627abd..3b5daa45d 100644 --- a/docs/share.python.md +++ b/docs/share.python.md @@ -4,7 +4,7 @@ ### Share -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share snowflake_share}. #### Initializers @@ -42,7 +42,7 @@ share.Share( | name | str | Specifies the identifier for the share; must be unique for the account in which the share is created. | | accounts | typing.List[str] | A list of accounts to be added to the share. | | comment | str | Specifies a comment for the managed account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#id Share#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#name Share#name} --- @@ -124,7 +124,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#accounts Share#accounts} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#comment Share#comment} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -632,7 +632,7 @@ The construct id used in the generated config for the Share to import. The id of the existing Share that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -951,7 +951,7 @@ share.ShareConfig( | name | str | Specifies the identifier for the share; must be unique for the account in which the share is created. | | accounts | typing.List[str] | A list of accounts to be added to the share. | | comment | str | Specifies a comment for the managed account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#id Share#id}. | --- @@ -1035,7 +1035,7 @@ name: str Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#name Share#name} --- @@ -1051,7 +1051,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#accounts Share#accounts} --- @@ -1065,7 +1065,7 @@ comment: str Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#comment Share#comment} --- @@ -1077,7 +1077,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 463470eed..ac79eabae 100644 --- a/docs/share.typescript.md +++ b/docs/share.typescript.md @@ -4,7 +4,7 @@ ### Share -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share snowflake_share}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Share to import. The id of the existing Share that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -788,7 +788,7 @@ const shareConfig: share.ShareConfig = { ... } | name | string | Specifies the identifier for the share; must be unique for the account in which the share is created. | | accounts | string[] | A list of accounts to be added to the share. | | comment | string | Specifies a comment for the managed account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#id Share#id}. | --- @@ -872,7 +872,7 @@ public readonly name: string; Specifies the identifier for the share; must be unique for the account in which the share is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#name Share#name} --- @@ -888,7 +888,7 @@ A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#accounts Share#accounts} --- @@ -902,7 +902,7 @@ public readonly comment: string; Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#comment Share#comment} --- @@ -914,7 +914,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#id Share#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/stage.csharp.md b/docs/stage.csharp.md index 435fda4bf..cb4f58192 100644 --- a/docs/stage.csharp.md +++ b/docs/stage.csharp.md @@ -4,7 +4,7 @@ ### Stage -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage snowflake_stage}. #### Initializers @@ -557,7 +557,7 @@ The construct id used in the generated config for the Stage to import. The id of the existing Stage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1129,15 +1129,15 @@ new StageConfig { | Database | string | The database in which to create the stage. | | Name | string | Specifies the identifier for the stage; | | Schema | string | The schema in which to create the stage. | -| AwsExternalId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| AwsExternalId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | Comment | string | Specifies a comment for the stage. | | CopyOptions | string | Specifies the copy options for the stage. | | Credentials | string | Specifies the credentials for the stage. | | Directory | string | Specifies the directory settings for the stage. | | Encryption | string | Specifies the encryption settings for the stage. | | FileFormat | string | Specifies the file format for the stage. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. | -| SnowflakeIamUser | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#id Stage#id}. | +| SnowflakeIamUser | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | StorageIntegration | string | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | Tag | object | tag block. | | Url | string | Specifies the URL for the stage. | @@ -1224,7 +1224,7 @@ public string Database { get; set; } The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} --- @@ -1240,7 +1240,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} --- @@ -1254,7 +1254,7 @@ public string Schema { get; set; } The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} --- @@ -1266,7 +1266,7 @@ public string AwsExternalId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -1280,7 +1280,7 @@ public string Comment { get; set; } Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#comment Stage#comment} --- @@ -1294,7 +1294,7 @@ public string CopyOptions { get; set; } Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1308,7 +1308,7 @@ public string Credentials { get; set; } Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#credentials Stage#credentials} --- @@ -1322,7 +1322,7 @@ public string Directory { get; set; } Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#directory Stage#directory} --- @@ -1336,7 +1336,7 @@ public string Encryption { get; set; } Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#encryption Stage#encryption} --- @@ -1350,7 +1350,7 @@ public string FileFormat { get; set; } Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#file_format Stage#file_format} --- @@ -1362,7 +1362,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1377,7 +1377,7 @@ public string SnowflakeIamUser { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -1391,7 +1391,7 @@ public string StorageIntegration { get; set; } Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1405,7 +1405,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#tag Stage#tag} --- @@ -1419,7 +1419,7 @@ public string Url { get; set; } Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#url Stage#url} --- @@ -1459,7 +1459,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} --- @@ -1473,7 +1473,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#value Stage#value} --- @@ -1487,7 +1487,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} --- @@ -1501,7 +1501,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stage.go.md b/docs/stage.go.md index d4623ea09..899e8898b 100644 --- a/docs/stage.go.md +++ b/docs/stage.go.md @@ -4,7 +4,7 @@ ### Stage -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage snowflake_stage}. #### Initializers @@ -557,7 +557,7 @@ The construct id used in the generated config for the Stage to import. The id of the existing Stage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1129,15 +1129,15 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/stage" | Database | *string | The database in which to create the stage. | | Name | *string | Specifies the identifier for the stage; | | Schema | *string | The schema in which to create the stage. | -| AwsExternalId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| AwsExternalId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | Comment | *string | Specifies a comment for the stage. | | CopyOptions | *string | Specifies the copy options for the stage. | | Credentials | *string | Specifies the credentials for the stage. | | Directory | *string | Specifies the directory settings for the stage. | | Encryption | *string | Specifies the encryption settings for the stage. | | FileFormat | *string | Specifies the file format for the stage. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. | -| SnowflakeIamUser | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#id Stage#id}. | +| SnowflakeIamUser | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | StorageIntegration | *string | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | Tag | interface{} | tag block. | | Url | *string | Specifies the URL for the stage. | @@ -1224,7 +1224,7 @@ Database *string The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} --- @@ -1240,7 +1240,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} --- @@ -1254,7 +1254,7 @@ Schema *string The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} --- @@ -1266,7 +1266,7 @@ AwsExternalId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -1280,7 +1280,7 @@ Comment *string Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#comment Stage#comment} --- @@ -1294,7 +1294,7 @@ CopyOptions *string Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1308,7 +1308,7 @@ Credentials *string Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#credentials Stage#credentials} --- @@ -1322,7 +1322,7 @@ Directory *string Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#directory Stage#directory} --- @@ -1336,7 +1336,7 @@ Encryption *string Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#encryption Stage#encryption} --- @@ -1350,7 +1350,7 @@ FileFormat *string Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#file_format Stage#file_format} --- @@ -1362,7 +1362,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1377,7 +1377,7 @@ SnowflakeIamUser *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -1391,7 +1391,7 @@ StorageIntegration *string Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1405,7 +1405,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#tag Stage#tag} --- @@ -1419,7 +1419,7 @@ Url *string Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#url Stage#url} --- @@ -1459,7 +1459,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} --- @@ -1473,7 +1473,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#value Stage#value} --- @@ -1487,7 +1487,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} --- @@ -1501,7 +1501,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stage.java.md b/docs/stage.java.md index 37418d5e5..0fb92f532 100644 --- a/docs/stage.java.md +++ b/docs/stage.java.md @@ -4,7 +4,7 @@ ### Stage -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage snowflake_stage}. #### Initializers @@ -56,15 +56,15 @@ Stage.Builder.create(Construct scope, java.lang.String id) | database | java.lang.String | The database in which to create the stage. | | name | java.lang.String | Specifies the identifier for the stage; | | schema | java.lang.String | The schema in which to create the stage. | -| awsExternalId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| awsExternalId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | comment | java.lang.String | Specifies a comment for the stage. | | copyOptions | java.lang.String | Specifies the copy options for the stage. | | credentials | java.lang.String | Specifies the credentials for the stage. | | directory | java.lang.String | Specifies the directory settings for the stage. | | encryption | java.lang.String | Specifies the encryption settings for the stage. | | fileFormat | java.lang.String | Specifies the file format for the stage. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. | -| snowflakeIamUser | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#id Stage#id}. | +| snowflakeIamUser | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | storageIntegration | java.lang.String | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<StageTag> | tag block. | | url | java.lang.String | Specifies the URL for the stage. | @@ -137,7 +137,7 @@ Must be unique amongst siblings in the same scope The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} --- @@ -149,7 +149,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#comment Stage#comment} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#copy_options Stage#copy_options} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#credentials Stage#credentials} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#directory Stage#directory} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#encryption Stage#encryption} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#file_format Stage#file_format} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#id Stage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -246,7 +246,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#tag Stage#tag} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#url Stage#url} --- @@ -793,7 +793,7 @@ The construct id used in the generated config for the Stage to import. The id of the existing Stage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1370,15 +1370,15 @@ StageConfig.builder() | database | java.lang.String | The database in which to create the stage. | | name | java.lang.String | Specifies the identifier for the stage; | | schema | java.lang.String | The schema in which to create the stage. | -| awsExternalId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| awsExternalId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | comment | java.lang.String | Specifies a comment for the stage. | | copyOptions | java.lang.String | Specifies the copy options for the stage. | | credentials | java.lang.String | Specifies the credentials for the stage. | | directory | java.lang.String | Specifies the directory settings for the stage. | | encryption | java.lang.String | Specifies the encryption settings for the stage. | | fileFormat | java.lang.String | Specifies the file format for the stage. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. | -| snowflakeIamUser | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#id Stage#id}. | +| snowflakeIamUser | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | storageIntegration | java.lang.String | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<StageTag> | tag block. | | url | java.lang.String | Specifies the URL for the stage. | @@ -1465,7 +1465,7 @@ public java.lang.String getDatabase(); The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} --- @@ -1481,7 +1481,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} --- @@ -1495,7 +1495,7 @@ public java.lang.String getSchema(); The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} --- @@ -1507,7 +1507,7 @@ public java.lang.String getAwsExternalId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -1521,7 +1521,7 @@ public java.lang.String getComment(); Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#comment Stage#comment} --- @@ -1535,7 +1535,7 @@ public java.lang.String getCopyOptions(); Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1549,7 +1549,7 @@ public java.lang.String getCredentials(); Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#credentials Stage#credentials} --- @@ -1563,7 +1563,7 @@ public java.lang.String getDirectory(); Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#directory Stage#directory} --- @@ -1577,7 +1577,7 @@ public java.lang.String getEncryption(); Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#encryption Stage#encryption} --- @@ -1591,7 +1591,7 @@ public java.lang.String getFileFormat(); Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#file_format Stage#file_format} --- @@ -1603,7 +1603,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1618,7 +1618,7 @@ public java.lang.String getSnowflakeIamUser(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -1632,7 +1632,7 @@ public java.lang.String getStorageIntegration(); Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1646,7 +1646,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#tag Stage#tag} --- @@ -1660,7 +1660,7 @@ public java.lang.String getUrl(); Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#url Stage#url} --- @@ -1700,7 +1700,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} --- @@ -1714,7 +1714,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#value Stage#value} --- @@ -1728,7 +1728,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} --- @@ -1742,7 +1742,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stage.python.md b/docs/stage.python.md index ec6769e67..b094aa941 100644 --- a/docs/stage.python.md +++ b/docs/stage.python.md @@ -4,7 +4,7 @@ ### Stage -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage snowflake_stage}. #### Initializers @@ -53,15 +53,15 @@ stage.Stage( | database | str | The database in which to create the stage. | | name | str | Specifies the identifier for the stage; | | schema | str | The schema in which to create the stage. | -| aws_external_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| aws_external_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | comment | str | Specifies a comment for the stage. | | copy_options | str | Specifies the copy options for the stage. | | credentials | str | Specifies the credentials for the stage. | | directory | str | Specifies the directory settings for the stage. | | encryption | str | Specifies the encryption settings for the stage. | | file_format | str | Specifies the file format for the stage. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. | -| snowflake_iam_user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#id Stage#id}. | +| snowflake_iam_user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | storage_integration | str | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | tag | typing.Union[cdktf.IResolvable, typing.List[StageTag]] | tag block. | | url | str | Specifies the URL for the stage. | @@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} --- @@ -146,7 +146,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#comment Stage#comment} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#copy_options Stage#copy_options} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#credentials Stage#credentials} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#directory Stage#directory} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#encryption Stage#encryption} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#file_format Stage#file_format} --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#id Stage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -243,7 +243,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#tag Stage#tag} --- @@ -273,7 +273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#url Stage#url} --- @@ -838,7 +838,7 @@ The construct id used in the generated config for the Stage to import. The id of the existing Stage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1410,15 +1410,15 @@ stage.StageConfig( | database | str | The database in which to create the stage. | | name | str | Specifies the identifier for the stage; | | schema | str | The schema in which to create the stage. | -| aws_external_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| aws_external_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | comment | str | Specifies a comment for the stage. | | copy_options | str | Specifies the copy options for the stage. | | credentials | str | Specifies the credentials for the stage. | | directory | str | Specifies the directory settings for the stage. | | encryption | str | Specifies the encryption settings for the stage. | | file_format | str | Specifies the file format for the stage. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. | -| snowflake_iam_user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#id Stage#id}. | +| snowflake_iam_user | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | storage_integration | str | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | tag | typing.Union[cdktf.IResolvable, typing.List[StageTag]] | tag block. | | url | str | Specifies the URL for the stage. | @@ -1505,7 +1505,7 @@ database: str The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} --- @@ -1521,7 +1521,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} --- @@ -1535,7 +1535,7 @@ schema: str The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} --- @@ -1547,7 +1547,7 @@ aws_external_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -1561,7 +1561,7 @@ comment: str Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#comment Stage#comment} --- @@ -1575,7 +1575,7 @@ copy_options: str Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1589,7 +1589,7 @@ credentials: str Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#credentials Stage#credentials} --- @@ -1603,7 +1603,7 @@ directory: str Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#directory Stage#directory} --- @@ -1617,7 +1617,7 @@ encryption: str Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#encryption Stage#encryption} --- @@ -1631,7 +1631,7 @@ file_format: str Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#file_format Stage#file_format} --- @@ -1643,7 +1643,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1658,7 +1658,7 @@ snowflake_iam_user: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -1672,7 +1672,7 @@ storage_integration: str Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1686,7 +1686,7 @@ tag: typing.Union[IResolvable, typing.List[StageTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#tag Stage#tag} --- @@ -1700,7 +1700,7 @@ url: str Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#url Stage#url} --- @@ -1740,7 +1740,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} --- @@ -1754,7 +1754,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#value Stage#value} --- @@ -1768,7 +1768,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} --- @@ -1782,7 +1782,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stage.typescript.md b/docs/stage.typescript.md index e5c77c040..d158124e2 100644 --- a/docs/stage.typescript.md +++ b/docs/stage.typescript.md @@ -4,7 +4,7 @@ ### Stage -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage snowflake_stage}. #### Initializers @@ -557,7 +557,7 @@ The construct id used in the generated config for the Stage to import. The id of the existing Stage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1106,15 +1106,15 @@ const stageConfig: stage.StageConfig = { ... } | database | string | The database in which to create the stage. | | name | string | Specifies the identifier for the stage; | | schema | string | The schema in which to create the stage. | -| awsExternalId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. | +| awsExternalId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. | | comment | string | Specifies a comment for the stage. | | copyOptions | string | Specifies the copy options for the stage. | | credentials | string | Specifies the credentials for the stage. | | directory | string | Specifies the directory settings for the stage. | | encryption | string | Specifies the encryption settings for the stage. | | fileFormat | string | Specifies the file format for the stage. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. | -| snowflakeIamUser | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#id Stage#id}. | +| snowflakeIamUser | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. | | storageIntegration | string | Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. | | tag | cdktf.IResolvable \| StageTag[] | tag block. | | url | string | Specifies the URL for the stage. | @@ -1201,7 +1201,7 @@ public readonly database: string; The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} --- @@ -1217,7 +1217,7 @@ Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} --- @@ -1231,7 +1231,7 @@ public readonly schema: string; The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} --- @@ -1243,7 +1243,7 @@ public readonly awsExternalId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id}. --- @@ -1257,7 +1257,7 @@ public readonly comment: string; Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#comment Stage#comment} --- @@ -1271,7 +1271,7 @@ public readonly copyOptions: string; Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1285,7 +1285,7 @@ public readonly credentials: string; Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#credentials Stage#credentials} --- @@ -1299,7 +1299,7 @@ public readonly directory: string; Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#directory Stage#directory} --- @@ -1313,7 +1313,7 @@ public readonly encryption: string; Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#encryption Stage#encryption} --- @@ -1327,7 +1327,7 @@ public readonly fileFormat: string; Specifies the file format for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#file_format Stage#file_format} --- @@ -1339,7 +1339,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1354,7 +1354,7 @@ public readonly snowflakeIamUser: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user}. --- @@ -1368,7 +1368,7 @@ public readonly storageIntegration: string; Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1382,7 +1382,7 @@ public readonly tag: IResolvable | StageTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#tag Stage#tag} --- @@ -1396,7 +1396,7 @@ public readonly url: string; Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#url Stage#url} --- @@ -1431,7 +1431,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} --- @@ -1445,7 +1445,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#value Stage#value} --- @@ -1459,7 +1459,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} --- @@ -1473,7 +1473,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stageGrant.csharp.md b/docs/stageGrant.csharp.md index 9c515e719..d90e3b228 100644 --- a/docs/stageGrant.csharp.md +++ b/docs/stageGrant.csharp.md @@ -4,7 +4,7 @@ ### StageGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant snowflake_stage_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant snowflake_stage_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the StageGrant to import. The id of the existing StageGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use --- @@ -1003,7 +1003,7 @@ new StageGrantConfig { | DatabaseName | string | The name of the database containing the current stage on which to grant privileges. | | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | Privilege | string | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1094,7 +1094,7 @@ public string DatabaseName { get; set; } The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -1108,7 +1108,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -1124,7 +1124,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -1136,7 +1136,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -1171,7 +1171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -1185,7 +1185,7 @@ public string Privilege { get; set; } The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -1201,7 +1201,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -1215,7 +1215,7 @@ public string SchemaName { get; set; } The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -1229,7 +1229,7 @@ public string StageName { get; set; } The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -1243,7 +1243,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- diff --git a/docs/stageGrant.go.md b/docs/stageGrant.go.md index b8872e6c2..5e136bb57 100644 --- a/docs/stageGrant.go.md +++ b/docs/stageGrant.go.md @@ -4,7 +4,7 @@ ### StageGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant snowflake_stage_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant snowflake_stage_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the StageGrant to import. The id of the existing StageGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use --- @@ -1003,7 +1003,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/stagegrant" | DatabaseName | *string | The name of the database containing the current stage on which to grant privileges. | | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | Privilege | *string | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1094,7 +1094,7 @@ DatabaseName *string The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -1108,7 +1108,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -1124,7 +1124,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -1136,7 +1136,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -1171,7 +1171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -1185,7 +1185,7 @@ Privilege *string The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -1201,7 +1201,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -1215,7 +1215,7 @@ SchemaName *string The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -1229,7 +1229,7 @@ StageName *string The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -1243,7 +1243,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- diff --git a/docs/stageGrant.java.md b/docs/stageGrant.java.md index 4b7f768dc..3318b2777 100644 --- a/docs/stageGrant.java.md +++ b/docs/stageGrant.java.md @@ -4,7 +4,7 @@ ### StageGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant snowflake_stage_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant snowflake_stage_grant}. #### Initializers @@ -55,7 +55,7 @@ StageGrant.Builder.create(Construct scope, java.lang.String id) | databaseName | java.lang.String | The name of the database containing the current stage on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | privilege | java.lang.String | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -177,7 +177,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -189,7 +189,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -211,7 +211,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- @@ -724,7 +724,7 @@ The construct id used in the generated config for the StageGrant to import. The id of the existing StageGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use --- @@ -1212,7 +1212,7 @@ StageGrantConfig.builder() | databaseName | java.lang.String | The name of the database containing the current stage on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | privilege | java.lang.String | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1303,7 +1303,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -1317,7 +1317,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -1333,7 +1333,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -1345,7 +1345,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1364,7 +1364,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -1380,7 +1380,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -1394,7 +1394,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -1410,7 +1410,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -1424,7 +1424,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -1438,7 +1438,7 @@ public java.lang.String getStageName(); The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -1452,7 +1452,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- diff --git a/docs/stageGrant.python.md b/docs/stageGrant.python.md index e8502df4b..938c78de0 100644 --- a/docs/stageGrant.python.md +++ b/docs/stageGrant.python.md @@ -4,7 +4,7 @@ ### StageGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant snowflake_stage_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant snowflake_stage_grant}. #### Initializers @@ -49,7 +49,7 @@ stageGrant.StageGrant( | database_name | str | The name of the database containing the current stage on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | privilege | str | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -148,7 +148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -183,7 +183,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -205,7 +205,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- @@ -764,7 +764,7 @@ The construct id used in the generated config for the StageGrant to import. The id of the existing StageGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use --- @@ -1244,7 +1244,7 @@ stageGrant.StageGrantConfig( | database_name | str | The name of the database containing the current stage on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | privilege | str | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1335,7 +1335,7 @@ database_name: str The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -1349,7 +1349,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -1365,7 +1365,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -1377,7 +1377,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1396,7 +1396,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -1412,7 +1412,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -1426,7 +1426,7 @@ privilege: str The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -1442,7 +1442,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -1456,7 +1456,7 @@ schema_name: str The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -1470,7 +1470,7 @@ stage_name: str The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -1484,7 +1484,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- diff --git a/docs/stageGrant.typescript.md b/docs/stageGrant.typescript.md index a3d8b7d92..595b7cbe4 100644 --- a/docs/stageGrant.typescript.md +++ b/docs/stageGrant.typescript.md @@ -4,7 +4,7 @@ ### StageGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant snowflake_stage_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant snowflake_stage_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the StageGrant to import. The id of the existing StageGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use --- @@ -984,7 +984,7 @@ const stageGrantConfig: stageGrant.StageGrantConfig = { ... } | databaseName | string | The name of the database containing the current stage on which to grant privileges. | | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. | | privilege | string | The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1075,7 +1075,7 @@ public readonly databaseName: string; The name of the database containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#database_name StageGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#database_name StageGrant#database_name} --- @@ -1089,7 +1089,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#roles StageGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#roles StageGrant#roles} --- @@ -1105,7 +1105,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} --- @@ -1117,7 +1117,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1136,7 +1136,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_all StageGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_all StageGrant#on_all} --- @@ -1152,7 +1152,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_future StageGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_future StageGrant#on_future} --- @@ -1166,7 +1166,7 @@ public readonly privilege: string; The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#privilege StageGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#privilege StageGrant#privilege} --- @@ -1182,7 +1182,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} --- @@ -1196,7 +1196,7 @@ public readonly schemaName: string; The name of the schema containing the current stage on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#schema_name StageGrant#schema_name} --- @@ -1210,7 +1210,7 @@ public readonly stageName: string; The name of the stage on which to grant privilege (only valid if on_future and on_all are false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#stage_name StageGrant#stage_name} --- @@ -1224,7 +1224,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} --- diff --git a/docs/storageIntegration.csharp.md b/docs/storageIntegration.csharp.md index bfa06e91b..74cc0ed10 100644 --- a/docs/storageIntegration.csharp.md +++ b/docs/storageIntegration.csharp.md @@ -4,7 +4,7 @@ ### StorageIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration snowflake_storage_integration}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the StorageIntegration to impo The id of the existing StorageIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1059,17 +1059,17 @@ new StorageIntegrationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. | | StorageAllowedLocations | string[] | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| StorageProvider | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| AzureTenantId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| StorageProvider | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| AzureTenantId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.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/0.79.1/docs/resources/storage_integration#comment StorageIntegration#comment}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#id StorageIntegration#id}. | | StorageAwsObjectAcl | string | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| StorageAwsRoleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| StorageAwsRoleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | StorageBlockedLocations | string[] | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1151,7 +1151,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1165,7 +1165,7 @@ public string[] StorageAllowedLocations { get; set; } Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1177,7 +1177,7 @@ public string StorageProvider { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -1189,7 +1189,7 @@ public string AzureTenantId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1201,7 +1201,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1213,7 +1213,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1225,7 +1225,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1242,7 +1242,7 @@ public string StorageAwsObjectAcl { get; set; } "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1254,7 +1254,7 @@ public string StorageAwsRoleArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1268,7 +1268,7 @@ public string[] StorageBlockedLocations { get; set; } Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1280,7 +1280,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/storageIntegration.go.md b/docs/storageIntegration.go.md index 2378fec22..81dd71b48 100644 --- a/docs/storageIntegration.go.md +++ b/docs/storageIntegration.go.md @@ -4,7 +4,7 @@ ### StorageIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration snowflake_storage_integration}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the StorageIntegration to impo The id of the existing StorageIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1059,17 +1059,17 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/storageintegr | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. | | StorageAllowedLocations | *[]*string | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| StorageProvider | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| AzureTenantId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| StorageProvider | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| AzureTenantId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.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/0.79.1/docs/resources/storage_integration#comment StorageIntegration#comment}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#id StorageIntegration#id}. | | StorageAwsObjectAcl | *string | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| StorageAwsRoleArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| StorageAwsRoleArn | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | StorageBlockedLocations | *[]*string | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1151,7 +1151,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1165,7 +1165,7 @@ StorageAllowedLocations *[]*string Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1177,7 +1177,7 @@ StorageProvider *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -1189,7 +1189,7 @@ AzureTenantId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1201,7 +1201,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1213,7 +1213,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1225,7 +1225,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1242,7 +1242,7 @@ StorageAwsObjectAcl *string "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1254,7 +1254,7 @@ StorageAwsRoleArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1268,7 +1268,7 @@ StorageBlockedLocations *[]*string Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1280,7 +1280,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/storageIntegration.java.md b/docs/storageIntegration.java.md index 7166b66d6..34ad6d6f1 100644 --- a/docs/storageIntegration.java.md +++ b/docs/storageIntegration.java.md @@ -4,7 +4,7 @@ ### StorageIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration snowflake_storage_integration}. #### Initializers @@ -49,17 +49,17 @@ StorageIntegration.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. | | storageAllowedLocations | java.util.List | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| storageProvider | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| azureTenantId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| storageProvider | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| azureTenantId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.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/0.79.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/0.79.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/0.79.1/docs/resources/storage_integration#id StorageIntegration#id}. | | storageAwsObjectAcl | java.lang.String | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| storageAwsRoleArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| storageAwsRoleArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | storageBlockedLocations | java.util.List | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#id StorageIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -190,7 +190,7 @@ If you experience problems setting this value it might not be settable. Please t "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. --- @@ -692,7 +692,7 @@ The construct id used in the generated config for the StorageIntegration to impo The id of the existing StorageIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1240,17 +1240,17 @@ StorageIntegrationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. | | storageAllowedLocations | java.util.List | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| storageProvider | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| azureTenantId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| storageProvider | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| azureTenantId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.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/0.79.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/0.79.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/0.79.1/docs/resources/storage_integration#id StorageIntegration#id}. | | storageAwsObjectAcl | java.lang.String | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| storageAwsRoleArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| storageAwsRoleArn | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | storageBlockedLocations | java.util.List | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1332,7 +1332,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1346,7 +1346,7 @@ public java.util.List getStorageAllowedLocations(); Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1358,7 +1358,7 @@ public java.lang.String getStorageProvider(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -1370,7 +1370,7 @@ public java.lang.String getAzureTenantId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1382,7 +1382,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1394,7 +1394,7 @@ public java.lang.Object getEnabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1406,7 +1406,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1423,7 +1423,7 @@ public java.lang.String getStorageAwsObjectAcl(); "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1435,7 +1435,7 @@ public java.lang.String getStorageAwsRoleArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1449,7 +1449,7 @@ public java.util.List getStorageBlockedLocations(); Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1461,7 +1461,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/storageIntegration.python.md b/docs/storageIntegration.python.md index 1981f91cf..d919f3690 100644 --- a/docs/storageIntegration.python.md +++ b/docs/storageIntegration.python.md @@ -4,7 +4,7 @@ ### StorageIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration snowflake_storage_integration}. #### Initializers @@ -46,17 +46,17 @@ storageIntegration.StorageIntegration( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. | | storage_allowed_locations | typing.List[str] | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| storage_provider | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| azure_tenant_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| storage_provider | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| azure_tenant_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.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/0.79.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/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#id StorageIntegration#id}. | | storage_aws_object_acl | str | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| storage_aws_role_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| storage_aws_role_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | storage_blocked_locations | typing.List[str] | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#id StorageIntegration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -187,7 +187,7 @@ If you experience problems setting this value it might not be settable. Please t "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. --- @@ -735,7 +735,7 @@ The construct id used in the generated config for the StorageIntegration to impo The id of the existing StorageIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1278,17 +1278,17 @@ storageIntegration.StorageIntegrationConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. | | storage_allowed_locations | typing.List[str] | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| storage_provider | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| azure_tenant_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| enabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| storage_provider | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| azure_tenant_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.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/0.79.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/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#id StorageIntegration#id}. | | storage_aws_object_acl | str | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| storage_aws_role_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| storage_aws_role_arn | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | storage_blocked_locations | typing.List[str] | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1370,7 +1370,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1384,7 +1384,7 @@ storage_allowed_locations: typing.List[str] Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1396,7 +1396,7 @@ storage_provider: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -1408,7 +1408,7 @@ azure_tenant_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1420,7 +1420,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1432,7 +1432,7 @@ enabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1444,7 +1444,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1461,7 +1461,7 @@ storage_aws_object_acl: str "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1473,7 +1473,7 @@ storage_aws_role_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1487,7 +1487,7 @@ storage_blocked_locations: typing.List[str] Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1499,7 +1499,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/storageIntegration.typescript.md b/docs/storageIntegration.typescript.md index ae0e40489..074c1a05a 100644 --- a/docs/storageIntegration.typescript.md +++ b/docs/storageIntegration.typescript.md @@ -4,7 +4,7 @@ ### StorageIntegration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration snowflake_storage_integration}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the StorageIntegration to impo The id of the existing StorageIntegration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1040,17 +1040,17 @@ const storageIntegrationConfig: storageIntegration.StorageIntegrationConfig = { | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. | | storageAllowedLocations | string[] | Explicitly limits external stages that use the integration to reference one or more storage locations. | -| storageProvider | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | -| azureTenantId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. | +| storageProvider | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. | +| azureTenantId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.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/0.79.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/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#id StorageIntegration#id}. | | storageAwsObjectAcl | string | "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. | -| storageAwsRoleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | +| storageAwsRoleArn | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. | | storageBlockedLocations | string[] | Explicitly prohibits external stages that use the integration from referencing one or more storage locations. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1132,7 +1132,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1146,7 +1146,7 @@ public readonly storageAllowedLocations: string[]; Explicitly limits external stages that use the integration to reference one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1158,7 +1158,7 @@ public readonly storageProvider: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider}. --- @@ -1170,7 +1170,7 @@ public readonly azureTenantId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1182,7 +1182,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1194,7 +1194,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1206,7 +1206,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1223,7 +1223,7 @@ public readonly storageAwsObjectAcl: string; "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1235,7 +1235,7 @@ public readonly storageAwsRoleArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1249,7 +1249,7 @@ public readonly storageBlockedLocations: string[]; Explicitly prohibits external stages that use the integration from referencing one or more storage locations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1261,7 +1261,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/stream.csharp.md b/docs/stream.csharp.md index 3c4535485..6295d6db4 100644 --- a/docs/stream.csharp.md +++ b/docs/stream.csharp.md @@ -4,7 +4,7 @@ ### Stream -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream snowflake_stream}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream snowflake_stream}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the Stream to import. The id of the existing Stream that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#import import section} in the documentation of this resource for the id to use --- @@ -1009,7 +1009,7 @@ new StreamConfig { | Schema | string | The schema in which to create the stream. | | AppendOnly | object | Type of the stream that will be created. | | Comment | string | Specifies a comment for the stream. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. | | InsertOnly | object | Create an insert only stream type. | | OnStage | string | Specifies an identifier for the stage the stream will monitor. | | OnTable | string | Specifies an identifier for the table the stream will monitor. | @@ -1098,7 +1098,7 @@ public string Database { get; set; } The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#database Stream#database} --- @@ -1114,7 +1114,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#name Stream#name} --- @@ -1128,7 +1128,7 @@ public string Schema { get; set; } The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#schema Stream#schema} --- @@ -1142,7 +1142,7 @@ public object AppendOnly { get; set; } Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#append_only Stream#append_only} --- @@ -1156,7 +1156,7 @@ public string Comment { get; set; } Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#comment Stream#comment} --- @@ -1168,7 +1168,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1185,7 +1185,7 @@ public object InsertOnly { get; set; } Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#insert_only Stream#insert_only} --- @@ -1199,7 +1199,7 @@ public string OnStage { get; set; } Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_stage Stream#on_stage} --- @@ -1213,7 +1213,7 @@ public string OnTable { get; set; } Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_table Stream#on_table} --- @@ -1227,7 +1227,7 @@ public string OnView { get; set; } Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_view Stream#on_view} --- @@ -1241,7 +1241,7 @@ public object ShowInitialRows { get; set; } Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- diff --git a/docs/stream.go.md b/docs/stream.go.md index f0ed86533..503a62f3c 100644 --- a/docs/stream.go.md +++ b/docs/stream.go.md @@ -4,7 +4,7 @@ ### Stream -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream snowflake_stream}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream snowflake_stream}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the Stream to import. The id of the existing Stream that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#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/v10/stream" | Schema | *string | The schema in which to create the stream. | | AppendOnly | interface{} | Type of the stream that will be created. | | Comment | *string | Specifies a comment for the stream. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. | | InsertOnly | interface{} | Create an insert only stream type. | | OnStage | *string | Specifies an identifier for the stage the stream will monitor. | | OnTable | *string | Specifies an identifier for the table the stream will monitor. | @@ -1098,7 +1098,7 @@ Database *string The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#database Stream#database} --- @@ -1114,7 +1114,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#name Stream#name} --- @@ -1128,7 +1128,7 @@ Schema *string The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#schema Stream#schema} --- @@ -1142,7 +1142,7 @@ AppendOnly interface{} Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#append_only Stream#append_only} --- @@ -1156,7 +1156,7 @@ Comment *string Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#comment Stream#comment} --- @@ -1168,7 +1168,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1185,7 +1185,7 @@ InsertOnly interface{} Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#insert_only Stream#insert_only} --- @@ -1199,7 +1199,7 @@ OnStage *string Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_stage Stream#on_stage} --- @@ -1213,7 +1213,7 @@ OnTable *string Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_table Stream#on_table} --- @@ -1227,7 +1227,7 @@ OnView *string Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_view Stream#on_view} --- @@ -1241,7 +1241,7 @@ ShowInitialRows interface{} Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- diff --git a/docs/stream.java.md b/docs/stream.java.md index 37c85f7a3..0b6c68072 100644 --- a/docs/stream.java.md +++ b/docs/stream.java.md @@ -4,7 +4,7 @@ ### Stream -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream snowflake_stream}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream snowflake_stream}. #### Initializers @@ -56,7 +56,7 @@ Stream.Builder.create(Construct scope, java.lang.String id) | schema | java.lang.String | The schema in which to create the stream. | | appendOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Type of the stream that will be created. | | comment | java.lang.String | Specifies a comment for the stream. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. | | insertOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Create an insert only stream type. | | onStage | java.lang.String | Specifies an identifier for the stage the stream will monitor. | | onTable | java.lang.String | Specifies an identifier for the table the stream will monitor. | @@ -131,7 +131,7 @@ Must be unique amongst siblings in the same scope The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#database Stream#database} --- @@ -143,7 +143,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#name Stream#name} --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#schema Stream#schema} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#append_only Stream#append_only} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#comment Stream#comment} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -194,7 +194,7 @@ If you experience problems setting this value it might not be settable. Please t Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#insert_only Stream#insert_only} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_stage Stream#on_stage} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_table Stream#on_table} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_view Stream#on_view} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- @@ -710,7 +710,7 @@ The construct id used in the generated config for the Stream to import. The id of the existing Stream that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#import import section} in the documentation of this resource for the id to use --- @@ -1210,7 +1210,7 @@ StreamConfig.builder() | schema | java.lang.String | The schema in which to create the stream. | | appendOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Type of the stream that will be created. | | comment | java.lang.String | Specifies a comment for the stream. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. | | insertOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Create an insert only stream type. | | onStage | java.lang.String | Specifies an identifier for the stage the stream will monitor. | | onTable | java.lang.String | Specifies an identifier for the table the stream will monitor. | @@ -1299,7 +1299,7 @@ public java.lang.String getDatabase(); The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#database Stream#database} --- @@ -1315,7 +1315,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#name Stream#name} --- @@ -1329,7 +1329,7 @@ public java.lang.String getSchema(); The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#schema Stream#schema} --- @@ -1343,7 +1343,7 @@ public java.lang.Object getAppendOnly(); Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#append_only Stream#append_only} --- @@ -1357,7 +1357,7 @@ public java.lang.String getComment(); Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#comment Stream#comment} --- @@ -1369,7 +1369,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1386,7 +1386,7 @@ public java.lang.Object getInsertOnly(); Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#insert_only Stream#insert_only} --- @@ -1400,7 +1400,7 @@ public java.lang.String getOnStage(); Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_stage Stream#on_stage} --- @@ -1414,7 +1414,7 @@ public java.lang.String getOnTable(); Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_table Stream#on_table} --- @@ -1428,7 +1428,7 @@ public java.lang.String getOnView(); Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_view Stream#on_view} --- @@ -1442,7 +1442,7 @@ public java.lang.Object getShowInitialRows(); Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- diff --git a/docs/stream.python.md b/docs/stream.python.md index 39475b19c..63cf87168 100644 --- a/docs/stream.python.md +++ b/docs/stream.python.md @@ -4,7 +4,7 @@ ### Stream -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream snowflake_stream}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream snowflake_stream}. #### Initializers @@ -51,7 +51,7 @@ stream.Stream( | schema | str | The schema in which to create the stream. | | append_only | typing.Union[bool, cdktf.IResolvable] | Type of the stream that will be created. | | comment | str | Specifies a comment for the stream. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. | | insert_only | typing.Union[bool, cdktf.IResolvable] | Create an insert only stream type. | | on_stage | str | Specifies an identifier for the stage the stream will monitor. | | on_table | str | Specifies an identifier for the table the stream will monitor. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#database Stream#database} --- @@ -138,7 +138,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#name Stream#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#schema Stream#schema} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#append_only Stream#append_only} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#comment Stream#comment} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -189,7 +189,7 @@ If you experience problems setting this value it might not be settable. Please t Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#insert_only Stream#insert_only} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_stage Stream#on_stage} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_table Stream#on_table} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_view Stream#on_view} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- @@ -751,7 +751,7 @@ The construct id used in the generated config for the Stream to import. The id of the existing Stream that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#import import section} in the documentation of this resource for the id to use --- @@ -1244,7 +1244,7 @@ stream.StreamConfig( | schema | str | The schema in which to create the stream. | | append_only | typing.Union[bool, cdktf.IResolvable] | Type of the stream that will be created. | | comment | str | Specifies a comment for the stream. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. | | insert_only | typing.Union[bool, cdktf.IResolvable] | Create an insert only stream type. | | on_stage | str | Specifies an identifier for the stage the stream will monitor. | | on_table | str | Specifies an identifier for the table the stream will monitor. | @@ -1333,7 +1333,7 @@ database: str The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#database Stream#database} --- @@ -1349,7 +1349,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#name Stream#name} --- @@ -1363,7 +1363,7 @@ schema: str The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#schema Stream#schema} --- @@ -1377,7 +1377,7 @@ append_only: typing.Union[bool, IResolvable] Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#append_only Stream#append_only} --- @@ -1391,7 +1391,7 @@ comment: str Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#comment Stream#comment} --- @@ -1403,7 +1403,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1420,7 +1420,7 @@ insert_only: typing.Union[bool, IResolvable] Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#insert_only Stream#insert_only} --- @@ -1434,7 +1434,7 @@ on_stage: str Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_stage Stream#on_stage} --- @@ -1448,7 +1448,7 @@ on_table: str Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_table Stream#on_table} --- @@ -1462,7 +1462,7 @@ on_view: str Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_view Stream#on_view} --- @@ -1476,7 +1476,7 @@ show_initial_rows: typing.Union[bool, IResolvable] Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- diff --git a/docs/stream.typescript.md b/docs/stream.typescript.md index 1c3cfc0bc..f498716f7 100644 --- a/docs/stream.typescript.md +++ b/docs/stream.typescript.md @@ -4,7 +4,7 @@ ### Stream -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream snowflake_stream}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream snowflake_stream}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the Stream to import. The id of the existing Stream that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#import import section} in the documentation of this resource for the id to use --- @@ -990,7 +990,7 @@ const streamConfig: stream.StreamConfig = { ... } | schema | string | The schema in which to create the stream. | | appendOnly | boolean \| cdktf.IResolvable | Type of the stream that will be created. | | comment | string | Specifies a comment for the stream. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. | | insertOnly | boolean \| cdktf.IResolvable | Create an insert only stream type. | | onStage | string | Specifies an identifier for the stage the stream will monitor. | | onTable | string | Specifies an identifier for the table the stream will monitor. | @@ -1079,7 +1079,7 @@ public readonly database: string; The database in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#database Stream#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#database Stream#database} --- @@ -1095,7 +1095,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#name Stream#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#name Stream#name} --- @@ -1109,7 +1109,7 @@ public readonly schema: string; The schema in which to create the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#schema Stream#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#schema Stream#schema} --- @@ -1123,7 +1123,7 @@ public readonly appendOnly: boolean | IResolvable; Type of the stream that will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#append_only Stream#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#append_only Stream#append_only} --- @@ -1137,7 +1137,7 @@ public readonly comment: string; Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#comment Stream#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#comment Stream#comment} --- @@ -1149,7 +1149,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1166,7 +1166,7 @@ public readonly insertOnly: boolean | IResolvable; Create an insert only stream type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#insert_only Stream#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#insert_only Stream#insert_only} --- @@ -1180,7 +1180,7 @@ public readonly onStage: string; Specifies an identifier for the stage the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_stage Stream#on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_stage Stream#on_stage} --- @@ -1194,7 +1194,7 @@ public readonly onTable: string; Specifies an identifier for the table the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_table Stream#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_table Stream#on_table} --- @@ -1208,7 +1208,7 @@ public readonly onView: string; Specifies an identifier for the view the stream will monitor. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_view Stream#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_view Stream#on_view} --- @@ -1222,7 +1222,7 @@ public readonly showInitialRows: boolean | IResolvable; Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#show_initial_rows Stream#show_initial_rows} --- diff --git a/docs/streamGrant.csharp.md b/docs/streamGrant.csharp.md index dca2c5ec1..10c05ed8f 100644 --- a/docs/streamGrant.csharp.md +++ b/docs/streamGrant.csharp.md @@ -4,7 +4,7 @@ ### StreamGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant snowflake_stream_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant snowflake_stream_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the StreamGrant to import. The id of the existing StreamGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use --- @@ -1003,7 +1003,7 @@ new StreamGrantConfig { | DatabaseName | string | The name of the database containing the current or future streams on which to grant privileges. | | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | Privilege | string | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1094,7 +1094,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -1108,7 +1108,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -1124,7 +1124,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -1136,7 +1136,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -1171,7 +1171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -1185,7 +1185,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -1201,7 +1201,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -1215,7 +1215,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -1229,7 +1229,7 @@ public string StreamName { get; set; } The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -1243,7 +1243,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- diff --git a/docs/streamGrant.go.md b/docs/streamGrant.go.md index 1f2c2aab4..e470a1dec 100644 --- a/docs/streamGrant.go.md +++ b/docs/streamGrant.go.md @@ -4,7 +4,7 @@ ### StreamGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant snowflake_stream_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant snowflake_stream_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the StreamGrant to import. The id of the existing StreamGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use --- @@ -1003,7 +1003,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/streamgrant" | DatabaseName | *string | The name of the database containing the current or future streams on which to grant privileges. | | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | Privilege | *string | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1094,7 +1094,7 @@ DatabaseName *string The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -1108,7 +1108,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -1124,7 +1124,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -1136,7 +1136,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -1171,7 +1171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -1185,7 +1185,7 @@ Privilege *string The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -1201,7 +1201,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -1215,7 +1215,7 @@ SchemaName *string The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -1229,7 +1229,7 @@ StreamName *string The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -1243,7 +1243,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- diff --git a/docs/streamGrant.java.md b/docs/streamGrant.java.md index 33e783356..708dcd792 100644 --- a/docs/streamGrant.java.md +++ b/docs/streamGrant.java.md @@ -4,7 +4,7 @@ ### StreamGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant snowflake_stream_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant snowflake_stream_grant}. #### Initializers @@ -55,7 +55,7 @@ StreamGrant.Builder.create(Construct scope, java.lang.String id) | databaseName | java.lang.String | The name of the database containing the current or future streams on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -177,7 +177,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -189,7 +189,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -211,7 +211,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- @@ -724,7 +724,7 @@ The construct id used in the generated config for the StreamGrant to import. The id of the existing StreamGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use --- @@ -1212,7 +1212,7 @@ StreamGrantConfig.builder() | databaseName | java.lang.String | The name of the database containing the current or future streams on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1303,7 +1303,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -1317,7 +1317,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -1333,7 +1333,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -1345,7 +1345,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1364,7 +1364,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -1380,7 +1380,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -1394,7 +1394,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -1410,7 +1410,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -1424,7 +1424,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -1438,7 +1438,7 @@ public java.lang.String getStreamName(); The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -1452,7 +1452,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- diff --git a/docs/streamGrant.python.md b/docs/streamGrant.python.md index 1b2782fed..2403d05eb 100644 --- a/docs/streamGrant.python.md +++ b/docs/streamGrant.python.md @@ -4,7 +4,7 @@ ### StreamGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant snowflake_stream_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant snowflake_stream_grant}. #### Initializers @@ -49,7 +49,7 @@ streamGrant.StreamGrant( | database_name | str | The name of the database containing the current or future streams on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | privilege | str | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -148,7 +148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -183,7 +183,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -205,7 +205,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- @@ -764,7 +764,7 @@ The construct id used in the generated config for the StreamGrant to import. The id of the existing StreamGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use --- @@ -1244,7 +1244,7 @@ streamGrant.StreamGrantConfig( | database_name | str | The name of the database containing the current or future streams on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | privilege | str | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1335,7 +1335,7 @@ database_name: str The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -1349,7 +1349,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -1365,7 +1365,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -1377,7 +1377,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1396,7 +1396,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -1412,7 +1412,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -1426,7 +1426,7 @@ privilege: str The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -1442,7 +1442,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -1456,7 +1456,7 @@ schema_name: str The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -1470,7 +1470,7 @@ stream_name: str The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -1484,7 +1484,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- diff --git a/docs/streamGrant.typescript.md b/docs/streamGrant.typescript.md index 158f4c5ab..ad975b197 100644 --- a/docs/streamGrant.typescript.md +++ b/docs/streamGrant.typescript.md @@ -4,7 +4,7 @@ ### StreamGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant snowflake_stream_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant snowflake_stream_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the StreamGrant to import. The id of the existing StreamGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use --- @@ -984,7 +984,7 @@ const streamGrantConfig: streamGrant.StreamGrantConfig = { ... } | databaseName | string | The name of the database containing the current or future streams on which to grant privileges. | | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. | | privilege | string | The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1075,7 +1075,7 @@ public readonly databaseName: string; The name of the database containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#database_name StreamGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#database_name StreamGrant#database_name} --- @@ -1089,7 +1089,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#roles StreamGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#roles StreamGrant#roles} --- @@ -1105,7 +1105,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} --- @@ -1117,7 +1117,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1136,7 +1136,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_all StreamGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_all StreamGrant#on_all} --- @@ -1152,7 +1152,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_future StreamGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_future StreamGrant#on_future} --- @@ -1166,7 +1166,7 @@ public readonly privilege: string; The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#privilege StreamGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#privilege StreamGrant#privilege} --- @@ -1182,7 +1182,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} --- @@ -1196,7 +1196,7 @@ public readonly schemaName: string; The name of the schema containing the current or future streams on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#schema_name StreamGrant#schema_name} --- @@ -1210,7 +1210,7 @@ public readonly streamName: string; The name of the stream on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#stream_name StreamGrant#stream_name} --- @@ -1224,7 +1224,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} --- diff --git a/docs/table.csharp.md b/docs/table.csharp.md index ab9bd226f..f5216200d 100644 --- a/docs/table.csharp.md +++ b/docs/table.csharp.md @@ -4,7 +4,7 @@ ### Table -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -1078,7 +1078,7 @@ public string Name { get; set; } Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1092,7 +1092,7 @@ public string Type { get; set; } Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#type Table#type} --- @@ -1106,7 +1106,7 @@ public string Comment { get; set; } Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} --- @@ -1120,7 +1120,7 @@ public TableColumnDefault Default { get; set; } default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#default Table#default} --- @@ -1134,7 +1134,7 @@ public TableColumnIdentity Identity { get; set; } identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#identity Table#identity} --- @@ -1148,7 +1148,7 @@ public string MaskingPolicy { get; set; } Masking policy to apply on column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1164,7 +1164,7 @@ Whether this column can contain null values. **Note**: Depending on your Snowflake version, the default value will not suffice if this column is used in a primary key constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#nullable Table#nullable} --- @@ -1202,7 +1202,7 @@ public string Constant { get; set; } The default constant value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#constant Table#constant} --- @@ -1216,7 +1216,7 @@ public string Expression { get; set; } The default expression value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#expression Table#expression} --- @@ -1230,7 +1230,7 @@ public string Sequence { get; set; } The default sequence to use for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#sequence Table#sequence} --- @@ -1266,7 +1266,7 @@ public double StartNum { get; set; } The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#start_num Table#start_num} --- @@ -1280,7 +1280,7 @@ public double StepNum { get; set; } Step size to increment by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#step_num Table#step_num} --- @@ -1334,7 +1334,7 @@ new TableConfig { | Comment | string | Specifies a comment for the table. | | DataRetentionDays | double | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | | DataRetentionTimeInDays | double | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#id Table#id}. | | PrimaryKey | TablePrimaryKey | primary_key block. | | Tag | object | tag block. | @@ -1420,7 +1420,7 @@ public object Column { get; set; } column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#column Table#column} --- @@ -1434,7 +1434,7 @@ public string Database { get; set; } The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} --- @@ -1450,7 +1450,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1464,7 +1464,7 @@ public string Schema { get; set; } The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} --- @@ -1478,7 +1478,7 @@ public object ChangeTracking { get; set; } Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1492,7 +1492,7 @@ public string[] ClusterBy { get; set; } A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1506,7 +1506,7 @@ public string Comment { get; set; } Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} --- @@ -1522,7 +1522,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_days Table#data_retention_days} --- @@ -1538,7 +1538,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1550,7 +1550,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1567,7 +1567,7 @@ public TablePrimaryKey PrimaryKey { get; set; } primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#primary_key Table#primary_key} --- @@ -1581,7 +1581,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#tag Table#tag} --- @@ -1617,7 +1617,7 @@ public string[] Keys { get; set; } Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#keys Table#keys} --- @@ -1631,7 +1631,7 @@ public string Name { get; set; } Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1671,7 +1671,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1685,7 +1685,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#value Table#value} --- @@ -1699,7 +1699,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} --- @@ -1713,7 +1713,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} --- diff --git a/docs/table.go.md b/docs/table.go.md index 2ac5ff03a..c93e846da 100644 --- a/docs/table.go.md +++ b/docs/table.go.md @@ -4,7 +4,7 @@ ### Table -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -1078,7 +1078,7 @@ Name *string Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1092,7 +1092,7 @@ Type *string Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#type Table#type} --- @@ -1106,7 +1106,7 @@ Comment *string Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} --- @@ -1120,7 +1120,7 @@ Default TableColumnDefault default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#default Table#default} --- @@ -1134,7 +1134,7 @@ Identity TableColumnIdentity identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#identity Table#identity} --- @@ -1148,7 +1148,7 @@ MaskingPolicy *string Masking policy to apply on column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1164,7 +1164,7 @@ Whether this column can contain null values. **Note**: Depending on your Snowflake version, the default value will not suffice if this column is used in a primary key constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#nullable Table#nullable} --- @@ -1202,7 +1202,7 @@ Constant *string The default constant value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#constant Table#constant} --- @@ -1216,7 +1216,7 @@ Expression *string The default expression value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#expression Table#expression} --- @@ -1230,7 +1230,7 @@ Sequence *string The default sequence to use for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#sequence Table#sequence} --- @@ -1266,7 +1266,7 @@ StartNum *f64 The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#start_num Table#start_num} --- @@ -1280,7 +1280,7 @@ StepNum *f64 Step size to increment by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#step_num Table#step_num} --- @@ -1334,7 +1334,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/table" | Comment | *string | Specifies a comment for the table. | | DataRetentionDays | *f64 | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | | DataRetentionTimeInDays | *f64 | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#id Table#id}. | | PrimaryKey | TablePrimaryKey | primary_key block. | | Tag | interface{} | tag block. | @@ -1420,7 +1420,7 @@ Column interface{} column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#column Table#column} --- @@ -1434,7 +1434,7 @@ Database *string The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} --- @@ -1450,7 +1450,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1464,7 +1464,7 @@ Schema *string The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} --- @@ -1478,7 +1478,7 @@ ChangeTracking interface{} Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1492,7 +1492,7 @@ ClusterBy *[]*string A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1506,7 +1506,7 @@ Comment *string Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} --- @@ -1522,7 +1522,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_days Table#data_retention_days} --- @@ -1538,7 +1538,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1550,7 +1550,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1567,7 +1567,7 @@ PrimaryKey TablePrimaryKey primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#primary_key Table#primary_key} --- @@ -1581,7 +1581,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#tag Table#tag} --- @@ -1617,7 +1617,7 @@ Keys *[]*string Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#keys Table#keys} --- @@ -1631,7 +1631,7 @@ Name *string Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1671,7 +1671,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1685,7 +1685,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#value Table#value} --- @@ -1699,7 +1699,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} --- @@ -1713,7 +1713,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} --- diff --git a/docs/table.java.md b/docs/table.java.md index 9e727fe4d..b54c71158 100644 --- a/docs/table.java.md +++ b/docs/table.java.md @@ -4,7 +4,7 @@ ### Table -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table snowflake_table}. #### Initializers @@ -61,7 +61,7 @@ Table.Builder.create(Construct scope, java.lang.String id) | comment | java.lang.String | Specifies a comment for the table. | | dataRetentionDays | java.lang.Number | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | | dataRetentionTimeInDays | java.lang.Number | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#id Table#id}. | | primaryKey | TablePrimaryKey | primary_key block. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<TableTag> | tag block. | @@ -133,7 +133,7 @@ Must be unique amongst siblings in the same scope column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#column Table#column} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} --- @@ -155,7 +155,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#change_tracking Table#change_tracking} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#cluster_by Table#cluster_by} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} --- @@ -207,7 +207,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_days Table#data_retention_days} --- @@ -219,7 +219,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#id Table#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -240,7 +240,7 @@ If you experience problems setting this value it might not be settable. Please t primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#primary_key Table#primary_key} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#tag Table#tag} --- @@ -765,7 +765,7 @@ The construct id used in the generated config for the Table to import. The id of the existing Table that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -1289,7 +1289,7 @@ public java.lang.String getName(); Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1303,7 +1303,7 @@ public java.lang.String getType(); Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#type Table#type} --- @@ -1317,7 +1317,7 @@ public java.lang.String getComment(); Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} --- @@ -1331,7 +1331,7 @@ public TableColumnDefault getDefault(); default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#default Table#default} --- @@ -1345,7 +1345,7 @@ public TableColumnIdentity getIdentity(); identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#identity Table#identity} --- @@ -1359,7 +1359,7 @@ public java.lang.String getMaskingPolicy(); Masking policy to apply on column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1375,7 +1375,7 @@ Whether this column can contain null values. **Note**: Depending on your Snowflake version, the default value will not suffice if this column is used in a primary key constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#nullable Table#nullable} --- @@ -1413,7 +1413,7 @@ public java.lang.String getConstant(); The default constant value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#constant Table#constant} --- @@ -1427,7 +1427,7 @@ public java.lang.String getExpression(); The default expression value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#expression Table#expression} --- @@ -1441,7 +1441,7 @@ public java.lang.String getSequence(); The default sequence to use for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#sequence Table#sequence} --- @@ -1477,7 +1477,7 @@ public java.lang.Number getStartNum(); The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#start_num Table#start_num} --- @@ -1491,7 +1491,7 @@ public java.lang.Number getStepNum(); Step size to increment by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#step_num Table#step_num} --- @@ -1552,7 +1552,7 @@ TableConfig.builder() | comment | java.lang.String | Specifies a comment for the table. | | dataRetentionDays | java.lang.Number | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | | dataRetentionTimeInDays | java.lang.Number | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#id Table#id}. | | primaryKey | TablePrimaryKey | primary_key block. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<TableTag> | tag block. | @@ -1638,7 +1638,7 @@ public java.lang.Object getColumn(); column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#column Table#column} --- @@ -1652,7 +1652,7 @@ public java.lang.String getDatabase(); The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} --- @@ -1668,7 +1668,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1682,7 +1682,7 @@ public java.lang.String getSchema(); The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} --- @@ -1696,7 +1696,7 @@ public java.lang.Object getChangeTracking(); Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1710,7 +1710,7 @@ public java.util.List getClusterBy(); A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1724,7 +1724,7 @@ public java.lang.String getComment(); Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} --- @@ -1740,7 +1740,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_days Table#data_retention_days} --- @@ -1756,7 +1756,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1768,7 +1768,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1785,7 +1785,7 @@ public TablePrimaryKey getPrimaryKey(); primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#primary_key Table#primary_key} --- @@ -1799,7 +1799,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#tag Table#tag} --- @@ -1835,7 +1835,7 @@ public java.util.List getKeys(); Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#keys Table#keys} --- @@ -1849,7 +1849,7 @@ public java.lang.String getName(); Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1889,7 +1889,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1903,7 +1903,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#value Table#value} --- @@ -1917,7 +1917,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} --- @@ -1931,7 +1931,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} --- diff --git a/docs/table.python.md b/docs/table.python.md index a3a0abb54..c4497f380 100644 --- a/docs/table.python.md +++ b/docs/table.python.md @@ -4,7 +4,7 @@ ### Table -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table snowflake_table}. #### Initializers @@ -56,7 +56,7 @@ table.Table( | comment | str | Specifies a comment for the table. | | data_retention_days | typing.Union[int, float] | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | | data_retention_time_in_days | typing.Union[int, float] | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#id Table#id}. | | primary_key | TablePrimaryKey | primary_key block. | | tag | typing.Union[cdktf.IResolvable, typing.List[TableTag]] | tag block. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#column Table#column} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} --- @@ -150,7 +150,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#change_tracking Table#change_tracking} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#cluster_by Table#cluster_by} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} --- @@ -202,7 +202,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_days Table#data_retention_days} --- @@ -214,7 +214,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -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/0.79.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#id Table#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -235,7 +235,7 @@ If you experience problems setting this value it might not be settable. Please t primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#primary_key Table#primary_key} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#tag Table#tag} --- @@ -637,7 +637,7 @@ def put_primary_key( Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#keys Table#keys} --- @@ -647,7 +647,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -827,7 +827,7 @@ The construct id used in the generated config for the Table to import. The id of the existing Table that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -1350,7 +1350,7 @@ name: str Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1364,7 +1364,7 @@ type: str Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#type Table#type} --- @@ -1378,7 +1378,7 @@ comment: str Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} --- @@ -1392,7 +1392,7 @@ default: TableColumnDefault default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#default Table#default} --- @@ -1406,7 +1406,7 @@ identity: TableColumnIdentity identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#identity Table#identity} --- @@ -1420,7 +1420,7 @@ masking_policy: str Masking policy to apply on column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1436,7 +1436,7 @@ Whether this column can contain null values. **Note**: Depending on your Snowflake version, the default value will not suffice if this column is used in a primary key constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#nullable Table#nullable} --- @@ -1474,7 +1474,7 @@ constant: str The default constant value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#constant Table#constant} --- @@ -1488,7 +1488,7 @@ expression: str The default expression value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#expression Table#expression} --- @@ -1502,7 +1502,7 @@ sequence: str The default sequence to use for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#sequence Table#sequence} --- @@ -1538,7 +1538,7 @@ start_num: typing.Union[int, float] The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#start_num Table#start_num} --- @@ -1552,7 +1552,7 @@ step_num: typing.Union[int, float] Step size to increment by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#step_num Table#step_num} --- @@ -1606,7 +1606,7 @@ table.TableConfig( | comment | str | Specifies a comment for the table. | | data_retention_days | typing.Union[int, float] | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | | data_retention_time_in_days | typing.Union[int, float] | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#id Table#id}. | | primary_key | TablePrimaryKey | primary_key block. | | tag | typing.Union[cdktf.IResolvable, typing.List[TableTag]] | tag block. | @@ -1692,7 +1692,7 @@ column: typing.Union[IResolvable, typing.List[TableColumn]] column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#column Table#column} --- @@ -1706,7 +1706,7 @@ database: str The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} --- @@ -1722,7 +1722,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1736,7 +1736,7 @@ schema: str The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} --- @@ -1750,7 +1750,7 @@ change_tracking: typing.Union[bool, IResolvable] Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1764,7 +1764,7 @@ cluster_by: typing.List[str] A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1778,7 +1778,7 @@ comment: str Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} --- @@ -1794,7 +1794,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_days Table#data_retention_days} --- @@ -1810,7 +1810,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1822,7 +1822,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1839,7 +1839,7 @@ primary_key: TablePrimaryKey primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#primary_key Table#primary_key} --- @@ -1853,7 +1853,7 @@ tag: typing.Union[IResolvable, typing.List[TableTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#tag Table#tag} --- @@ -1889,7 +1889,7 @@ keys: typing.List[str] Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#keys Table#keys} --- @@ -1903,7 +1903,7 @@ name: str Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1943,7 +1943,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1957,7 +1957,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#value Table#value} --- @@ -1971,7 +1971,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} --- @@ -1985,7 +1985,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} --- @@ -3106,7 +3106,7 @@ def put_default( The default constant value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#constant Table#constant} --- @@ -3116,7 +3116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The default expression value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#expression Table#expression} --- @@ -3126,7 +3126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The default sequence to use for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#sequence Table#sequence} --- @@ -3145,7 +3145,7 @@ def put_identity( The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#start_num Table#start_num} --- @@ -3155,7 +3155,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/0.79.0/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#step_num Table#step_num} --- diff --git a/docs/table.typescript.md b/docs/table.typescript.md index 65cc7aab9..99294b15d 100644 --- a/docs/table.typescript.md +++ b/docs/table.typescript.md @@ -4,7 +4,7 @@ ### Table -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/table#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -1070,7 +1070,7 @@ public readonly name: string; Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1084,7 +1084,7 @@ public readonly type: string; Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#type Table#type} --- @@ -1098,7 +1098,7 @@ public readonly comment: string; Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} --- @@ -1112,7 +1112,7 @@ public readonly default: TableColumnDefault; default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#default Table#default} --- @@ -1126,7 +1126,7 @@ public readonly identity: TableColumnIdentity; identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#identity Table#identity} --- @@ -1140,7 +1140,7 @@ public readonly maskingPolicy: string; Masking policy to apply on column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1156,7 +1156,7 @@ Whether this column can contain null values. **Note**: Depending on your Snowflake version, the default value will not suffice if this column is used in a primary key constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#nullable Table#nullable} --- @@ -1190,7 +1190,7 @@ public readonly constant: string; The default constant value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#constant Table#constant} --- @@ -1204,7 +1204,7 @@ public readonly expression: string; The default expression value for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#expression Table#expression} --- @@ -1218,7 +1218,7 @@ public readonly sequence: string; The default sequence to use for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#sequence Table#sequence} --- @@ -1251,7 +1251,7 @@ public readonly startNum: number; The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#start_num Table#start_num} --- @@ -1265,7 +1265,7 @@ public readonly stepNum: number; Step size to increment by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#step_num Table#step_num} --- @@ -1299,7 +1299,7 @@ const tableConfig: table.TableConfig = { ... } | comment | string | Specifies a comment for the table. | | dataRetentionDays | number | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | | dataRetentionTimeInDays | number | Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#id Table#id}. | | primaryKey | TablePrimaryKey | primary_key block. | | tag | cdktf.IResolvable \| TableTag[] | tag block. | @@ -1385,7 +1385,7 @@ public readonly column: IResolvable | TableColumn[]; column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#column Table#column} --- @@ -1399,7 +1399,7 @@ public readonly database: string; The database in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} --- @@ -1415,7 +1415,7 @@ Specifies the identifier for the table; must be unique for the database and schema in which the table is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1429,7 +1429,7 @@ public readonly schema: string; The schema in which to create the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} --- @@ -1443,7 +1443,7 @@ public readonly changeTracking: boolean | IResolvable; Specifies whether to enable change tracking on the table. Default false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1457,7 +1457,7 @@ public readonly clusterBy: string[]; A list of one or more table columns/expressions to be used as clustering key(s) for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1471,7 +1471,7 @@ public readonly comment: string; Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} --- @@ -1487,7 +1487,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_days Table#data_retention_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_days Table#data_retention_days} --- @@ -1503,7 +1503,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1515,7 +1515,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1532,7 +1532,7 @@ public readonly primaryKey: TablePrimaryKey; primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#primary_key Table#primary_key} --- @@ -1546,7 +1546,7 @@ public readonly tag: IResolvable | TableTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#tag Table#tag} --- @@ -1579,7 +1579,7 @@ public readonly keys: string[]; Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#keys Table#keys} --- @@ -1593,7 +1593,7 @@ public readonly name: string; Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1628,7 +1628,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} --- @@ -1642,7 +1642,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#value Table#value} --- @@ -1656,7 +1656,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} --- @@ -1670,7 +1670,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} --- diff --git a/docs/tableColumnMaskingPolicyApplication.csharp.md b/docs/tableColumnMaskingPolicyApplication.csharp.md index 24cb5c32a..5cbbfd213 100644 --- a/docs/tableColumnMaskingPolicyApplication.csharp.md +++ b/docs/tableColumnMaskingPolicyApplication.csharp.md @@ -4,7 +4,7 @@ ### TableColumnMaskingPolicyApplication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the TableColumnMaskingPolicyAp The id of the existing TableColumnMaskingPolicyApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use --- @@ -786,7 +786,7 @@ new TableColumnMaskingPolicyApplicationConfig { | Column | string | The column to apply the masking policy to. | | MaskingPolicy | string | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | Table | string | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -870,7 +870,7 @@ public string Column { get; set; } The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -884,7 +884,7 @@ public string MaskingPolicy { get; set; } Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -898,7 +898,7 @@ public string Table { get; set; } The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -910,7 +910,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 8344a6162..4683ec661 100644 --- a/docs/tableColumnMaskingPolicyApplication.go.md +++ b/docs/tableColumnMaskingPolicyApplication.go.md @@ -4,7 +4,7 @@ ### TableColumnMaskingPolicyApplication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the TableColumnMaskingPolicyAp The id of the existing TableColumnMaskingPolicyApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use --- @@ -786,7 +786,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/tablecolumnma | Column | *string | The column to apply the masking policy to. | | MaskingPolicy | *string | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | Table | *string | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -870,7 +870,7 @@ Column *string The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -884,7 +884,7 @@ MaskingPolicy *string Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -898,7 +898,7 @@ Table *string The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -910,7 +910,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 34c6a86f1..78efa0504 100644 --- a/docs/tableColumnMaskingPolicyApplication.java.md +++ b/docs/tableColumnMaskingPolicyApplication.java.md @@ -4,7 +4,7 @@ ### TableColumnMaskingPolicyApplication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. #### Initializers @@ -44,7 +44,7 @@ TableColumnMaskingPolicyApplication.Builder.create(Construct scope, java.lang.St | column | java.lang.String | The column to apply the masking policy to. | | maskingPolicy | java.lang.String | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | table | java.lang.String | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -572,7 +572,7 @@ The construct id used in the generated config for the TableColumnMaskingPolicyAp The id of the existing TableColumnMaskingPolicyApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use --- @@ -895,7 +895,7 @@ TableColumnMaskingPolicyApplicationConfig.builder() | column | java.lang.String | The column to apply the masking policy to. | | maskingPolicy | java.lang.String | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | table | java.lang.String | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -979,7 +979,7 @@ public java.lang.String getColumn(); The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -993,7 +993,7 @@ public java.lang.String getMaskingPolicy(); Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -1007,7 +1007,7 @@ public java.lang.String getTable(); The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -1019,7 +1019,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 57c4ca268..2c6648fe1 100644 --- a/docs/tableColumnMaskingPolicyApplication.python.md +++ b/docs/tableColumnMaskingPolicyApplication.python.md @@ -4,7 +4,7 @@ ### TableColumnMaskingPolicyApplication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. #### Initializers @@ -42,7 +42,7 @@ tableColumnMaskingPolicyApplication.TableColumnMaskingPolicyApplication( | column | str | The column to apply the masking policy to. | | masking_policy | str | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | table | str | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -616,7 +616,7 @@ The construct id used in the generated config for the TableColumnMaskingPolicyAp The id of the existing TableColumnMaskingPolicyApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use --- @@ -935,7 +935,7 @@ tableColumnMaskingPolicyApplication.TableColumnMaskingPolicyApplicationConfig( | column | str | The column to apply the masking policy to. | | masking_policy | str | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | table | str | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -1019,7 +1019,7 @@ column: str The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -1033,7 +1033,7 @@ masking_policy: str Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -1047,7 +1047,7 @@ table: str The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -1059,7 +1059,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 58320657b..bb0e3fd82 100644 --- a/docs/tableColumnMaskingPolicyApplication.typescript.md +++ b/docs/tableColumnMaskingPolicyApplication.typescript.md @@ -4,7 +4,7 @@ ### TableColumnMaskingPolicyApplication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the TableColumnMaskingPolicyAp The id of the existing TableColumnMaskingPolicyApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use --- @@ -774,7 +774,7 @@ const tableColumnMaskingPolicyApplicationConfig: tableColumnMaskingPolicyApplica | column | string | The column to apply the masking policy to. | | maskingPolicy | string | Fully qualified name (`database.schema.policyname`) of the policy to apply. | | table | string | The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. | --- @@ -858,7 +858,7 @@ public readonly column: string; The column to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} --- @@ -872,7 +872,7 @@ public readonly maskingPolicy: string; Fully qualified name (`database.schema.policyname`) of the policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} --- @@ -886,7 +886,7 @@ public readonly table: string; The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} --- @@ -898,7 +898,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 d4d86b245..444b9980f 100644 --- a/docs/tableConstraint.csharp.md +++ b/docs/tableConstraint.csharp.md @@ -4,7 +4,7 @@ ### TableConstraint -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint snowflake_table_constraint}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the TableConstraint to import. The id of the existing TableConstraint that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1068,7 +1068,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/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1155,7 +1155,7 @@ public string[] Columns { get; set; } Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1169,7 +1169,7 @@ public string Name { get; set; } Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1185,7 +1185,7 @@ Idenfifier for table to create constraint on. Must be of the form Note: format must follow: "".""."" or ".." or "|." (snowflake_table.my_table.id) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -1199,7 +1199,7 @@ public string Type { get; set; } Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', 'FOREIGN KEY', or 'NOT NULL'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#type TableConstraint#type} --- @@ -1213,7 +1213,7 @@ public string Comment { get; set; } Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -1227,7 +1227,7 @@ public object Deferrable { get; set; } Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -1241,7 +1241,7 @@ public object Enable { get; set; } Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -1255,7 +1255,7 @@ public object Enforced { get; set; } Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -1269,7 +1269,7 @@ public TableConstraintForeignKeyProperties ForeignKeyProperties { get; set; } foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -1281,7 +1281,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1298,7 +1298,7 @@ public string Initially { get; set; } Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -1312,7 +1312,7 @@ public object Rely { get; set; } Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -1328,7 +1328,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1368,7 +1368,7 @@ public string Match { get; set; } The match type for the foreign key. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1382,7 +1382,7 @@ public string OnDelete { get; set; } Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1396,7 +1396,7 @@ public string OnUpdate { get; set; } Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -1410,7 +1410,7 @@ public TableConstraintForeignKeyPropertiesReferences References { get; set; } references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1446,7 +1446,7 @@ public string[] Columns { get; set; } Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1460,7 +1460,7 @@ public string TableId { get; set; } Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableConstraint.go.md b/docs/tableConstraint.go.md index 519f09389..39ba8790f 100644 --- a/docs/tableConstraint.go.md +++ b/docs/tableConstraint.go.md @@ -4,7 +4,7 @@ ### TableConstraint -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint snowflake_table_constraint}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the TableConstraint to import. The id of the existing TableConstraint that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1068,7 +1068,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/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/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1155,7 +1155,7 @@ Columns *[]*string Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1169,7 +1169,7 @@ Name *string Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1185,7 +1185,7 @@ Idenfifier for table to create constraint on. Must be of the form Note: format must follow: "".""."" or ".." or "|." (snowflake_table.my_table.id) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -1199,7 +1199,7 @@ Type *string Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', 'FOREIGN KEY', or 'NOT NULL'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#type TableConstraint#type} --- @@ -1213,7 +1213,7 @@ Comment *string Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -1227,7 +1227,7 @@ Deferrable interface{} Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -1241,7 +1241,7 @@ Enable interface{} Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -1255,7 +1255,7 @@ Enforced interface{} Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -1269,7 +1269,7 @@ ForeignKeyProperties TableConstraintForeignKeyProperties foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -1281,7 +1281,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1298,7 +1298,7 @@ Initially *string Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -1312,7 +1312,7 @@ Rely interface{} Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -1328,7 +1328,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1368,7 +1368,7 @@ Match *string The match type for the foreign key. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1382,7 +1382,7 @@ OnDelete *string Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1396,7 +1396,7 @@ OnUpdate *string Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -1410,7 +1410,7 @@ References TableConstraintForeignKeyPropertiesReferences references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1446,7 +1446,7 @@ Columns *[]*string Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1460,7 +1460,7 @@ TableId *string Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableConstraint.java.md b/docs/tableConstraint.java.md index 1fe6339cf..796f84b28 100644 --- a/docs/tableConstraint.java.md +++ b/docs/tableConstraint.java.md @@ -4,7 +4,7 @@ ### TableConstraint -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#id TableConstraint#id}. | | initially | java.lang.String | Whether the constraint is initially deferred or immediate. | | rely | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. | | validate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to validate existing data on the table when a constraint is created. | @@ -137,7 +137,7 @@ Must be unique amongst siblings in the same scope Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#name TableConstraint#name} --- @@ -159,7 +159,7 @@ Idenfifier for table to create constraint on. Must be of the form Note: format must follow: "".""."" or ".." or "|." (snowflake_table.my_table.id) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', 'FOREIGN KEY', or 'NOT NULL'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#type TableConstraint#type} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -240,7 +240,7 @@ If you experience problems setting this value it might not be settable. Please t Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -262,7 +262,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -758,7 +758,7 @@ The construct id used in the generated config for the TableConstraint to import. The id of the existing TableConstraint that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1299,7 +1299,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/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1386,7 +1386,7 @@ public java.util.List getColumns(); Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1400,7 +1400,7 @@ public java.lang.String getName(); Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1416,7 +1416,7 @@ Idenfifier for table to create constraint on. Must be of the form Note: format must follow: "".""."" or ".." or "|." (snowflake_table.my_table.id) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -1430,7 +1430,7 @@ public java.lang.String getType(); Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', 'FOREIGN KEY', or 'NOT NULL'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#type TableConstraint#type} --- @@ -1444,7 +1444,7 @@ public java.lang.String getComment(); Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -1458,7 +1458,7 @@ public java.lang.Object getDeferrable(); Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -1472,7 +1472,7 @@ public java.lang.Object getEnable(); Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -1486,7 +1486,7 @@ public java.lang.Object getEnforced(); Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -1500,7 +1500,7 @@ public TableConstraintForeignKeyProperties getForeignKeyProperties(); foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -1512,7 +1512,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1529,7 +1529,7 @@ public java.lang.String getInitially(); Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -1543,7 +1543,7 @@ public java.lang.Object getRely(); Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -1559,7 +1559,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1599,7 +1599,7 @@ public java.lang.String getMatch(); The match type for the foreign key. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1613,7 +1613,7 @@ public java.lang.String getOnDelete(); Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1627,7 +1627,7 @@ public java.lang.String getOnUpdate(); Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -1641,7 +1641,7 @@ public TableConstraintForeignKeyPropertiesReferences getReferences(); references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1677,7 +1677,7 @@ public java.util.List getColumns(); Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1691,7 +1691,7 @@ public java.lang.String getTableId(); Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableConstraint.python.md b/docs/tableConstraint.python.md index 0d777c070..7c551bbaf 100644 --- a/docs/tableConstraint.python.md +++ b/docs/tableConstraint.python.md @@ -4,7 +4,7 @@ ### TableConstraint -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#id TableConstraint#id}. | | initially | str | Whether the constraint is initially deferred or immediate. | | rely | typing.Union[bool, cdktf.IResolvable] | Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. | | validate | typing.Union[bool, cdktf.IResolvable] | Specifies whether to validate existing data on the table when a constraint is created. | @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#name TableConstraint#name} --- @@ -152,7 +152,7 @@ Idenfifier for table to create constraint on. Must be of the form Note: format must follow: "".""."" or ".." or "|." (snowflake_table.my_table.id) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', 'FOREIGN KEY', or 'NOT NULL'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#type TableConstraint#type} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -233,7 +233,7 @@ If you experience problems setting this value it might not be settable. Please t Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -255,7 +255,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -634,7 +634,7 @@ def put_foreign_key_properties( The match type for the foreign key. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#match TableConstraint#match} --- @@ -644,7 +644,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -654,7 +654,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -664,7 +664,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#references TableConstraint#references} --- @@ -836,7 +836,7 @@ The construct id used in the generated config for the TableConstraint to import. The id of the existing TableConstraint that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1368,7 +1368,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/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1455,7 +1455,7 @@ columns: typing.List[str] Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1469,7 +1469,7 @@ name: str Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1485,7 +1485,7 @@ Idenfifier for table to create constraint on. Must be of the form Note: format must follow: "".""."" or ".." or "|." (snowflake_table.my_table.id) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -1499,7 +1499,7 @@ type: str Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', 'FOREIGN KEY', or 'NOT NULL'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#type TableConstraint#type} --- @@ -1513,7 +1513,7 @@ comment: str Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -1527,7 +1527,7 @@ deferrable: typing.Union[bool, IResolvable] Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -1541,7 +1541,7 @@ enable: typing.Union[bool, IResolvable] Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -1555,7 +1555,7 @@ enforced: typing.Union[bool, IResolvable] Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -1569,7 +1569,7 @@ foreign_key_properties: TableConstraintForeignKeyProperties foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -1581,7 +1581,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1598,7 +1598,7 @@ initially: str Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -1612,7 +1612,7 @@ rely: typing.Union[bool, IResolvable] Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -1628,7 +1628,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1668,7 +1668,7 @@ match: str The match type for the foreign key. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1682,7 +1682,7 @@ on_delete: str Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1696,7 +1696,7 @@ on_update: str Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -1710,7 +1710,7 @@ references: TableConstraintForeignKeyPropertiesReferences references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1746,7 +1746,7 @@ columns: typing.List[str] Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1760,7 +1760,7 @@ table_id: str Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -2014,7 +2014,7 @@ def put_references( Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -2024,7 +2024,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableConstraint.typescript.md b/docs/tableConstraint.typescript.md index 0816b67cb..642aeedf2 100644 --- a/docs/tableConstraint.typescript.md +++ b/docs/tableConstraint.typescript.md @@ -4,7 +4,7 @@ ### TableConstraint -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint snowflake_table_constraint}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the TableConstraint to import. The id of the existing TableConstraint that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1047,7 +1047,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/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1134,7 +1134,7 @@ public readonly columns: string[]; Columns to use in constraint key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1148,7 +1148,7 @@ public readonly name: string; Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1164,7 +1164,7 @@ Idenfifier for table to create constraint on. Must be of the form Note: format must follow: "".""."" or ".." or "|." (snowflake_table.my_table.id) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -1178,7 +1178,7 @@ public readonly type: string; Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', 'FOREIGN KEY', or 'NOT NULL'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#type TableConstraint#type} --- @@ -1192,7 +1192,7 @@ public readonly comment: string; Comment for the table constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#comment TableConstraint#comment} --- @@ -1206,7 +1206,7 @@ public readonly deferrable: boolean | IResolvable; Whether the constraint is deferrable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} --- @@ -1220,7 +1220,7 @@ public readonly enable: boolean | IResolvable; Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enable TableConstraint#enable} --- @@ -1234,7 +1234,7 @@ public readonly enforced: boolean | IResolvable; Whether the constraint is enforced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enforced TableConstraint#enforced} --- @@ -1248,7 +1248,7 @@ public readonly foreignKeyProperties: TableConstraintForeignKeyProperties; foreign_key_properties block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} --- @@ -1260,7 +1260,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1277,7 +1277,7 @@ public readonly initially: string; Whether the constraint is initially deferred or immediate. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#initially TableConstraint#initially} --- @@ -1291,7 +1291,7 @@ public readonly rely: boolean | IResolvable; Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#rely TableConstraint#rely} --- @@ -1307,7 +1307,7 @@ Specifies whether to validate existing data on the table when a constraint is cr Only used in conjunction with the ENABLE property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1342,7 +1342,7 @@ public readonly match: string; The match type for the foreign key. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1356,7 +1356,7 @@ public readonly onDelete: string; Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1370,7 +1370,7 @@ public readonly onUpdate: string; Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -1384,7 +1384,7 @@ public readonly references: TableConstraintForeignKeyPropertiesReferences; references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1417,7 +1417,7 @@ public readonly columns: string[]; Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -1431,7 +1431,7 @@ public readonly tableId: string; Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableGrant.csharp.md b/docs/tableGrant.csharp.md index fee418ee6..0602781d6 100644 --- a/docs/tableGrant.csharp.md +++ b/docs/tableGrant.csharp.md @@ -4,7 +4,7 @@ ### TableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant snowflake_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant snowflake_table_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the TableGrant to import. The id of the existing TableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1039,7 +1039,7 @@ new TableGrantConfig { | Provisioners | object[] | *No description.* | | DatabaseName | string | The name of the database containing the current or future tables on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | Privilege | string | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1132,7 +1132,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -1148,7 +1148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -1160,7 +1160,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1179,7 +1179,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -1195,7 +1195,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -1209,7 +1209,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -1225,7 +1225,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -1239,7 +1239,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#roles TableGrant#roles} --- @@ -1253,7 +1253,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -1267,7 +1267,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#shares TableGrant#shares} --- @@ -1281,7 +1281,7 @@ public string TableName { get; set; } The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -1295,7 +1295,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- diff --git a/docs/tableGrant.go.md b/docs/tableGrant.go.md index 0c1e51c21..b3a782928 100644 --- a/docs/tableGrant.go.md +++ b/docs/tableGrant.go.md @@ -4,7 +4,7 @@ ### TableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant snowflake_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant snowflake_table_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the TableGrant to import. The id of the existing TableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1039,7 +1039,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/tablegrant" | Provisioners | *[]interface{} | *No description.* | | DatabaseName | *string | The name of the database containing the current or future tables on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | Privilege | *string | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1132,7 +1132,7 @@ DatabaseName *string The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -1148,7 +1148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -1160,7 +1160,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1179,7 +1179,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -1195,7 +1195,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -1209,7 +1209,7 @@ Privilege *string The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -1225,7 +1225,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -1239,7 +1239,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#roles TableGrant#roles} --- @@ -1253,7 +1253,7 @@ SchemaName *string The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -1267,7 +1267,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#shares TableGrant#shares} --- @@ -1281,7 +1281,7 @@ TableName *string The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -1295,7 +1295,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- diff --git a/docs/tableGrant.java.md b/docs/tableGrant.java.md index 64ba14470..9299ce417 100644 --- a/docs/tableGrant.java.md +++ b/docs/tableGrant.java.md @@ -4,7 +4,7 @@ ### TableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant snowflake_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant snowflake_table_grant}. #### Initializers @@ -55,7 +55,7 @@ TableGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future tables on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -146,7 +146,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -169,7 +169,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -181,7 +181,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -203,7 +203,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#roles TableGrant#roles} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#shares TableGrant#shares} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- @@ -750,7 +750,7 @@ The construct id used in the generated config for the TableGrant to import. The id of the existing TableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1260,7 +1260,7 @@ TableGrantConfig.builder() | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future tables on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1353,7 +1353,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -1369,7 +1369,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -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/0.79.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1400,7 +1400,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -1416,7 +1416,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -1430,7 +1430,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -1446,7 +1446,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -1460,7 +1460,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#roles TableGrant#roles} --- @@ -1474,7 +1474,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -1488,7 +1488,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#shares TableGrant#shares} --- @@ -1502,7 +1502,7 @@ public java.lang.String getTableName(); The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -1516,7 +1516,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- diff --git a/docs/tableGrant.python.md b/docs/tableGrant.python.md index e41c3a6cd..fc09fd69a 100644 --- a/docs/tableGrant.python.md +++ b/docs/tableGrant.python.md @@ -4,7 +4,7 @@ ### TableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant snowflake_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant snowflake_table_grant}. #### Initializers @@ -49,7 +49,7 @@ tableGrant.TableGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future tables on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | privilege | str | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -140,7 +140,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -163,7 +163,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -175,7 +175,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -197,7 +197,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#roles TableGrant#roles} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#shares TableGrant#shares} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- @@ -790,7 +790,7 @@ The construct id used in the generated config for the TableGrant to import. The id of the existing TableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1292,7 +1292,7 @@ tableGrant.TableGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future tables on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | privilege | str | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1385,7 +1385,7 @@ database_name: str The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -1401,7 +1401,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -1413,7 +1413,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1432,7 +1432,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -1448,7 +1448,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -1462,7 +1462,7 @@ privilege: str The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -1478,7 +1478,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -1492,7 +1492,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#roles TableGrant#roles} --- @@ -1506,7 +1506,7 @@ schema_name: str The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -1520,7 +1520,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#shares TableGrant#shares} --- @@ -1534,7 +1534,7 @@ table_name: str The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -1548,7 +1548,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- diff --git a/docs/tableGrant.typescript.md b/docs/tableGrant.typescript.md index 146467c1b..0cfd74eb2 100644 --- a/docs/tableGrant.typescript.md +++ b/docs/tableGrant.typescript.md @@ -4,7 +4,7 @@ ### TableGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant snowflake_table_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant snowflake_table_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the TableGrant to import. The id of the existing TableGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use --- @@ -1019,7 +1019,7 @@ const tableGrantConfig: tableGrant.TableGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseName | string | The name of the database containing the current or future tables on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. | | privilege | string | The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1112,7 +1112,7 @@ public readonly databaseName: string; The name of the database containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#database_name TableGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#database_name TableGrant#database_name} --- @@ -1128,7 +1128,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} --- @@ -1140,7 +1140,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1159,7 +1159,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_all TableGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_all TableGrant#on_all} --- @@ -1175,7 +1175,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_future TableGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_future TableGrant#on_future} --- @@ -1189,7 +1189,7 @@ public readonly privilege: string; The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#privilege TableGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#privilege TableGrant#privilege} --- @@ -1205,7 +1205,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} --- @@ -1219,7 +1219,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#roles TableGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#roles TableGrant#roles} --- @@ -1233,7 +1233,7 @@ public readonly schemaName: string; The name of the schema containing the current or future tables on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#schema_name TableGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#schema_name TableGrant#schema_name} --- @@ -1247,7 +1247,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#shares TableGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#shares TableGrant#shares} --- @@ -1261,7 +1261,7 @@ public readonly tableName: string; The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#table_name TableGrant#table_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#table_name TableGrant#table_name} --- @@ -1275,7 +1275,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} --- diff --git a/docs/tag.csharp.md b/docs/tag.csharp.md index 7f879c1c7..63c1fa743 100644 --- a/docs/tag.csharp.md +++ b/docs/tag.csharp.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag snowflake_tag}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -848,7 +848,7 @@ new TagConfig { | Schema | string | The schema in which to create the tag. | | AllowedValues | string[] | List of allowed values for the tag. | | Comment | string | Specifies a comment for the tag. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id}. | --- @@ -932,7 +932,7 @@ public string Database { get; set; } The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#database Tag#database} --- @@ -946,7 +946,7 @@ public string Name { get; set; } Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#name Tag#name} --- @@ -960,7 +960,7 @@ public string Schema { get; set; } The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#schema Tag#schema} --- @@ -974,7 +974,7 @@ public string[] AllowedValues { get; set; } List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -988,7 +988,7 @@ public string Comment { get; set; } Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#comment Tag#comment} --- @@ -1000,7 +1000,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tag.go.md b/docs/tag.go.md index c74a6004c..6bd288405 100644 --- a/docs/tag.go.md +++ b/docs/tag.go.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag snowflake_tag}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -848,7 +848,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/tag" | Schema | *string | The schema in which to create the tag. | | AllowedValues | *[]*string | List of allowed values for the tag. | | Comment | *string | Specifies a comment for the tag. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id}. | --- @@ -932,7 +932,7 @@ Database *string The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#database Tag#database} --- @@ -946,7 +946,7 @@ Name *string Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#name Tag#name} --- @@ -960,7 +960,7 @@ Schema *string The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#schema Tag#schema} --- @@ -974,7 +974,7 @@ AllowedValues *[]*string List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -988,7 +988,7 @@ Comment *string Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#comment Tag#comment} --- @@ -1000,7 +1000,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tag.java.md b/docs/tag.java.md index e444d7965..9be0c272d 100644 --- a/docs/tag.java.md +++ b/docs/tag.java.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag snowflake_tag}. #### Initializers @@ -48,7 +48,7 @@ Tag.Builder.create(Construct scope, java.lang.String id) | schema | java.lang.String | The schema in which to create the tag. | | allowedValues | java.util.List | List of allowed values for the tag. | | comment | java.lang.String | Specifies a comment for the tag. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#database Tag#database} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#name Tag#name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#schema Tag#schema} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#comment Tag#comment} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -610,7 +610,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -981,7 +981,7 @@ TagConfig.builder() | schema | java.lang.String | The schema in which to create the tag. | | allowedValues | java.util.List | List of allowed values for the tag. | | comment | java.lang.String | Specifies a comment for the tag. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id}. | --- @@ -1065,7 +1065,7 @@ public java.lang.String getDatabase(); The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#database Tag#database} --- @@ -1079,7 +1079,7 @@ public java.lang.String getName(); Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#name Tag#name} --- @@ -1093,7 +1093,7 @@ public java.lang.String getSchema(); The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#schema Tag#schema} --- @@ -1107,7 +1107,7 @@ public java.util.List getAllowedValues(); List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -1121,7 +1121,7 @@ public java.lang.String getComment(); Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#comment Tag#comment} --- @@ -1133,7 +1133,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tag.python.md b/docs/tag.python.md index e2b9f6a1f..b0944ae08 100644 --- a/docs/tag.python.md +++ b/docs/tag.python.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag snowflake_tag}. #### Initializers @@ -46,7 +46,7 @@ tag.Tag( | schema | str | The schema in which to create the tag. | | allowed_values | typing.List[str] | List of allowed values for the tag. | | comment | str | Specifies a comment for the tag. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#database Tag#database} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#name Tag#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#schema Tag#schema} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#comment Tag#comment} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -654,7 +654,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -1021,7 +1021,7 @@ tag.TagConfig( | schema | str | The schema in which to create the tag. | | allowed_values | typing.List[str] | List of allowed values for the tag. | | comment | str | Specifies a comment for the tag. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id}. | --- @@ -1105,7 +1105,7 @@ database: str The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#database Tag#database} --- @@ -1119,7 +1119,7 @@ name: str Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#name Tag#name} --- @@ -1133,7 +1133,7 @@ schema: str The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#schema Tag#schema} --- @@ -1147,7 +1147,7 @@ allowed_values: typing.List[str] List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -1161,7 +1161,7 @@ comment: str Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#comment Tag#comment} --- @@ -1173,7 +1173,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tag.typescript.md b/docs/tag.typescript.md index f69a06646..04d0a62c4 100644 --- a/docs/tag.typescript.md +++ b/docs/tag.typescript.md @@ -4,7 +4,7 @@ ### Tag -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag snowflake_tag}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the Tag to import. The id of the existing Tag that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -834,7 +834,7 @@ const tagConfig: tag.TagConfig = { ... } | schema | string | The schema in which to create the tag. | | allowedValues | string[] | List of allowed values for the tag. | | comment | string | Specifies a comment for the tag. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id}. | --- @@ -918,7 +918,7 @@ public readonly database: string; The database in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#database Tag#database} --- @@ -932,7 +932,7 @@ public readonly name: string; Specifies the identifier for the tag; must be unique for the database in which the tag is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#name Tag#name} --- @@ -946,7 +946,7 @@ public readonly schema: string; The schema in which to create the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#schema Tag#schema} --- @@ -960,7 +960,7 @@ public readonly allowedValues: string[]; List of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -974,7 +974,7 @@ public readonly comment: string; Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#comment Tag#comment} --- @@ -986,7 +986,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tagAssociation.csharp.md b/docs/tagAssociation.csharp.md index 1896c88a0..efa37017a 100644 --- a/docs/tagAssociation.csharp.md +++ b/docs/tagAssociation.csharp.md @@ -4,7 +4,7 @@ ### TagAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the TagAssociation to import. The id of the existing TagAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -926,7 +926,7 @@ new TagAssociationConfig { | ObjectType | string | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | TagId | string | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | TagValue | string | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#id TagAssociation#id}. | | ObjectName | string | Specifies the object identifier for the tag association. | | SkipValidation | object | If true, skips validation of the tag association. | | Timeouts | TagAssociationTimeouts | timeouts block. | @@ -1013,7 +1013,7 @@ public object ObjectIdentifier { get; set; } object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -1027,7 +1027,7 @@ public string ObjectType { get; set; } Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1041,7 +1041,7 @@ public string TagId { get; set; } Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1055,7 +1055,7 @@ public string TagValue { get; set; } Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1067,7 +1067,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1084,7 +1084,7 @@ public string ObjectName { get; set; } Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -1098,7 +1098,7 @@ public object SkipValidation { get; set; } If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1112,7 +1112,7 @@ public TagAssociationTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1150,7 +1150,7 @@ public string Name { get; set; } Name of the object to associate the tag with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#name TagAssociation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#name TagAssociation#name} --- @@ -1164,7 +1164,7 @@ public string Database { get; set; } Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#database TagAssociation#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#database TagAssociation#database} --- @@ -1178,7 +1178,7 @@ public string Schema { get; set; } Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#schema TagAssociation#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#schema TagAssociation#schema} --- @@ -1198,7 +1198,7 @@ new TagAssociationTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#create TagAssociation#create}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1210,7 +1210,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagAssociation.go.md b/docs/tagAssociation.go.md index 4176a0667..4e7f200bb 100644 --- a/docs/tagAssociation.go.md +++ b/docs/tagAssociation.go.md @@ -4,7 +4,7 @@ ### TagAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the TagAssociation to import. The id of the existing TagAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -926,7 +926,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/tagassociatio | ObjectType | *string | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | TagId | *string | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | TagValue | *string | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#id TagAssociation#id}. | | ObjectName | *string | Specifies the object identifier for the tag association. | | SkipValidation | interface{} | If true, skips validation of the tag association. | | Timeouts | TagAssociationTimeouts | timeouts block. | @@ -1013,7 +1013,7 @@ ObjectIdentifier interface{} object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -1027,7 +1027,7 @@ ObjectType *string Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1041,7 +1041,7 @@ TagId *string Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1055,7 +1055,7 @@ TagValue *string Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1067,7 +1067,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1084,7 +1084,7 @@ ObjectName *string Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -1098,7 +1098,7 @@ SkipValidation interface{} If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1112,7 +1112,7 @@ Timeouts TagAssociationTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1150,7 +1150,7 @@ Name *string Name of the object to associate the tag with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#name TagAssociation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#name TagAssociation#name} --- @@ -1164,7 +1164,7 @@ Database *string Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#database TagAssociation#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#database TagAssociation#database} --- @@ -1178,7 +1178,7 @@ Schema *string Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#schema TagAssociation#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#schema TagAssociation#schema} --- @@ -1198,7 +1198,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/tagassociatio | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#create TagAssociation#create}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1210,7 +1210,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagAssociation.java.md b/docs/tagAssociation.java.md index 6076d3c82..6a0666641 100644 --- a/docs/tagAssociation.java.md +++ b/docs/tagAssociation.java.md @@ -4,7 +4,7 @@ ### TagAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -51,7 +51,7 @@ TagAssociation.Builder.create(Construct scope, java.lang.String id) | objectType | java.lang.String | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | tagId | java.lang.String | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | tagValue | java.lang.String | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#id TagAssociation#id}. | | objectName | java.lang.String | Specifies the object identifier for the tag association. | | skipValidation | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#id TagAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -669,7 +669,7 @@ The construct id used in the generated config for the TagAssociation to import. The id of the existing TagAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -1087,7 +1087,7 @@ TagAssociationConfig.builder() | objectType | java.lang.String | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | tagId | java.lang.String | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | tagValue | java.lang.String | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#id TagAssociation#id}. | | objectName | java.lang.String | Specifies the object identifier for the tag association. | | skipValidation | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -1174,7 +1174,7 @@ public java.lang.Object getObjectIdentifier(); object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -1188,7 +1188,7 @@ public java.lang.String getObjectType(); Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1202,7 +1202,7 @@ public java.lang.String getTagId(); Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1216,7 +1216,7 @@ public java.lang.String getTagValue(); Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1228,7 +1228,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1245,7 +1245,7 @@ public java.lang.String getObjectName(); Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -1259,7 +1259,7 @@ public java.lang.Object getSkipValidation(); If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1273,7 +1273,7 @@ public TagAssociationTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1311,7 +1311,7 @@ public java.lang.String getName(); Name of the object to associate the tag with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#name TagAssociation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#name TagAssociation#name} --- @@ -1325,7 +1325,7 @@ public java.lang.String getDatabase(); Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#database TagAssociation#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#database TagAssociation#database} --- @@ -1339,7 +1339,7 @@ public java.lang.String getSchema(); Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#schema TagAssociation#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#schema TagAssociation#schema} --- @@ -1359,7 +1359,7 @@ TagAssociationTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#create TagAssociation#create}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1371,7 +1371,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagAssociation.python.md b/docs/tagAssociation.python.md index aee6172ab..596df4ac4 100644 --- a/docs/tagAssociation.python.md +++ b/docs/tagAssociation.python.md @@ -4,7 +4,7 @@ ### TagAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -47,7 +47,7 @@ tagAssociation.TagAssociation( | object_type | str | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | tag_id | str | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | tag_value | str | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#id TagAssociation#id}. | | object_name | str | Specifies the object identifier for the tag association. | | skip_validation | typing.Union[bool, cdktf.IResolvable] | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#id TagAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -575,7 +575,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#create TagAssociation#create}. --- @@ -717,7 +717,7 @@ The construct id used in the generated config for the TagAssociation to import. The id of the existing TagAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -1129,7 +1129,7 @@ tagAssociation.TagAssociationConfig( | object_type | str | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | tag_id | str | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | tag_value | str | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#id TagAssociation#id}. | | object_name | str | Specifies the object identifier for the tag association. | | skip_validation | typing.Union[bool, cdktf.IResolvable] | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -1216,7 +1216,7 @@ object_identifier: typing.Union[IResolvable, typing.List[TagAssociationObjectIde object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -1230,7 +1230,7 @@ object_type: str Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1244,7 +1244,7 @@ tag_id: str Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1258,7 +1258,7 @@ tag_value: str Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1270,7 +1270,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1287,7 +1287,7 @@ object_name: str Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -1301,7 +1301,7 @@ skip_validation: typing.Union[bool, IResolvable] If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1315,7 +1315,7 @@ timeouts: TagAssociationTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1353,7 +1353,7 @@ name: str Name of the object to associate the tag with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#name TagAssociation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#name TagAssociation#name} --- @@ -1367,7 +1367,7 @@ database: str Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#database TagAssociation#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#database TagAssociation#database} --- @@ -1381,7 +1381,7 @@ schema: str Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#schema TagAssociation#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#schema TagAssociation#schema} --- @@ -1401,7 +1401,7 @@ tagAssociation.TagAssociationTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#create TagAssociation#create}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1413,7 +1413,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagAssociation.typescript.md b/docs/tagAssociation.typescript.md index 3ab093913..132d25fc3 100644 --- a/docs/tagAssociation.typescript.md +++ b/docs/tagAssociation.typescript.md @@ -4,7 +4,7 @@ ### TagAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the TagAssociation to import. The id of the existing TagAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -910,7 +910,7 @@ const tagAssociationConfig: tagAssociation.TagAssociationConfig = { ... } | objectType | string | Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. | | tagId | string | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | | tagValue | string | Specifies the value of the tag, (e.g. 'finance' or 'engineering'). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#id TagAssociation#id}. | | objectName | string | Specifies the object identifier for the tag association. | | skipValidation | boolean \| cdktf.IResolvable | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -997,7 +997,7 @@ public readonly objectIdentifier: IResolvable | TagAssociationObjectIdentifier[] object_identifier block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} --- @@ -1011,7 +1011,7 @@ public readonly objectType: string; Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1025,7 +1025,7 @@ public readonly tagId: string; Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1039,7 +1039,7 @@ public readonly tagValue: string; Specifies the value of the tag, (e.g. 'finance' or 'engineering'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1051,7 +1051,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1068,7 +1068,7 @@ public readonly objectName: string; Specifies the object identifier for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_name TagAssociation#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_name TagAssociation#object_name} --- @@ -1082,7 +1082,7 @@ public readonly skipValidation: boolean | IResolvable; If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1096,7 +1096,7 @@ public readonly timeouts: TagAssociationTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1130,7 +1130,7 @@ public readonly name: string; Name of the object to associate the tag with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#name TagAssociation#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#name TagAssociation#name} --- @@ -1144,7 +1144,7 @@ public readonly database: string; Name of the database that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#database TagAssociation#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#database TagAssociation#database} --- @@ -1158,7 +1158,7 @@ public readonly schema: string; Name of the schema that the object was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#schema TagAssociation#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#schema TagAssociation#schema} --- @@ -1176,7 +1176,7 @@ const tagAssociationTimeouts: tagAssociation.TagAssociationTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#create TagAssociation#create}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1188,7 +1188,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagGrant.csharp.md b/docs/tagGrant.csharp.md index db3c4eb26..f6f819d81 100644 --- a/docs/tagGrant.csharp.md +++ b/docs/tagGrant.csharp.md @@ -4,7 +4,7 @@ ### TagGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant snowflake_tag_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant snowflake_tag_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the TagGrant to import. The id of the existing TagGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use --- @@ -937,7 +937,7 @@ new TagGrantConfig { | SchemaName | string | The name of the schema containing the tag on which to grant privileges. | | TagName | string | The name of the tag on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. | | Privilege | string | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | Roles | string[] | Grants privilege to these roles. | @@ -1025,7 +1025,7 @@ public string DatabaseName { get; set; } The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -1039,7 +1039,7 @@ public string SchemaName { get; set; } The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -1053,7 +1053,7 @@ public string TagName { get; set; } The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -1069,7 +1069,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -1081,7 +1081,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1098,7 +1098,7 @@ public string Privilege { get; set; } The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -1114,7 +1114,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -1128,7 +1128,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -1142,7 +1142,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- diff --git a/docs/tagGrant.go.md b/docs/tagGrant.go.md index 0e258a50b..228ec6c93 100644 --- a/docs/tagGrant.go.md +++ b/docs/tagGrant.go.md @@ -4,7 +4,7 @@ ### TagGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant snowflake_tag_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant snowflake_tag_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the TagGrant to import. The id of the existing TagGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use --- @@ -937,7 +937,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/taggrant" | SchemaName | *string | The name of the schema containing the tag on which to grant privileges. | | TagName | *string | The name of the tag on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. | | Privilege | *string | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | Roles | *[]*string | Grants privilege to these roles. | @@ -1025,7 +1025,7 @@ DatabaseName *string The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -1039,7 +1039,7 @@ SchemaName *string The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -1053,7 +1053,7 @@ TagName *string The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -1069,7 +1069,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -1081,7 +1081,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1098,7 +1098,7 @@ Privilege *string The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -1114,7 +1114,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -1128,7 +1128,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -1142,7 +1142,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- diff --git a/docs/tagGrant.java.md b/docs/tagGrant.java.md index 2ae1052c5..ef77f8eb8 100644 --- a/docs/tagGrant.java.md +++ b/docs/tagGrant.java.md @@ -4,7 +4,7 @@ ### TagGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant snowflake_tag_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant snowflake_tag_grant}. #### Initializers @@ -52,7 +52,7 @@ TagGrant.Builder.create(Construct scope, java.lang.String id) | schemaName | java.lang.String | The name of the schema containing the tag on which to grant privileges. | | tagName | java.lang.String | The name of the tag on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. | | privilege | java.lang.String | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -158,7 +158,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -191,7 +191,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- @@ -673,7 +673,7 @@ The construct id used in the generated config for the TagGrant to import. The id of the existing TagGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use --- @@ -1114,7 +1114,7 @@ TagGrantConfig.builder() | schemaName | java.lang.String | The name of the schema containing the tag on which to grant privileges. | | tagName | java.lang.String | The name of the tag on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. | | privilege | java.lang.String | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -1202,7 +1202,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -1216,7 +1216,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -1230,7 +1230,7 @@ public java.lang.String getTagName(); The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -1246,7 +1246,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -1258,7 +1258,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1275,7 +1275,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -1291,7 +1291,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -1305,7 +1305,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -1319,7 +1319,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- diff --git a/docs/tagGrant.python.md b/docs/tagGrant.python.md index ecd320b92..8cc5b157f 100644 --- a/docs/tagGrant.python.md +++ b/docs/tagGrant.python.md @@ -4,7 +4,7 @@ ### TagGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant snowflake_tag_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant snowflake_tag_grant}. #### Initializers @@ -48,7 +48,7 @@ tagGrant.TagGrant( | schema_name | str | The name of the schema containing the tag on which to grant privileges. | | tag_name | str | The name of the tag on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. | | privilege | str | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -187,7 +187,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- @@ -715,7 +715,7 @@ The construct id used in the generated config for the TagGrant to import. The id of the existing TagGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use --- @@ -1150,7 +1150,7 @@ tagGrant.TagGrantConfig( | schema_name | str | The name of the schema containing the tag on which to grant privileges. | | tag_name | str | The name of the tag on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. | | privilege | str | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -1238,7 +1238,7 @@ database_name: str The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -1252,7 +1252,7 @@ schema_name: str The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -1266,7 +1266,7 @@ tag_name: str The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -1282,7 +1282,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -1294,7 +1294,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1311,7 +1311,7 @@ privilege: str The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -1327,7 +1327,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -1341,7 +1341,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -1355,7 +1355,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- diff --git a/docs/tagGrant.typescript.md b/docs/tagGrant.typescript.md index e4a4a6466..b0df34531 100644 --- a/docs/tagGrant.typescript.md +++ b/docs/tagGrant.typescript.md @@ -4,7 +4,7 @@ ### TagGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant snowflake_tag_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant snowflake_tag_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the TagGrant to import. The id of the existing TagGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use --- @@ -920,7 +920,7 @@ const tagGrantConfig: tagGrant.TagGrantConfig = { ... } | schemaName | string | The name of the schema containing the tag on which to grant privileges. | | tagName | string | The name of the tag on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. | | privilege | string | The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | roles | string[] | Grants privilege to these roles. | @@ -1008,7 +1008,7 @@ public readonly databaseName: string; The name of the database containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#database_name TagGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#database_name TagGrant#database_name} --- @@ -1022,7 +1022,7 @@ public readonly schemaName: string; The name of the schema containing the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#schema_name TagGrant#schema_name} --- @@ -1036,7 +1036,7 @@ public readonly tagName: string; The name of the tag on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#tag_name TagGrant#tag_name} --- @@ -1052,7 +1052,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} --- @@ -1064,7 +1064,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1081,7 +1081,7 @@ public readonly privilege: string; The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#privilege TagGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#privilege TagGrant#privilege} --- @@ -1097,7 +1097,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} --- @@ -1111,7 +1111,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#roles TagGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#roles TagGrant#roles} --- @@ -1125,7 +1125,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} --- diff --git a/docs/tagMaskingPolicyAssociation.csharp.md b/docs/tagMaskingPolicyAssociation.csharp.md index 2d09c7726..38b2a3d78 100644 --- a/docs/tagMaskingPolicyAssociation.csharp.md +++ b/docs/tagMaskingPolicyAssociation.csharp.md @@ -4,7 +4,7 @@ ### TagMaskingPolicyAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the TagMaskingPolicyAssociatio The id of the existing TagMaskingPolicyAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use --- @@ -762,7 +762,7 @@ new TagMaskingPolicyAssociationConfig { | Provisioners | object[] | *No description.* | | MaskingPolicyId | string | The resource id of the masking policy. | | TagId | string | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -846,7 +846,7 @@ public string MaskingPolicyId { get; set; } The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -860,7 +860,7 @@ public string TagId { get; set; } Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -872,7 +872,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tagMaskingPolicyAssociation.go.md b/docs/tagMaskingPolicyAssociation.go.md index 86850dda1..28ea3c625 100644 --- a/docs/tagMaskingPolicyAssociation.go.md +++ b/docs/tagMaskingPolicyAssociation.go.md @@ -4,7 +4,7 @@ ### TagMaskingPolicyAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the TagMaskingPolicyAssociatio The id of the existing TagMaskingPolicyAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use --- @@ -762,7 +762,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/tagmaskingpol | Provisioners | *[]interface{} | *No description.* | | MaskingPolicyId | *string | The resource id of the masking policy. | | TagId | *string | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -846,7 +846,7 @@ MaskingPolicyId *string The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -860,7 +860,7 @@ TagId *string Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -872,7 +872,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tagMaskingPolicyAssociation.java.md b/docs/tagMaskingPolicyAssociation.java.md index e8432f4f8..68ac0412b 100644 --- a/docs/tagMaskingPolicyAssociation.java.md +++ b/docs/tagMaskingPolicyAssociation.java.md @@ -4,7 +4,7 @@ ### TagMaskingPolicyAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. #### Initializers @@ -42,7 +42,7 @@ TagMaskingPolicyAssociation.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | maskingPolicyId | java.lang.String | The resource id of the masking policy. | | tagId | java.lang.String | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -560,7 +560,7 @@ The construct id used in the generated config for the TagMaskingPolicyAssociatio The id of the existing TagMaskingPolicyAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use --- @@ -859,7 +859,7 @@ TagMaskingPolicyAssociationConfig.builder() | provisioners | java.util.List | *No description.* | | maskingPolicyId | java.lang.String | The resource id of the masking policy. | | tagId | java.lang.String | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -943,7 +943,7 @@ public java.lang.String getMaskingPolicyId(); The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -957,7 +957,7 @@ public java.lang.String getTagId(); Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -969,7 +969,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tagMaskingPolicyAssociation.python.md b/docs/tagMaskingPolicyAssociation.python.md index cc28d2c5e..774d889ec 100644 --- a/docs/tagMaskingPolicyAssociation.python.md +++ b/docs/tagMaskingPolicyAssociation.python.md @@ -4,7 +4,7 @@ ### TagMaskingPolicyAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. #### Initializers @@ -40,7 +40,7 @@ tagMaskingPolicyAssociation.TagMaskingPolicyAssociation( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | masking_policy_id | str | The resource id of the masking policy. | | tag_id | str | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -604,7 +604,7 @@ The construct id used in the generated config for the TagMaskingPolicyAssociatio The id of the existing TagMaskingPolicyAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use --- @@ -899,7 +899,7 @@ tagMaskingPolicyAssociation.TagMaskingPolicyAssociationConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | masking_policy_id | str | The resource id of the masking policy. | | tag_id | str | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -983,7 +983,7 @@ masking_policy_id: str The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -997,7 +997,7 @@ tag_id: str Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -1009,7 +1009,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/tagMaskingPolicyAssociation.typescript.md b/docs/tagMaskingPolicyAssociation.typescript.md index 757795aee..c74b0047c 100644 --- a/docs/tagMaskingPolicyAssociation.typescript.md +++ b/docs/tagMaskingPolicyAssociation.typescript.md @@ -4,7 +4,7 @@ ### TagMaskingPolicyAssociation -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the TagMaskingPolicyAssociatio The id of the existing TagMaskingPolicyAssociation that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ const tagMaskingPolicyAssociationConfig: tagMaskingPolicyAssociation.TagMaskingP | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | maskingPolicyId | string | The resource id of the masking policy. | | tagId | string | Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName\|schemaName.tagName" (snowflake_tag.tag.id). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. | --- @@ -835,7 +835,7 @@ public readonly maskingPolicyId: string; The resource id of the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} --- @@ -849,7 +849,7 @@ public readonly tagId: string; Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} --- @@ -861,7 +861,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/task.csharp.md b/docs/task.csharp.md index b9ef8e81f..2906ebd2e 100644 --- a/docs/task.csharp.md +++ b/docs/task.csharp.md @@ -4,7 +4,7 @@ ### Task -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task snowflake_task}. #### Initializers @@ -551,7 +551,7 @@ The construct id used in the generated config for the Task to import. The id of the existing Task that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -1175,7 +1175,7 @@ new TaskConfig { | Comment | string | Specifies a comment for the task. | | Enabled | object | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | ErrorIntegration | string | Specifies the name of the notification integration used for error notifications. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#id Task#id}. | | Schedule | string | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | SessionParameters | System.Collections.Generic.IDictionary | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | SuspendTaskAfterNumFailures | double | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -1266,7 +1266,7 @@ public string Database { get; set; } The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#database Task#database} --- @@ -1282,7 +1282,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#name Task#name} --- @@ -1296,7 +1296,7 @@ public string Schema { get; set; } The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schema Task#schema} --- @@ -1310,7 +1310,7 @@ public string SqlStatement { get; set; } Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#sql_statement Task#sql_statement} --- @@ -1326,7 +1326,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#after Task#after} --- @@ -1340,7 +1340,7 @@ public object AllowOverlappingExecution { get; set; } By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -1354,7 +1354,7 @@ public string Comment { get; set; } Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#comment Task#comment} --- @@ -1368,7 +1368,7 @@ public object Enabled { get; set; } Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#enabled Task#enabled} --- @@ -1382,7 +1382,7 @@ public string ErrorIntegration { get; set; } Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#error_integration Task#error_integration} --- @@ -1394,7 +1394,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1411,7 +1411,7 @@ public string Schedule { get; set; } The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schedule Task#schedule} --- @@ -1425,7 +1425,7 @@ public System.Collections.Generic.IDictionary SessionParameters Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#session_parameters Task#session_parameters} --- @@ -1441,7 +1441,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -1457,7 +1457,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -1471,7 +1471,7 @@ public double UserTaskTimeoutMs { get; set; } Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -1487,7 +1487,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#warehouse Task#warehouse} --- @@ -1501,7 +1501,7 @@ public string When { get; set; } Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#when Task#when} --- diff --git a/docs/task.go.md b/docs/task.go.md index 51c584cbf..bccd47b3c 100644 --- a/docs/task.go.md +++ b/docs/task.go.md @@ -4,7 +4,7 @@ ### Task -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task snowflake_task}. #### Initializers @@ -551,7 +551,7 @@ The construct id used in the generated config for the Task to import. The id of the existing Task that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -1175,7 +1175,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/task" | Comment | *string | Specifies a comment for the task. | | Enabled | interface{} | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | ErrorIntegration | *string | Specifies the name of the notification integration used for error notifications. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#id Task#id}. | | Schedule | *string | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | SessionParameters | *map[string]*string | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | SuspendTaskAfterNumFailures | *f64 | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -1266,7 +1266,7 @@ Database *string The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#database Task#database} --- @@ -1282,7 +1282,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#name Task#name} --- @@ -1296,7 +1296,7 @@ Schema *string The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schema Task#schema} --- @@ -1310,7 +1310,7 @@ SqlStatement *string Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#sql_statement Task#sql_statement} --- @@ -1326,7 +1326,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#after Task#after} --- @@ -1340,7 +1340,7 @@ AllowOverlappingExecution interface{} By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -1354,7 +1354,7 @@ Comment *string Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#comment Task#comment} --- @@ -1368,7 +1368,7 @@ Enabled interface{} Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#enabled Task#enabled} --- @@ -1382,7 +1382,7 @@ ErrorIntegration *string Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#error_integration Task#error_integration} --- @@ -1394,7 +1394,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1411,7 +1411,7 @@ Schedule *string The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schedule Task#schedule} --- @@ -1425,7 +1425,7 @@ SessionParameters *map[string]*string Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#session_parameters Task#session_parameters} --- @@ -1441,7 +1441,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -1457,7 +1457,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -1471,7 +1471,7 @@ UserTaskTimeoutMs *f64 Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -1487,7 +1487,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#warehouse Task#warehouse} --- @@ -1501,7 +1501,7 @@ When *string Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#when Task#when} --- diff --git a/docs/task.java.md b/docs/task.java.md index 3fe1aec2e..63695ad7d 100644 --- a/docs/task.java.md +++ b/docs/task.java.md @@ -4,7 +4,7 @@ ### Task -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task snowflake_task}. #### Initializers @@ -65,7 +65,7 @@ Task.Builder.create(Construct scope, java.lang.String id) | comment | java.lang.String | Specifies a comment for the task. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | errorIntegration | java.lang.String | Specifies the name of the notification integration used for error notifications. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#id Task#id}. | | schedule | java.lang.String | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | sessionParameters | java.util.Map | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | suspendTaskAfterNumFailures | java.lang.Number | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -142,7 +142,7 @@ Must be unique amongst siblings in the same scope The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#database Task#database} --- @@ -154,7 +154,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#name Task#name} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schema Task#schema} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#sql_statement Task#sql_statement} --- @@ -186,7 +186,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#after Task#after} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#comment Task#comment} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#enabled Task#enabled} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#error_integration Task#error_integration} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#id Task#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -247,7 +247,7 @@ If you experience problems setting this value it might not be settable. Please t The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schedule Task#schedule} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#session_parameters Task#session_parameters} --- @@ -269,7 +269,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -281,7 +281,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -303,7 +303,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#warehouse Task#warehouse} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#when Task#when} --- @@ -824,7 +824,7 @@ The construct id used in the generated config for the Task to import. The id of the existing Task that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -1454,7 +1454,7 @@ TaskConfig.builder() | comment | java.lang.String | Specifies a comment for the task. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | errorIntegration | java.lang.String | Specifies the name of the notification integration used for error notifications. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#id Task#id}. | | schedule | java.lang.String | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | sessionParameters | java.util.Map | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | suspendTaskAfterNumFailures | java.lang.Number | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -1545,7 +1545,7 @@ public java.lang.String getDatabase(); The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#database Task#database} --- @@ -1561,7 +1561,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#name Task#name} --- @@ -1575,7 +1575,7 @@ public java.lang.String getSchema(); The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schema Task#schema} --- @@ -1589,7 +1589,7 @@ public java.lang.String getSqlStatement(); Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#sql_statement Task#sql_statement} --- @@ -1605,7 +1605,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#after Task#after} --- @@ -1619,7 +1619,7 @@ public java.lang.Object getAllowOverlappingExecution(); By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -1633,7 +1633,7 @@ public java.lang.String getComment(); Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#comment Task#comment} --- @@ -1647,7 +1647,7 @@ public java.lang.Object getEnabled(); Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#enabled Task#enabled} --- @@ -1661,7 +1661,7 @@ public java.lang.String getErrorIntegration(); Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#error_integration Task#error_integration} --- @@ -1673,7 +1673,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1690,7 +1690,7 @@ public java.lang.String getSchedule(); The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schedule Task#schedule} --- @@ -1704,7 +1704,7 @@ public java.util.Map getSessionParameters(); Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#session_parameters Task#session_parameters} --- @@ -1720,7 +1720,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -1736,7 +1736,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -1750,7 +1750,7 @@ public java.lang.Number getUserTaskTimeoutMs(); Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -1766,7 +1766,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#warehouse Task#warehouse} --- @@ -1780,7 +1780,7 @@ public java.lang.String getWhen(); Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#when Task#when} --- diff --git a/docs/task.python.md b/docs/task.python.md index e57ec42eb..905ad9d4f 100644 --- a/docs/task.python.md +++ b/docs/task.python.md @@ -4,7 +4,7 @@ ### Task -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task snowflake_task}. #### Initializers @@ -61,7 +61,7 @@ task.Task( | comment | str | Specifies a comment for the task. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | error_integration | str | Specifies the name of the notification integration used for error notifications. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#id Task#id}. | | schedule | str | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | session_parameters | typing.Mapping[str] | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | suspend_task_after_num_failures | typing.Union[int, float] | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#database Task#database} --- @@ -150,7 +150,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#name Task#name} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schema Task#schema} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#sql_statement Task#sql_statement} --- @@ -182,7 +182,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#after Task#after} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#comment Task#comment} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#enabled Task#enabled} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#error_integration Task#error_integration} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#id Task#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -243,7 +243,7 @@ If you experience problems setting this value it might not be settable. Please t The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schedule Task#schedule} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#session_parameters Task#session_parameters} --- @@ -265,7 +265,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -277,7 +277,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -299,7 +299,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#warehouse Task#warehouse} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#when Task#when} --- @@ -866,7 +866,7 @@ The construct id used in the generated config for the Task to import. The id of the existing Task that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -1490,7 +1490,7 @@ task.TaskConfig( | comment | str | Specifies a comment for the task. | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | error_integration | str | Specifies the name of the notification integration used for error notifications. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#id Task#id}. | | schedule | str | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | session_parameters | typing.Mapping[str] | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | suspend_task_after_num_failures | typing.Union[int, float] | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -1581,7 +1581,7 @@ database: str The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#database Task#database} --- @@ -1597,7 +1597,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#name Task#name} --- @@ -1611,7 +1611,7 @@ schema: str The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schema Task#schema} --- @@ -1625,7 +1625,7 @@ sql_statement: str Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#sql_statement Task#sql_statement} --- @@ -1641,7 +1641,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#after Task#after} --- @@ -1655,7 +1655,7 @@ allow_overlapping_execution: typing.Union[bool, IResolvable] By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -1669,7 +1669,7 @@ comment: str Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#comment Task#comment} --- @@ -1683,7 +1683,7 @@ enabled: typing.Union[bool, IResolvable] Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#enabled Task#enabled} --- @@ -1697,7 +1697,7 @@ error_integration: str Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#error_integration Task#error_integration} --- @@ -1709,7 +1709,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1726,7 +1726,7 @@ schedule: str The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schedule Task#schedule} --- @@ -1740,7 +1740,7 @@ session_parameters: typing.Mapping[str] Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#session_parameters Task#session_parameters} --- @@ -1756,7 +1756,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -1772,7 +1772,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -1786,7 +1786,7 @@ user_task_timeout_ms: typing.Union[int, float] Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -1802,7 +1802,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#warehouse Task#warehouse} --- @@ -1816,7 +1816,7 @@ when: str Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#when Task#when} --- diff --git a/docs/task.typescript.md b/docs/task.typescript.md index bc732bab5..7e4eef50a 100644 --- a/docs/task.typescript.md +++ b/docs/task.typescript.md @@ -4,7 +4,7 @@ ### Task -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task snowflake_task}. #### Initializers @@ -551,7 +551,7 @@ The construct id used in the generated config for the Task to import. The id of the existing Task that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -1150,7 +1150,7 @@ const taskConfig: task.TaskConfig = { ... } | comment | string | Specifies a comment for the task. | | enabled | boolean \| cdktf.IResolvable | Specifies if the task should be started (enabled) after creation or should remain suspended (default). | | errorIntegration | string | Specifies the name of the notification integration used for error notifications. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#id Task#id}. | | schedule | string | The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). | | sessionParameters | {[ key: string ]: string} | Specifies session parameters to set for the session when the task runs. A task supports all session parameters. | | suspendTaskAfterNumFailures | number | Specifies the number of consecutive failed task runs after which the current task is suspended automatically. | @@ -1241,7 +1241,7 @@ public readonly database: string; The database in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#database Task#database} --- @@ -1257,7 +1257,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#name Task#name} --- @@ -1271,7 +1271,7 @@ public readonly schema: string; The schema in which to create the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schema Task#schema} --- @@ -1285,7 +1285,7 @@ public readonly sqlStatement: string; Any single SQL statement, or a call to a stored procedure, executed when the task runs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#sql_statement Task#sql_statement} --- @@ -1301,7 +1301,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#after Task#after} --- @@ -1315,7 +1315,7 @@ public readonly allowOverlappingExecution: boolean | IResolvable; By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -1329,7 +1329,7 @@ public readonly comment: string; Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#comment Task#comment} --- @@ -1343,7 +1343,7 @@ public readonly enabled: boolean | IResolvable; Specifies if the task should be started (enabled) after creation or should remain suspended (default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#enabled Task#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#enabled Task#enabled} --- @@ -1357,7 +1357,7 @@ public readonly errorIntegration: string; Specifies the name of the notification integration used for error notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#error_integration Task#error_integration} --- @@ -1369,7 +1369,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1386,7 +1386,7 @@ public readonly schedule: string; The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schedule Task#schedule} --- @@ -1400,7 +1400,7 @@ public readonly sessionParameters: {[ key: string ]: string}; Specifies session parameters to set for the session when the task runs. A task supports all session parameters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#session_parameters Task#session_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#session_parameters Task#session_parameters} --- @@ -1416,7 +1416,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -1432,7 +1432,7 @@ Specifies the size of the compute resources to provision for the first run of th Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -1446,7 +1446,7 @@ public readonly userTaskTimeoutMs: number; Specifies the time limit on a single run of the task before it times out (in milliseconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -1462,7 +1462,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#warehouse Task#warehouse} --- @@ -1476,7 +1476,7 @@ public readonly when: string; Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#when Task#when} --- diff --git a/docs/taskGrant.csharp.md b/docs/taskGrant.csharp.md index 5121caaed..e6b26603d 100644 --- a/docs/taskGrant.csharp.md +++ b/docs/taskGrant.csharp.md @@ -4,7 +4,7 @@ ### TaskGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant snowflake_task_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant snowflake_task_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the TaskGrant to import. The id of the existing TaskGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use --- @@ -1003,7 +1003,7 @@ new TaskGrantConfig { | DatabaseName | string | The name of the database containing the current or future tasks on which to grant privileges. | | Roles | string[] | Grants privilege to these roles. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | Privilege | string | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1094,7 +1094,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -1108,7 +1108,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -1124,7 +1124,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -1136,7 +1136,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -1171,7 +1171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -1185,7 +1185,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -1201,7 +1201,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -1215,7 +1215,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -1229,7 +1229,7 @@ public string TaskName { get; set; } The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -1243,7 +1243,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- diff --git a/docs/taskGrant.go.md b/docs/taskGrant.go.md index abbc5f84d..dd224fc96 100644 --- a/docs/taskGrant.go.md +++ b/docs/taskGrant.go.md @@ -4,7 +4,7 @@ ### TaskGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant snowflake_task_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant snowflake_task_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the TaskGrant to import. The id of the existing TaskGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use --- @@ -1003,7 +1003,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/taskgrant" | DatabaseName | *string | The name of the database containing the current or future tasks on which to grant privileges. | | Roles | *[]*string | Grants privilege to these roles. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | Privilege | *string | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1094,7 +1094,7 @@ DatabaseName *string The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -1108,7 +1108,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -1124,7 +1124,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -1136,7 +1136,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -1171,7 +1171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -1185,7 +1185,7 @@ Privilege *string The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -1201,7 +1201,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -1215,7 +1215,7 @@ SchemaName *string The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -1229,7 +1229,7 @@ TaskName *string The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -1243,7 +1243,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- diff --git a/docs/taskGrant.java.md b/docs/taskGrant.java.md index b6e13c516..0afbc02ea 100644 --- a/docs/taskGrant.java.md +++ b/docs/taskGrant.java.md @@ -4,7 +4,7 @@ ### TaskGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant snowflake_task_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant snowflake_task_grant}. #### Initializers @@ -55,7 +55,7 @@ TaskGrant.Builder.create(Construct scope, java.lang.String id) | databaseName | java.lang.String | The name of the database containing the current or future tasks on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -154,7 +154,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -177,7 +177,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -189,7 +189,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -211,7 +211,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- @@ -724,7 +724,7 @@ The construct id used in the generated config for the TaskGrant to import. The id of the existing TaskGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use --- @@ -1212,7 +1212,7 @@ TaskGrantConfig.builder() | databaseName | java.lang.String | The name of the database containing the current or future tasks on which to grant privileges. | | roles | java.util.List | Grants privilege to these roles. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1303,7 +1303,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -1317,7 +1317,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -1333,7 +1333,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -1345,7 +1345,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1364,7 +1364,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -1380,7 +1380,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -1394,7 +1394,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -1410,7 +1410,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -1424,7 +1424,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -1438,7 +1438,7 @@ public java.lang.String getTaskName(); The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -1452,7 +1452,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- diff --git a/docs/taskGrant.python.md b/docs/taskGrant.python.md index 0d5baac07..8e18adaec 100644 --- a/docs/taskGrant.python.md +++ b/docs/taskGrant.python.md @@ -4,7 +4,7 @@ ### TaskGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant snowflake_task_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant snowflake_task_grant}. #### Initializers @@ -49,7 +49,7 @@ taskGrant.TaskGrant( | database_name | str | The name of the database containing the current or future tasks on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | privilege | str | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -148,7 +148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -171,7 +171,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -183,7 +183,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -205,7 +205,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- @@ -764,7 +764,7 @@ The construct id used in the generated config for the TaskGrant to import. The id of the existing TaskGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use --- @@ -1244,7 +1244,7 @@ taskGrant.TaskGrantConfig( | database_name | str | The name of the database containing the current or future tasks on which to grant privileges. | | roles | typing.List[str] | Grants privilege to these roles. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | privilege | str | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1335,7 +1335,7 @@ database_name: str The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -1349,7 +1349,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -1365,7 +1365,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -1377,7 +1377,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1396,7 +1396,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -1412,7 +1412,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -1426,7 +1426,7 @@ privilege: str The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -1442,7 +1442,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -1456,7 +1456,7 @@ schema_name: str The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -1470,7 +1470,7 @@ task_name: str The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -1484,7 +1484,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- diff --git a/docs/taskGrant.typescript.md b/docs/taskGrant.typescript.md index 6900b7bf0..be7998481 100644 --- a/docs/taskGrant.typescript.md +++ b/docs/taskGrant.typescript.md @@ -4,7 +4,7 @@ ### TaskGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant snowflake_task_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant snowflake_task_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the TaskGrant to import. The id of the existing TaskGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use --- @@ -984,7 +984,7 @@ const taskGrantConfig: taskGrant.TaskGrantConfig = { ... } | databaseName | string | The name of the database containing the current or future tasks on which to grant privileges. | | roles | string[] | Grants privilege to these roles. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. | | privilege | string | The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1075,7 +1075,7 @@ public readonly databaseName: string; The name of the database containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#database_name TaskGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#database_name TaskGrant#database_name} --- @@ -1089,7 +1089,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#roles TaskGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#roles TaskGrant#roles} --- @@ -1105,7 +1105,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} --- @@ -1117,7 +1117,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1136,7 +1136,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_all TaskGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_all TaskGrant#on_all} --- @@ -1152,7 +1152,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_future TaskGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_future TaskGrant#on_future} --- @@ -1166,7 +1166,7 @@ public readonly privilege: string; The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#privilege TaskGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#privilege TaskGrant#privilege} --- @@ -1182,7 +1182,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} --- @@ -1196,7 +1196,7 @@ public readonly schemaName: string; The name of the schema containing the current or future tasks on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#schema_name TaskGrant#schema_name} --- @@ -1210,7 +1210,7 @@ public readonly taskName: string; The name of the task on which to grant privileges immediately (only valid if on_future is false). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#task_name TaskGrant#task_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#task_name TaskGrant#task_name} --- @@ -1224,7 +1224,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} --- diff --git a/docs/unsafeExecute.csharp.md b/docs/unsafeExecute.csharp.md index 199515f0d..28e15afb3 100644 --- a/docs/unsafeExecute.csharp.md +++ b/docs/unsafeExecute.csharp.md @@ -4,7 +4,7 @@ ### UnsafeExecute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute snowflake_unsafe_execute}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the UnsafeExecute to import. The id of the existing UnsafeExecute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use --- @@ -803,7 +803,7 @@ new UnsafeExecuteConfig { | Provisioners | object[] | *No description.* | | Execute | string | SQL statement to execute. Forces recreation of resource on change. | | Revert | string | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | Query | string | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -888,7 +888,7 @@ public string Execute { get; set; } SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -902,7 +902,7 @@ public string Revert { get; set; } SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -914,7 +914,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -931,7 +931,7 @@ public string Query { get; set; } Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#query UnsafeExecute#query} --- diff --git a/docs/unsafeExecute.go.md b/docs/unsafeExecute.go.md index b14ad759a..26900cc10 100644 --- a/docs/unsafeExecute.go.md +++ b/docs/unsafeExecute.go.md @@ -4,7 +4,7 @@ ### UnsafeExecute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute snowflake_unsafe_execute}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the UnsafeExecute to import. The id of the existing UnsafeExecute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use --- @@ -803,7 +803,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/unsafeexecute | Provisioners | *[]interface{} | *No description.* | | Execute | *string | SQL statement to execute. Forces recreation of resource on change. | | Revert | *string | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | Query | *string | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -888,7 +888,7 @@ Execute *string SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -902,7 +902,7 @@ Revert *string SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -914,7 +914,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -931,7 +931,7 @@ Query *string Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#query UnsafeExecute#query} --- diff --git a/docs/unsafeExecute.java.md b/docs/unsafeExecute.java.md index bf955d491..c32171e13 100644 --- a/docs/unsafeExecute.java.md +++ b/docs/unsafeExecute.java.md @@ -4,7 +4,7 @@ ### UnsafeExecute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute snowflake_unsafe_execute}. #### Initializers @@ -43,7 +43,7 @@ UnsafeExecute.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | execute | java.lang.String | SQL statement to execute. Forces recreation of resource on change. | | revert | java.lang.String | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | query | java.lang.String | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#query UnsafeExecute#query} --- @@ -579,7 +579,7 @@ The construct id used in the generated config for the UnsafeExecute to import. The id of the existing UnsafeExecute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use --- @@ -912,7 +912,7 @@ UnsafeExecuteConfig.builder() | provisioners | java.util.List | *No description.* | | execute | java.lang.String | SQL statement to execute. Forces recreation of resource on change. | | revert | java.lang.String | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | query | java.lang.String | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -997,7 +997,7 @@ public java.lang.String getExecute(); SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -1011,7 +1011,7 @@ public java.lang.String getRevert(); SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -1023,7 +1023,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1040,7 +1040,7 @@ public java.lang.String getQuery(); Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#query UnsafeExecute#query} --- diff --git a/docs/unsafeExecute.python.md b/docs/unsafeExecute.python.md index eecff2f4e..11249366e 100644 --- a/docs/unsafeExecute.python.md +++ b/docs/unsafeExecute.python.md @@ -4,7 +4,7 @@ ### UnsafeExecute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute snowflake_unsafe_execute}. #### Initializers @@ -41,7 +41,7 @@ unsafeExecute.UnsafeExecute( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | execute | str | SQL statement to execute. Forces recreation of resource on change. | | revert | str | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | query | str | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#query UnsafeExecute#query} --- @@ -623,7 +623,7 @@ The construct id used in the generated config for the UnsafeExecute to import. The id of the existing UnsafeExecute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use --- @@ -952,7 +952,7 @@ unsafeExecute.UnsafeExecuteConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | execute | str | SQL statement to execute. Forces recreation of resource on change. | | revert | str | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | query | str | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -1037,7 +1037,7 @@ execute: str SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -1051,7 +1051,7 @@ revert: str SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -1063,7 +1063,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1080,7 +1080,7 @@ query: str Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#query UnsafeExecute#query} --- diff --git a/docs/unsafeExecute.typescript.md b/docs/unsafeExecute.typescript.md index 086660e3e..39f037ed5 100644 --- a/docs/unsafeExecute.typescript.md +++ b/docs/unsafeExecute.typescript.md @@ -4,7 +4,7 @@ ### UnsafeExecute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute snowflake_unsafe_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute snowflake_unsafe_execute}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the UnsafeExecute to import. The id of the existing UnsafeExecute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use --- @@ -791,7 +791,7 @@ const unsafeExecuteConfig: unsafeExecute.UnsafeExecuteConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | execute | string | SQL statement to execute. Forces recreation of resource on change. | | revert | string | SQL statement to revert the execute statement. Invoked when resource is being destroyed. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. | | query | string | Optional SQL statement to do a read. Invoked after creation and every time it is changed. | --- @@ -876,7 +876,7 @@ public readonly execute: string; SQL statement to execute. Forces recreation of resource on change. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#execute UnsafeExecute#execute} --- @@ -890,7 +890,7 @@ public readonly revert: string; SQL statement to revert the execute statement. Invoked when resource is being destroyed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#revert UnsafeExecute#revert} --- @@ -902,7 +902,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -919,7 +919,7 @@ public readonly query: string; Optional SQL statement to do a read. Invoked after creation and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#query UnsafeExecute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#query UnsafeExecute#query} --- diff --git a/docs/user.csharp.md b/docs/user.csharp.md index bc3989179..31d0e77cb 100644 --- a/docs/user.csharp.md +++ b/docs/user.csharp.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user snowflake_user}. #### Initializers @@ -572,7 +572,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1199,16 +1199,16 @@ new UserConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. | | DefaultNamespace | string | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | DefaultRole | string | Specifies the role that is active by default for the user’s session upon login. | | DefaultSecondaryRoles | string[] | Specifies the set of secondary roles that are active for the user’s session upon login. | | DefaultWarehouse | string | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. | +| Disabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. | | DisplayName | string | Name displayed for the user in the Snowflake web interface. | | Email | string | Email address for the user. | | FirstName | string | First name of the user. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#id User#id}. | | LastName | string | Last name of the user. | | LoginName | string | The name users use to log in. If not supplied, snowflake will use name instead. | | MustChangePassword | object | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -1298,7 +1298,7 @@ public string Name { get; set; } Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#name User#name} --- @@ -1310,7 +1310,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. --- @@ -1324,7 +1324,7 @@ public string DefaultNamespace { get; set; } Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_namespace User#default_namespace} --- @@ -1338,7 +1338,7 @@ public string DefaultRole { get; set; } Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_role User#default_role} --- @@ -1354,7 +1354,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -1368,7 +1368,7 @@ public string DefaultWarehouse { get; set; } Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -1380,7 +1380,7 @@ public object Disabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. --- @@ -1394,7 +1394,7 @@ public string DisplayName { get; set; } Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#display_name User#display_name} --- @@ -1408,7 +1408,7 @@ public string Email { get; set; } Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#email User#email} --- @@ -1422,7 +1422,7 @@ public string FirstName { get; set; } First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#first_name User#first_name} --- @@ -1434,7 +1434,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1451,7 +1451,7 @@ public string LastName { get; set; } Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#last_name User#last_name} --- @@ -1465,7 +1465,7 @@ public string LoginName { get; set; } The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#login_name User#login_name} --- @@ -1479,7 +1479,7 @@ public object MustChangePassword { get; set; } Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#must_change_password User#must_change_password} --- @@ -1493,7 +1493,7 @@ public string Password { get; set; } **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#password User#password} --- @@ -1507,7 +1507,7 @@ public string RsaPublicKey { get; set; } Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -1523,7 +1523,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- diff --git a/docs/user.go.md b/docs/user.go.md index 7662c36c0..011520f04 100644 --- a/docs/user.go.md +++ b/docs/user.go.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user snowflake_user}. #### Initializers @@ -572,7 +572,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1199,16 +1199,16 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/user" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. | | DefaultNamespace | *string | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | DefaultRole | *string | Specifies the role that is active by default for the user’s session upon login. | | DefaultSecondaryRoles | *[]*string | Specifies the set of secondary roles that are active for the user’s session upon login. | | DefaultWarehouse | *string | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. | +| Disabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. | | DisplayName | *string | Name displayed for the user in the Snowflake web interface. | | Email | *string | Email address for the user. | | FirstName | *string | First name of the user. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#id User#id}. | | LastName | *string | Last name of the user. | | LoginName | *string | The name users use to log in. If not supplied, snowflake will use name instead. | | MustChangePassword | interface{} | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -1298,7 +1298,7 @@ Name *string Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#name User#name} --- @@ -1310,7 +1310,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. --- @@ -1324,7 +1324,7 @@ DefaultNamespace *string Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_namespace User#default_namespace} --- @@ -1338,7 +1338,7 @@ DefaultRole *string Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_role User#default_role} --- @@ -1354,7 +1354,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -1368,7 +1368,7 @@ DefaultWarehouse *string Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -1380,7 +1380,7 @@ Disabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. --- @@ -1394,7 +1394,7 @@ DisplayName *string Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#display_name User#display_name} --- @@ -1408,7 +1408,7 @@ Email *string Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#email User#email} --- @@ -1422,7 +1422,7 @@ FirstName *string First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#first_name User#first_name} --- @@ -1434,7 +1434,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1451,7 +1451,7 @@ LastName *string Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#last_name User#last_name} --- @@ -1465,7 +1465,7 @@ LoginName *string The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#login_name User#login_name} --- @@ -1479,7 +1479,7 @@ MustChangePassword interface{} Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#must_change_password User#must_change_password} --- @@ -1493,7 +1493,7 @@ Password *string **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#password User#password} --- @@ -1507,7 +1507,7 @@ RsaPublicKey *string Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -1523,7 +1523,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- diff --git a/docs/user.java.md b/docs/user.java.md index 69b953933..773afa52c 100644 --- a/docs/user.java.md +++ b/docs/user.java.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user snowflake_user}. #### Initializers @@ -57,16 +57,16 @@ User.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. | | defaultNamespace | java.lang.String | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | defaultRole | java.lang.String | Specifies the role that is active by default for the user’s session upon login. | | defaultSecondaryRoles | java.util.List | Specifies the set of secondary roles that are active for the user’s session upon login. | | defaultWarehouse | java.lang.String | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. | | displayName | java.lang.String | Name displayed for the user in the Snowflake web interface. | | email | java.lang.String | Email address for the user. | | firstName | java.lang.String | First name of the user. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#id User#id}. | | lastName | java.lang.String | Last name of the user. | | loginName | java.lang.String | The name users use to log in. If not supplied, snowflake will use name instead. | | mustChangePassword | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -142,7 +142,7 @@ Must be unique amongst siblings in the same scope Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#name User#name} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_namespace User#default_namespace} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_role User#default_role} --- @@ -182,7 +182,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#display_name User#display_name} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#email User#email} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#first_name User#first_name} --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -251,7 +251,7 @@ If you experience problems setting this value it might not be settable. Please t Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#last_name User#last_name} --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#login_name User#login_name} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#must_change_password User#must_change_password} --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#password User#password} --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -303,7 +303,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- @@ -835,7 +835,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1468,16 +1468,16 @@ UserConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. | | defaultNamespace | java.lang.String | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | defaultRole | java.lang.String | Specifies the role that is active by default for the user’s session upon login. | | defaultSecondaryRoles | java.util.List | Specifies the set of secondary roles that are active for the user’s session upon login. | | defaultWarehouse | java.lang.String | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. | +| disabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. | | displayName | java.lang.String | Name displayed for the user in the Snowflake web interface. | | email | java.lang.String | Email address for the user. | | firstName | java.lang.String | First name of the user. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#id User#id}. | | lastName | java.lang.String | Last name of the user. | | loginName | java.lang.String | The name users use to log in. If not supplied, snowflake will use name instead. | | mustChangePassword | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -1567,7 +1567,7 @@ public java.lang.String getName(); Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#name User#name} --- @@ -1579,7 +1579,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. --- @@ -1593,7 +1593,7 @@ public java.lang.String getDefaultNamespace(); Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_namespace User#default_namespace} --- @@ -1607,7 +1607,7 @@ public java.lang.String getDefaultRole(); Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_role User#default_role} --- @@ -1623,7 +1623,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -1637,7 +1637,7 @@ public java.lang.String getDefaultWarehouse(); Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -1649,7 +1649,7 @@ public java.lang.Object getDisabled(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. --- @@ -1663,7 +1663,7 @@ public java.lang.String getDisplayName(); Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#display_name User#display_name} --- @@ -1677,7 +1677,7 @@ public java.lang.String getEmail(); Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#email User#email} --- @@ -1691,7 +1691,7 @@ public java.lang.String getFirstName(); First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#first_name User#first_name} --- @@ -1703,7 +1703,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1720,7 +1720,7 @@ public java.lang.String getLastName(); Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#last_name User#last_name} --- @@ -1734,7 +1734,7 @@ public java.lang.String getLoginName(); The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#login_name User#login_name} --- @@ -1748,7 +1748,7 @@ public java.lang.Object getMustChangePassword(); Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#must_change_password User#must_change_password} --- @@ -1762,7 +1762,7 @@ public java.lang.String getPassword(); **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#password User#password} --- @@ -1776,7 +1776,7 @@ public java.lang.String getRsaPublicKey(); Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -1792,7 +1792,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- diff --git a/docs/user.python.md b/docs/user.python.md index dc2903c6e..ff52c7903 100644 --- a/docs/user.python.md +++ b/docs/user.python.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user snowflake_user}. #### Initializers @@ -53,16 +53,16 @@ user.User( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. | | default_namespace | str | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | default_role | str | Specifies the role that is active by default for the user’s session upon login. | | default_secondary_roles | typing.List[str] | Specifies the set of secondary roles that are active for the user’s session upon login. | | default_warehouse | str | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. | | display_name | str | Name displayed for the user in the Snowflake web interface. | | email | str | Email address for the user. | | first_name | str | First name of the user. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#id User#id}. | | last_name | str | Last name of the user. | | login_name | str | The name users use to log in. If not supplied, snowflake will use name instead. | | must_change_password | typing.Union[bool, cdktf.IResolvable] | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#name User#name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_namespace User#default_namespace} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_role User#default_role} --- @@ -178,7 +178,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#display_name User#display_name} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#email User#email} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#first_name User#first_name} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#id User#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -247,7 +247,7 @@ If you experience problems setting this value it might not be settable. Please t Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#last_name User#last_name} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#login_name User#login_name} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#must_change_password User#must_change_password} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#password User#password} --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -299,7 +299,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- @@ -877,7 +877,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1504,16 +1504,16 @@ user.UserConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. | | default_namespace | str | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | default_role | str | Specifies the role that is active by default for the user’s session upon login. | | default_secondary_roles | typing.List[str] | Specifies the set of secondary roles that are active for the user’s session upon login. | | default_warehouse | str | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. | +| disabled | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. | | display_name | str | Name displayed for the user in the Snowflake web interface. | | email | str | Email address for the user. | | first_name | str | First name of the user. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#id User#id}. | | last_name | str | Last name of the user. | | login_name | str | The name users use to log in. If not supplied, snowflake will use name instead. | | must_change_password | typing.Union[bool, cdktf.IResolvable] | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -1603,7 +1603,7 @@ name: str Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#name User#name} --- @@ -1615,7 +1615,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. --- @@ -1629,7 +1629,7 @@ default_namespace: str Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_namespace User#default_namespace} --- @@ -1643,7 +1643,7 @@ default_role: str Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_role User#default_role} --- @@ -1659,7 +1659,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -1673,7 +1673,7 @@ default_warehouse: str Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -1685,7 +1685,7 @@ disabled: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. --- @@ -1699,7 +1699,7 @@ display_name: str Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#display_name User#display_name} --- @@ -1713,7 +1713,7 @@ email: str Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#email User#email} --- @@ -1727,7 +1727,7 @@ first_name: str First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#first_name User#first_name} --- @@ -1739,7 +1739,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1756,7 +1756,7 @@ last_name: str Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#last_name User#last_name} --- @@ -1770,7 +1770,7 @@ login_name: str The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#login_name User#login_name} --- @@ -1784,7 +1784,7 @@ must_change_password: typing.Union[bool, IResolvable] Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#must_change_password User#must_change_password} --- @@ -1798,7 +1798,7 @@ password: str **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#password User#password} --- @@ -1812,7 +1812,7 @@ rsa_public_key: str Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -1828,7 +1828,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- diff --git a/docs/user.typescript.md b/docs/user.typescript.md index f83cc5e2c..bded6370f 100644 --- a/docs/user.typescript.md +++ b/docs/user.typescript.md @@ -4,7 +4,7 @@ ### User -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user snowflake_user}. #### Initializers @@ -572,7 +572,7 @@ The construct id used in the generated config for the User to import. The id of the existing User that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -1174,16 +1174,16 @@ const userConfig: user.UserConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. | | defaultNamespace | string | Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. | | defaultRole | string | Specifies the role that is active by default for the user’s session upon login. | | defaultSecondaryRoles | string[] | Specifies the set of secondary roles that are active for the user’s session upon login. | | defaultWarehouse | string | Specifies the virtual warehouse that is active by default for the user’s session upon login. | -| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. | +| disabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. | | displayName | string | Name displayed for the user in the Snowflake web interface. | | email | string | Email address for the user. | | firstName | string | First name of the user. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#id User#id}. | | lastName | string | Last name of the user. | | loginName | string | The name users use to log in. If not supplied, snowflake will use name instead. | | mustChangePassword | boolean \| cdktf.IResolvable | Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. | @@ -1273,7 +1273,7 @@ public readonly name: string; Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#name User#name} --- @@ -1285,7 +1285,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment}. --- @@ -1299,7 +1299,7 @@ public readonly defaultNamespace: string; Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_namespace User#default_namespace} --- @@ -1313,7 +1313,7 @@ public readonly defaultRole: string; Specifies the role that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_role User#default_role} --- @@ -1329,7 +1329,7 @@ Specifies the set of secondary roles that are active for the user’s session up Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_secondary_roles User#default_secondary_roles} --- @@ -1343,7 +1343,7 @@ public readonly defaultWarehouse: string; Specifies the virtual warehouse that is active by default for the user’s session upon login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -1355,7 +1355,7 @@ public readonly disabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled}. --- @@ -1369,7 +1369,7 @@ public readonly displayName: string; Name displayed for the user in the Snowflake web interface. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#display_name User#display_name} --- @@ -1383,7 +1383,7 @@ public readonly email: string; Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#email User#email} --- @@ -1397,7 +1397,7 @@ public readonly firstName: string; First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#first_name User#first_name} --- @@ -1409,7 +1409,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1426,7 +1426,7 @@ public readonly lastName: string; Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#last_name User#last_name} --- @@ -1440,7 +1440,7 @@ public readonly loginName: string; The name users use to log in. If not supplied, snowflake will use name instead. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#login_name User#login_name} --- @@ -1454,7 +1454,7 @@ public readonly mustChangePassword: boolean | IResolvable; Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#must_change_password User#must_change_password} --- @@ -1468,7 +1468,7 @@ public readonly password: string; **WARNING:** this will put the password in the terraform state file. Use carefully. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#password User#password} --- @@ -1482,7 +1482,7 @@ public readonly rsaPublicKey: string; Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -1498,7 +1498,7 @@ Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- diff --git a/docs/userGrant.csharp.md b/docs/userGrant.csharp.md index 517a50251..08892cde9 100644 --- a/docs/userGrant.csharp.md +++ b/docs/userGrant.csharp.md @@ -4,7 +4,7 @@ ### UserGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant snowflake_user_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant snowflake_user_grant}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserGrant to import. The id of the existing UserGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use --- @@ -853,7 +853,7 @@ new UserGrantConfig { | Privilege | string | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | UserName | string | The name of the user on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. | | Roles | string[] | Grants privilege to these roles. | | WithGrantOption | object | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -939,7 +939,7 @@ public string Privilege { get; set; } The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -953,7 +953,7 @@ public string UserName { get; set; } The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -969,7 +969,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -981,7 +981,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -998,7 +998,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#roles UserGrant#roles} --- @@ -1012,7 +1012,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- diff --git a/docs/userGrant.go.md b/docs/userGrant.go.md index 9a4657e51..6bfba9ba5 100644 --- a/docs/userGrant.go.md +++ b/docs/userGrant.go.md @@ -4,7 +4,7 @@ ### UserGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant snowflake_user_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant snowflake_user_grant}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserGrant to import. The id of the existing UserGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use --- @@ -853,7 +853,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/usergrant" | Privilege | *string | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | UserName | *string | The name of the user on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. | | Roles | *[]*string | Grants privilege to these roles. | | WithGrantOption | interface{} | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -939,7 +939,7 @@ Privilege *string The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -953,7 +953,7 @@ UserName *string The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -969,7 +969,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -981,7 +981,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -998,7 +998,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#roles UserGrant#roles} --- @@ -1012,7 +1012,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- diff --git a/docs/userGrant.java.md b/docs/userGrant.java.md index bb4a413cb..58d5b8f1e 100644 --- a/docs/userGrant.java.md +++ b/docs/userGrant.java.md @@ -4,7 +4,7 @@ ### UserGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant snowflake_user_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant snowflake_user_grant}. #### Initializers @@ -48,7 +48,7 @@ UserGrant.Builder.create(Construct scope, java.lang.String id) | privilege | java.lang.String | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | userName | java.lang.String | The name of the user on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. | | roles | java.util.List | Grants privilege to these roles. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -142,7 +142,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -163,7 +163,7 @@ If you experience problems setting this value it might not be settable. Please t Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#roles UserGrant#roles} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- @@ -621,7 +621,7 @@ The construct id used in the generated config for the UserGrant to import. The id of the existing UserGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use --- @@ -992,7 +992,7 @@ UserGrantConfig.builder() | privilege | java.lang.String | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | userName | java.lang.String | The name of the user on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. | | roles | java.util.List | Grants privilege to these roles. | | withGrantOption | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1078,7 +1078,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -1092,7 +1092,7 @@ public java.lang.String getUserName(); The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -1108,7 +1108,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -1120,7 +1120,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1137,7 +1137,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#roles UserGrant#roles} --- @@ -1151,7 +1151,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- diff --git a/docs/userGrant.python.md b/docs/userGrant.python.md index 935d05b15..e07917acf 100644 --- a/docs/userGrant.python.md +++ b/docs/userGrant.python.md @@ -4,7 +4,7 @@ ### UserGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant snowflake_user_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant snowflake_user_grant}. #### Initializers @@ -44,7 +44,7 @@ userGrant.UserGrant( | privilege | str | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | user_name | str | The name of the user on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. | | roles | typing.List[str] | Grants privilege to these roles. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -138,7 +138,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -159,7 +159,7 @@ If you experience problems setting this value it might not be settable. Please t Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#roles UserGrant#roles} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- @@ -663,7 +663,7 @@ The construct id used in the generated config for the UserGrant to import. The id of the existing UserGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use --- @@ -1028,7 +1028,7 @@ userGrant.UserGrantConfig( | privilege | str | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | user_name | str | The name of the user on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. | | roles | typing.List[str] | Grants privilege to these roles. | | with_grant_option | typing.Union[bool, cdktf.IResolvable] | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -1114,7 +1114,7 @@ privilege: str The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -1128,7 +1128,7 @@ user_name: str The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -1144,7 +1144,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -1156,7 +1156,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1173,7 +1173,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#roles UserGrant#roles} --- @@ -1187,7 +1187,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- diff --git a/docs/userGrant.typescript.md b/docs/userGrant.typescript.md index 6e76abce0..bfdc72ec3 100644 --- a/docs/userGrant.typescript.md +++ b/docs/userGrant.typescript.md @@ -4,7 +4,7 @@ ### UserGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant snowflake_user_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant snowflake_user_grant}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserGrant to import. The id of the existing UserGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use --- @@ -839,7 +839,7 @@ const userGrantConfig: userGrant.UserGrantConfig = { ... } | privilege | string | The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. | | userName | string | The name of the user on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. | | roles | string[] | Grants privilege to these roles. | | withGrantOption | boolean \| cdktf.IResolvable | When this is set to true, allows the recipient role to grant the privileges to other roles. | @@ -925,7 +925,7 @@ public readonly privilege: string; The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#privilege UserGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#privilege UserGrant#privilege} --- @@ -939,7 +939,7 @@ public readonly userName: string; The name of the user on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#user_name UserGrant#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#user_name UserGrant#user_name} --- @@ -955,7 +955,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} --- @@ -967,7 +967,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -984,7 +984,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#roles UserGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#roles UserGrant#roles} --- @@ -998,7 +998,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} --- diff --git a/docs/userOwnershipGrant.csharp.md b/docs/userOwnershipGrant.csharp.md index 8d6716fff..649d0b7a3 100644 --- a/docs/userOwnershipGrant.csharp.md +++ b/docs/userOwnershipGrant.csharp.md @@ -4,7 +4,7 @@ ### UserOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the UserOwnershipGrant to impo The id of the existing UserOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -823,7 +823,7 @@ new UserOwnershipGrantConfig { | OnUserName | string | The name of the user ownership is granted on. | | ToRoleName | string | The name of the role to grant ownership. | | CurrentGrants | string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | --- @@ -908,7 +908,7 @@ public string OnUserName { get; set; } The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -924,7 +924,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -938,7 +938,7 @@ public string CurrentGrants { get; set; } Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -950,7 +950,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -967,7 +967,7 @@ public string RevertOwnershipToRoleName { get; set; } The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/userOwnershipGrant.go.md b/docs/userOwnershipGrant.go.md index f1f6ce093..77735b4b3 100644 --- a/docs/userOwnershipGrant.go.md +++ b/docs/userOwnershipGrant.go.md @@ -4,7 +4,7 @@ ### UserOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the UserOwnershipGrant to impo The id of the existing UserOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -823,7 +823,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/userownership | OnUserName | *string | The name of the user ownership is granted on. | | ToRoleName | *string | The name of the role to grant ownership. | | CurrentGrants | *string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | --- @@ -908,7 +908,7 @@ OnUserName *string The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -924,7 +924,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -938,7 +938,7 @@ CurrentGrants *string Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -950,7 +950,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -967,7 +967,7 @@ RevertOwnershipToRoleName *string The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/userOwnershipGrant.java.md b/docs/userOwnershipGrant.java.md index 16368b1cd..93ac9117a 100644 --- a/docs/userOwnershipGrant.java.md +++ b/docs/userOwnershipGrant.java.md @@ -4,7 +4,7 @@ ### UserOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. #### Initializers @@ -45,7 +45,7 @@ UserOwnershipGrant.Builder.create(Construct scope, java.lang.String id) | onUserName | java.lang.String | The name of the user ownership is granted on. | | toRoleName | java.lang.String | The name of the role to grant ownership. | | currentGrants | java.lang.String | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -128,7 +128,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -159,7 +159,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- @@ -600,7 +600,7 @@ The construct id used in the generated config for the UserOwnershipGrant to impo The id of the existing UserOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -946,7 +946,7 @@ UserOwnershipGrantConfig.builder() | onUserName | java.lang.String | The name of the user ownership is granted on. | | toRoleName | java.lang.String | The name of the role to grant ownership. | | currentGrants | java.lang.String | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | --- @@ -1031,7 +1031,7 @@ public java.lang.String getOnUserName(); The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -1047,7 +1047,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -1061,7 +1061,7 @@ public java.lang.String getCurrentGrants(); Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -1073,7 +1073,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1090,7 +1090,7 @@ public java.lang.String getRevertOwnershipToRoleName(); The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/userOwnershipGrant.python.md b/docs/userOwnershipGrant.python.md index 2c0f06669..3dd7de8e5 100644 --- a/docs/userOwnershipGrant.python.md +++ b/docs/userOwnershipGrant.python.md @@ -4,7 +4,7 @@ ### UserOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. #### Initializers @@ -43,7 +43,7 @@ userOwnershipGrant.UserOwnershipGrant( | on_user_name | str | The name of the user ownership is granted on. | | to_role_name | str | The name of the role to grant ownership. | | current_grants | str | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -126,7 +126,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- @@ -644,7 +644,7 @@ The construct id used in the generated config for the UserOwnershipGrant to impo The id of the existing UserOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -986,7 +986,7 @@ userOwnershipGrant.UserOwnershipGrantConfig( | on_user_name | str | The name of the user ownership is granted on. | | to_role_name | str | The name of the role to grant ownership. | | current_grants | str | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | --- @@ -1071,7 +1071,7 @@ on_user_name: str The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -1087,7 +1087,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -1101,7 +1101,7 @@ current_grants: str Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -1113,7 +1113,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1130,7 +1130,7 @@ revert_ownership_to_role_name: str The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/userOwnershipGrant.typescript.md b/docs/userOwnershipGrant.typescript.md index b5aabfa32..4b3fc0889 100644 --- a/docs/userOwnershipGrant.typescript.md +++ b/docs/userOwnershipGrant.typescript.md @@ -4,7 +4,7 @@ ### UserOwnershipGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant snowflake_user_ownership_grant}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the UserOwnershipGrant to impo The id of the existing UserOwnershipGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ const userOwnershipGrantConfig: userOwnershipGrant.UserOwnershipGrantConfig = { | onUserName | string | The name of the user ownership is granted on. | | toRoleName | string | The name of the role to grant ownership. | | currentGrants | string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | --- @@ -895,7 +895,7 @@ public readonly onUserName: string; The name of the user ownership is granted on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} --- @@ -911,7 +911,7 @@ The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} --- @@ -925,7 +925,7 @@ public readonly currentGrants: string; Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} --- @@ -937,7 +937,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -954,7 +954,7 @@ public readonly revertOwnershipToRoleName: string; The name of the role to revert ownership to on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} --- diff --git a/docs/userPublicKeys.csharp.md b/docs/userPublicKeys.csharp.md index 4f8e9d98f..cf4ad7e6d 100644 --- a/docs/userPublicKeys.csharp.md +++ b/docs/userPublicKeys.csharp.md @@ -4,7 +4,7 @@ ### UserPublicKeys -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys snowflake_user_public_keys}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the UserPublicKeys to import. The id of the existing UserPublicKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use --- @@ -798,7 +798,7 @@ new UserPublicKeysConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | Name of the user. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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; | @@ -884,7 +884,7 @@ public string Name { get; set; } Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -896,7 +896,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -913,7 +913,7 @@ public string RsaPublicKey { get; set; } Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -929,7 +929,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 3bf4a9ab8..f0748d628 100644 --- a/docs/userPublicKeys.go.md +++ b/docs/userPublicKeys.go.md @@ -4,7 +4,7 @@ ### UserPublicKeys -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys snowflake_user_public_keys}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the UserPublicKeys to import. The id of the existing UserPublicKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use --- @@ -798,7 +798,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/userpublickey | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | Name of the user. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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; | @@ -884,7 +884,7 @@ Name *string Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -896,7 +896,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -913,7 +913,7 @@ RsaPublicKey *string Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -929,7 +929,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 28cd2ea85..48064078d 100644 --- a/docs/userPublicKeys.java.md +++ b/docs/userPublicKeys.java.md @@ -4,7 +4,7 @@ ### UserPublicKeys -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys snowflake_user_public_keys}. #### Initializers @@ -42,7 +42,7 @@ UserPublicKeys.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of the user. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#id UserPublicKeys#id}. | | rsaPublicKey | java.lang.String | Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. | | rsaPublicKey2 | java.lang.String | Specifies the user’s second RSA public key; | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#id UserPublicKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -147,7 +147,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} --- @@ -588,7 +588,7 @@ The construct id used in the generated config for the UserPublicKeys to import. The id of the existing UserPublicKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use --- @@ -909,7 +909,7 @@ UserPublicKeysConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of the user. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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; | @@ -995,7 +995,7 @@ public java.lang.String getName(); Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -1007,7 +1007,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1024,7 +1024,7 @@ public java.lang.String getRsaPublicKey(); Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -1040,7 +1040,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 cd101d6fc..86719f3b4 100644 --- a/docs/userPublicKeys.python.md +++ b/docs/userPublicKeys.python.md @@ -4,7 +4,7 @@ ### UserPublicKeys -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys snowflake_user_public_keys}. #### Initializers @@ -40,7 +40,7 @@ userPublicKeys.UserPublicKeys( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of the user. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#id UserPublicKeys#id}. | | rsa_public_key | str | Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. | | rsa_public_key2 | str | Specifies the user’s second RSA public key; | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#id UserPublicKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -145,7 +145,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} --- @@ -632,7 +632,7 @@ The construct id used in the generated config for the UserPublicKeys to import. The id of the existing UserPublicKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use --- @@ -949,7 +949,7 @@ userPublicKeys.UserPublicKeysConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of the user. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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; | @@ -1035,7 +1035,7 @@ name: str Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -1047,7 +1047,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1064,7 +1064,7 @@ rsa_public_key: str Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -1080,7 +1080,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 8410987d1..9f12834ce 100644 --- a/docs/userPublicKeys.typescript.md +++ b/docs/userPublicKeys.typescript.md @@ -4,7 +4,7 @@ ### UserPublicKeys -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys snowflake_user_public_keys}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the UserPublicKeys to import. The id of the existing UserPublicKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use --- @@ -786,7 +786,7 @@ const userPublicKeysConfig: userPublicKeys.UserPublicKeysConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | Name of the user. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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; | @@ -872,7 +872,7 @@ public readonly name: string; Name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#name UserPublicKeys#name} --- @@ -884,7 +884,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -901,7 +901,7 @@ public readonly rsaPublicKey: string; Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} --- @@ -917,7 +917,7 @@ Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 e9fb71247..591a15ec6 100644 --- a/docs/view.csharp.md +++ b/docs/view.csharp.md @@ -4,7 +4,7 @@ ### View -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view snowflake_view}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the View to import. The id of the existing View that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -986,7 +986,7 @@ new ViewConfig { | Statement | string | Specifies the query used to create the view. | | Comment | string | Specifies a comment for the view. | | CopyGrants | object | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#id View#id}. | | IsSecure | object | Specifies that the view is secure. | | OrReplace | object | Overwrites the View if it exists. | | Tag | object | tag block. | @@ -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/0.79.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} --- @@ -1089,7 +1089,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} --- @@ -1103,7 +1103,7 @@ public string Schema { get; set; } The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} --- @@ -1117,7 +1117,7 @@ public string Statement { get; set; } Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#statement View#statement} --- @@ -1131,7 +1131,7 @@ public string Comment { get; set; } Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#comment View#comment} --- @@ -1145,7 +1145,7 @@ public object CopyGrants { get; set; } Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#copy_grants View#copy_grants} --- @@ -1157,7 +1157,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1174,7 +1174,7 @@ public object IsSecure { get; set; } Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#is_secure View#is_secure} --- @@ -1188,7 +1188,7 @@ public object OrReplace { get; set; } Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#or_replace View#or_replace} --- @@ -1202,7 +1202,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#tag View#tag} --- @@ -1242,7 +1242,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} --- @@ -1256,7 +1256,7 @@ public string Value { get; set; } Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#value View#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#value View#value} --- @@ -1270,7 +1270,7 @@ public string Database { get; set; } Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} --- @@ -1284,7 +1284,7 @@ public string Schema { get; set; } Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} --- diff --git a/docs/view.go.md b/docs/view.go.md index 089de3bd4..e3ce8ae91 100644 --- a/docs/view.go.md +++ b/docs/view.go.md @@ -4,7 +4,7 @@ ### View -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view snowflake_view}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the View to import. The id of the existing View that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/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/v10/view" | Statement | *string | Specifies the query used to create the view. | | Comment | *string | Specifies a comment for the view. | | CopyGrants | interface{} | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#id View#id}. | | IsSecure | interface{} | Specifies that the view is secure. | | OrReplace | interface{} | Overwrites the View if it exists. | | Tag | interface{} | tag block. | @@ -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/0.79.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} --- @@ -1089,7 +1089,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} --- @@ -1103,7 +1103,7 @@ Schema *string The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} --- @@ -1117,7 +1117,7 @@ Statement *string Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#statement View#statement} --- @@ -1131,7 +1131,7 @@ Comment *string Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#comment View#comment} --- @@ -1145,7 +1145,7 @@ CopyGrants interface{} Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#copy_grants View#copy_grants} --- @@ -1157,7 +1157,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1174,7 +1174,7 @@ IsSecure interface{} Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#is_secure View#is_secure} --- @@ -1188,7 +1188,7 @@ OrReplace interface{} Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#or_replace View#or_replace} --- @@ -1202,7 +1202,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#tag View#tag} --- @@ -1242,7 +1242,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} --- @@ -1256,7 +1256,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#value View#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#value View#value} --- @@ -1270,7 +1270,7 @@ Database *string Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} --- @@ -1284,7 +1284,7 @@ Schema *string Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} --- diff --git a/docs/view.java.md b/docs/view.java.md index 657c4d545..64adccd4a 100644 --- a/docs/view.java.md +++ b/docs/view.java.md @@ -4,7 +4,7 @@ ### View -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view snowflake_view}. #### Initializers @@ -57,7 +57,7 @@ View.Builder.create(Construct scope, java.lang.String id) | statement | java.lang.String | Specifies the query used to create the view. | | comment | java.lang.String | Specifies a comment for the view. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#id View#id}. | | isSecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies that the view is secure. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Overwrites the View if it exists. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<ViewTag> | tag block. | @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} --- @@ -142,7 +142,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#statement View#statement} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#comment View#comment} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#copy_grants View#copy_grants} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#id View#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -203,7 +203,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#is_secure View#is_secure} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#or_replace View#or_replace} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#tag View#tag} --- @@ -698,7 +698,7 @@ The construct id used in the generated config for the View to import. The id of the existing View that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -1177,7 +1177,7 @@ ViewConfig.builder() | statement | java.lang.String | Specifies the query used to create the view. | | comment | java.lang.String | Specifies a comment for the view. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#id View#id}. | | isSecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies that the view is secure. | | orReplace | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Overwrites the View if it exists. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<ViewTag> | tag block. | @@ -1264,7 +1264,7 @@ public java.lang.String getDatabase(); The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} --- @@ -1280,7 +1280,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} --- @@ -1294,7 +1294,7 @@ public java.lang.String getSchema(); The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} --- @@ -1308,7 +1308,7 @@ public java.lang.String getStatement(); Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#statement View#statement} --- @@ -1322,7 +1322,7 @@ public java.lang.String getComment(); Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#comment View#comment} --- @@ -1336,7 +1336,7 @@ public java.lang.Object getCopyGrants(); Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#copy_grants View#copy_grants} --- @@ -1348,7 +1348,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1365,7 +1365,7 @@ public java.lang.Object getIsSecure(); Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#is_secure View#is_secure} --- @@ -1379,7 +1379,7 @@ public java.lang.Object getOrReplace(); Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#or_replace View#or_replace} --- @@ -1393,7 +1393,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#tag View#tag} --- @@ -1433,7 +1433,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} --- @@ -1447,7 +1447,7 @@ public java.lang.String getValue(); Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#value View#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#value View#value} --- @@ -1461,7 +1461,7 @@ public java.lang.String getDatabase(); Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} --- @@ -1475,7 +1475,7 @@ public java.lang.String getSchema(); Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} --- diff --git a/docs/view.python.md b/docs/view.python.md index 9e7ea2760..bb79fd22c 100644 --- a/docs/view.python.md +++ b/docs/view.python.md @@ -4,7 +4,7 @@ ### View -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view snowflake_view}. #### Initializers @@ -51,7 +51,7 @@ view.View( | statement | str | Specifies the query used to create the view. | | comment | str | Specifies a comment for the view. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#id View#id}. | | is_secure | typing.Union[bool, cdktf.IResolvable] | Specifies that the view is secure. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Overwrites the View if it exists. | | tag | typing.Union[cdktf.IResolvable, typing.List[ViewTag]] | tag block. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} --- @@ -136,7 +136,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#statement View#statement} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#comment View#comment} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#copy_grants View#copy_grants} --- @@ -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/0.79.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#id View#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -197,7 +197,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#is_secure View#is_secure} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#or_replace View#or_replace} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#tag View#tag} --- @@ -740,7 +740,7 @@ The construct id used in the generated config for the View to import. The id of the existing View that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -1211,7 +1211,7 @@ view.ViewConfig( | statement | str | Specifies the query used to create the view. | | comment | str | Specifies a comment for the view. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#id View#id}. | | is_secure | typing.Union[bool, cdktf.IResolvable] | Specifies that the view is secure. | | or_replace | typing.Union[bool, cdktf.IResolvable] | Overwrites the View if it exists. | | tag | typing.Union[cdktf.IResolvable, typing.List[ViewTag]] | tag block. | @@ -1298,7 +1298,7 @@ database: str The database in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} --- @@ -1314,7 +1314,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} --- @@ -1328,7 +1328,7 @@ schema: str The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} --- @@ -1342,7 +1342,7 @@ statement: str Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#statement View#statement} --- @@ -1356,7 +1356,7 @@ comment: str Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#comment View#comment} --- @@ -1370,7 +1370,7 @@ copy_grants: typing.Union[bool, IResolvable] Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#copy_grants View#copy_grants} --- @@ -1382,7 +1382,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1399,7 +1399,7 @@ is_secure: typing.Union[bool, IResolvable] Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#is_secure View#is_secure} --- @@ -1413,7 +1413,7 @@ or_replace: typing.Union[bool, IResolvable] Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#or_replace View#or_replace} --- @@ -1427,7 +1427,7 @@ tag: typing.Union[IResolvable, typing.List[ViewTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#tag View#tag} --- @@ -1467,7 +1467,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} --- @@ -1481,7 +1481,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#value View#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#value View#value} --- @@ -1495,7 +1495,7 @@ database: str Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} --- @@ -1509,7 +1509,7 @@ schema: str Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} --- diff --git a/docs/view.typescript.md b/docs/view.typescript.md index f363d6054..691c95a53 100644 --- a/docs/view.typescript.md +++ b/docs/view.typescript.md @@ -4,7 +4,7 @@ ### View -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view snowflake_view}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the View to import. The id of the existing View that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -968,7 +968,7 @@ const viewConfig: view.ViewConfig = { ... } | statement | string | Specifies the query used to create the view. | | comment | string | Specifies a comment for the view. | | copyGrants | boolean \| cdktf.IResolvable | Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#id View#id}. | | isSecure | boolean \| cdktf.IResolvable | Specifies that the view is secure. | | orReplace | boolean \| cdktf.IResolvable | Overwrites the View if it exists. | | tag | cdktf.IResolvable \| ViewTag[] | tag block. | @@ -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/0.79.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} --- @@ -1071,7 +1071,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} --- @@ -1085,7 +1085,7 @@ public readonly schema: string; The schema in which to create the view. Don't use the | character. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} --- @@ -1099,7 +1099,7 @@ public readonly statement: string; Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#statement View#statement} --- @@ -1113,7 +1113,7 @@ public readonly comment: string; Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#comment View#comment} --- @@ -1127,7 +1127,7 @@ public readonly copyGrants: boolean | IResolvable; Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#copy_grants View#copy_grants} --- @@ -1139,7 +1139,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1156,7 +1156,7 @@ public readonly isSecure: boolean | IResolvable; Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#is_secure View#is_secure} --- @@ -1170,7 +1170,7 @@ public readonly orReplace: boolean | IResolvable; Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#or_replace View#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#or_replace View#or_replace} --- @@ -1184,7 +1184,7 @@ public readonly tag: IResolvable | ViewTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#tag View#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#tag View#tag} --- @@ -1219,7 +1219,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} --- @@ -1233,7 +1233,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#value View#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#value View#value} --- @@ -1247,7 +1247,7 @@ public readonly database: string; Name of the database that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} --- @@ -1261,7 +1261,7 @@ public readonly schema: string; Name of the schema that the tag was created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} --- diff --git a/docs/viewGrant.csharp.md b/docs/viewGrant.csharp.md index f5ac2ff6a..3d37364ff 100644 --- a/docs/viewGrant.csharp.md +++ b/docs/viewGrant.csharp.md @@ -4,7 +4,7 @@ ### ViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant snowflake_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant snowflake_view_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ViewGrant to import. The id of the existing ViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1039,7 +1039,7 @@ new ViewGrantConfig { | Provisioners | object[] | *No description.* | | DatabaseName | string | The name of the database containing the current or future views on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. | | OnAll | object | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | OnFuture | object | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | Privilege | string | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1132,7 +1132,7 @@ public string DatabaseName { get; set; } The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -1148,7 +1148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -1160,7 +1160,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1179,7 +1179,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -1195,7 +1195,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -1209,7 +1209,7 @@ public string Privilege { get; set; } The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -1225,7 +1225,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -1239,7 +1239,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -1253,7 +1253,7 @@ public string SchemaName { get; set; } The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -1267,7 +1267,7 @@ public string[] Shares { get; set; } Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -1281,7 +1281,7 @@ public string ViewName { get; set; } The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -1295,7 +1295,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- diff --git a/docs/viewGrant.go.md b/docs/viewGrant.go.md index 9df2a195a..9d123799b 100644 --- a/docs/viewGrant.go.md +++ b/docs/viewGrant.go.md @@ -4,7 +4,7 @@ ### ViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant snowflake_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant snowflake_view_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ViewGrant to import. The id of the existing ViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1039,7 +1039,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/viewgrant" | Provisioners | *[]interface{} | *No description.* | | DatabaseName | *string | The name of the database containing the current or future views on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. | | OnAll | interface{} | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | OnFuture | interface{} | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | Privilege | *string | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1132,7 +1132,7 @@ DatabaseName *string The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -1148,7 +1148,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -1160,7 +1160,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1179,7 +1179,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -1195,7 +1195,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -1209,7 +1209,7 @@ Privilege *string The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -1225,7 +1225,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -1239,7 +1239,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -1253,7 +1253,7 @@ SchemaName *string The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -1267,7 +1267,7 @@ Shares *[]*string Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -1281,7 +1281,7 @@ ViewName *string The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -1295,7 +1295,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- diff --git a/docs/viewGrant.java.md b/docs/viewGrant.java.md index 0abd281ff..1ff93bf18 100644 --- a/docs/viewGrant.java.md +++ b/docs/viewGrant.java.md @@ -4,7 +4,7 @@ ### ViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant snowflake_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant snowflake_view_grant}. #### Initializers @@ -55,7 +55,7 @@ ViewGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future views on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -146,7 +146,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -169,7 +169,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -181,7 +181,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -203,7 +203,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- @@ -750,7 +750,7 @@ The construct id used in the generated config for the ViewGrant to import. The id of the existing ViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1260,7 +1260,7 @@ ViewGrantConfig.builder() | provisioners | java.util.List | *No description.* | | databaseName | java.lang.String | The name of the database containing the current or future views on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. | | onAll | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | onFuture | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | privilege | java.lang.String | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1353,7 +1353,7 @@ public java.lang.String getDatabaseName(); The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -1369,7 +1369,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -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/0.79.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1400,7 +1400,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -1416,7 +1416,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -1430,7 +1430,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -1446,7 +1446,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -1460,7 +1460,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -1474,7 +1474,7 @@ public java.lang.String getSchemaName(); The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -1488,7 +1488,7 @@ public java.util.List getShares(); Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -1502,7 +1502,7 @@ public java.lang.String getViewName(); The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -1516,7 +1516,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- diff --git a/docs/viewGrant.python.md b/docs/viewGrant.python.md index 473092460..859de876c 100644 --- a/docs/viewGrant.python.md +++ b/docs/viewGrant.python.md @@ -4,7 +4,7 @@ ### ViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant snowflake_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant snowflake_view_grant}. #### Initializers @@ -49,7 +49,7 @@ viewGrant.ViewGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future views on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | privilege | str | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -140,7 +140,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -163,7 +163,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -175,7 +175,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -197,7 +197,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- @@ -790,7 +790,7 @@ The construct id used in the generated config for the ViewGrant to import. The id of the existing ViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1292,7 +1292,7 @@ viewGrant.ViewGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database_name | str | The name of the database containing the current or future views on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. | | on_all | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | on_future | typing.Union[bool, cdktf.IResolvable] | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | privilege | str | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1385,7 +1385,7 @@ database_name: str The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -1401,7 +1401,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -1413,7 +1413,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1432,7 +1432,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -1448,7 +1448,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -1462,7 +1462,7 @@ privilege: str The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -1478,7 +1478,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -1492,7 +1492,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -1506,7 +1506,7 @@ schema_name: str The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -1520,7 +1520,7 @@ shares: typing.List[str] Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -1534,7 +1534,7 @@ view_name: str The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -1548,7 +1548,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- diff --git a/docs/viewGrant.typescript.md b/docs/viewGrant.typescript.md index e0b746149..554f85196 100644 --- a/docs/viewGrant.typescript.md +++ b/docs/viewGrant.typescript.md @@ -4,7 +4,7 @@ ### ViewGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant snowflake_view_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant snowflake_view_grant}. #### Initializers @@ -537,7 +537,7 @@ The construct id used in the generated config for the ViewGrant to import. The id of the existing ViewGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use --- @@ -1019,7 +1019,7 @@ const viewGrantConfig: viewGrant.ViewGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | databaseName | string | The name of the database containing the current or future views on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. | | onAll | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. | | onFuture | boolean \| cdktf.IResolvable | When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. | | privilege | string | The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. | @@ -1112,7 +1112,7 @@ public readonly databaseName: string; The name of the database containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#database_name ViewGrant#database_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#database_name ViewGrant#database_name} --- @@ -1128,7 +1128,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} --- @@ -1140,7 +1140,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1159,7 +1159,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_all ViewGrant#on_all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_all ViewGrant#on_all} --- @@ -1175,7 +1175,7 @@ When this is set to true and a schema_name is provided, apply this grant on all When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_future ViewGrant#on_future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_future ViewGrant#on_future} --- @@ -1189,7 +1189,7 @@ public readonly privilege: string; The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#privilege ViewGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#privilege ViewGrant#privilege} --- @@ -1205,7 +1205,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} --- @@ -1219,7 +1219,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#roles ViewGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#roles ViewGrant#roles} --- @@ -1233,7 +1233,7 @@ public readonly schemaName: string; The name of the schema containing the current or future views on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#schema_name ViewGrant#schema_name} --- @@ -1247,7 +1247,7 @@ public readonly shares: string[]; Grants privilege to these shares (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#shares ViewGrant#shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#shares ViewGrant#shares} --- @@ -1261,7 +1261,7 @@ public readonly viewName: string; The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#view_name ViewGrant#view_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#view_name ViewGrant#view_name} --- @@ -1275,7 +1275,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} --- diff --git a/docs/warehouse.csharp.md b/docs/warehouse.csharp.md index 19801ad9f..15401fbc2 100644 --- a/docs/warehouse.csharp.md +++ b/docs/warehouse.csharp.md @@ -4,7 +4,7 @@ ### Warehouse -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1220,9 +1220,9 @@ new WarehouseConfig { | Name | string | Identifier for the virtual warehouse; must be unique for your account. | | AutoResume | object | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | AutoSuspend | double | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. | | EnableQueryAcceleration | object | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1318,7 +1318,7 @@ public string Name { get; set; } Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#name Warehouse#name} --- @@ -1332,7 +1332,7 @@ public object AutoResume { get; set; } Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1346,7 +1346,7 @@ public double AutoSuspend { get; set; } Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1358,7 +1358,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -1372,7 +1372,7 @@ public object EnableQueryAcceleration { get; set; } Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1384,7 +1384,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1401,7 +1401,7 @@ public object InitiallySuspended { get; set; } Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1415,7 +1415,7 @@ public double MaxClusterCount { get; set; } Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1429,7 +1429,7 @@ public double MaxConcurrencyLevel { get; set; } Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1443,7 +1443,7 @@ public double MinClusterCount { get; set; } Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1459,7 +1459,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1473,7 +1473,7 @@ public string ResourceMonitor { get; set; } Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1487,7 +1487,7 @@ public string ScalingPolicy { get; set; } Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1501,7 +1501,7 @@ public double StatementQueuedTimeoutInSeconds { get; set; } Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1515,7 +1515,7 @@ public double StatementTimeoutInSeconds { get; set; } Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1529,7 +1529,7 @@ public object WaitForProvisioning { get; set; } Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -1545,7 +1545,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1559,7 +1559,7 @@ public string WarehouseType { get; set; } Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouse.go.md b/docs/warehouse.go.md index 34f3758c3..1c8790c61 100644 --- a/docs/warehouse.go.md +++ b/docs/warehouse.go.md @@ -4,7 +4,7 @@ ### Warehouse -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1220,9 +1220,9 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/warehouse" | Name | *string | Identifier for the virtual warehouse; must be unique for your account. | | AutoResume | interface{} | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | AutoSuspend | *f64 | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. | | EnableQueryAcceleration | interface{} | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1318,7 +1318,7 @@ Name *string Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#name Warehouse#name} --- @@ -1332,7 +1332,7 @@ AutoResume interface{} Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1346,7 +1346,7 @@ AutoSuspend *f64 Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1358,7 +1358,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -1372,7 +1372,7 @@ EnableQueryAcceleration interface{} Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1384,7 +1384,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1401,7 +1401,7 @@ InitiallySuspended interface{} Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1415,7 +1415,7 @@ MaxClusterCount *f64 Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1429,7 +1429,7 @@ MaxConcurrencyLevel *f64 Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1443,7 +1443,7 @@ MinClusterCount *f64 Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1459,7 +1459,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1473,7 +1473,7 @@ ResourceMonitor *string Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1487,7 +1487,7 @@ ScalingPolicy *string Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1501,7 +1501,7 @@ StatementQueuedTimeoutInSeconds *f64 Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1515,7 +1515,7 @@ StatementTimeoutInSeconds *f64 Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1529,7 +1529,7 @@ WaitForProvisioning interface{} Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -1545,7 +1545,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1559,7 +1559,7 @@ WarehouseType *string Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouse.java.md b/docs/warehouse.java.md index f6b0ee3db..5b51d471c 100644 --- a/docs/warehouse.java.md +++ b/docs/warehouse.java.md @@ -4,7 +4,7 @@ ### Warehouse -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse snowflake_warehouse}. #### Initializers @@ -62,9 +62,9 @@ Warehouse.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Identifier for the virtual warehouse; must be unique for your account. | | autoResume | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | autoSuspend | java.lang.Number | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. | | enableQueryAcceleration | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#id Warehouse#id}. | | initiallySuspended | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the warehouse is created initially in the ‘Suspended’ state. | | maxClusterCount | java.lang.Number | Specifies the maximum number of server clusters for the warehouse. | | maxConcurrencyLevel | java.lang.Number | Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. | @@ -146,7 +146,7 @@ Must be unique amongst siblings in the same scope Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#name Warehouse#name} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#id Warehouse#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -205,7 +205,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -247,7 +247,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -309,7 +309,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- @@ -858,7 +858,7 @@ The construct id used in the generated config for the Warehouse to import. The id of the existing Warehouse that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1507,9 +1507,9 @@ WarehouseConfig.builder() | name | java.lang.String | Identifier for the virtual warehouse; must be unique for your account. | | autoResume | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | autoSuspend | java.lang.Number | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. | | enableQueryAcceleration | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1605,7 +1605,7 @@ public java.lang.String getName(); Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#name Warehouse#name} --- @@ -1619,7 +1619,7 @@ public java.lang.Object getAutoResume(); Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1633,7 +1633,7 @@ public java.lang.Number getAutoSuspend(); Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1645,7 +1645,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -1659,7 +1659,7 @@ public java.lang.Object getEnableQueryAcceleration(); Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1671,7 +1671,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1688,7 +1688,7 @@ public java.lang.Object getInitiallySuspended(); Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1702,7 +1702,7 @@ public java.lang.Number getMaxClusterCount(); Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1716,7 +1716,7 @@ public java.lang.Number getMaxConcurrencyLevel(); Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1730,7 +1730,7 @@ public java.lang.Number getMinClusterCount(); Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1746,7 +1746,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1760,7 +1760,7 @@ public java.lang.String getResourceMonitor(); Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1774,7 +1774,7 @@ public java.lang.String getScalingPolicy(); Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1788,7 +1788,7 @@ public java.lang.Number getStatementQueuedTimeoutInSeconds(); Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1802,7 +1802,7 @@ public java.lang.Number getStatementTimeoutInSeconds(); Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1816,7 +1816,7 @@ public java.lang.Object getWaitForProvisioning(); Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -1832,7 +1832,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1846,7 +1846,7 @@ public java.lang.String getWarehouseType(); Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouse.python.md b/docs/warehouse.python.md index 3057c1afd..c4eea513e 100644 --- a/docs/warehouse.python.md +++ b/docs/warehouse.python.md @@ -4,7 +4,7 @@ ### Warehouse -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse snowflake_warehouse}. #### Initializers @@ -56,9 +56,9 @@ warehouse.Warehouse( | name | str | Identifier for the virtual warehouse; must be unique for your account. | | auto_resume | typing.Union[bool, cdktf.IResolvable] | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | auto_suspend | typing.Union[int, float] | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. | | enable_query_acceleration | typing.Union[bool, cdktf.IResolvable] | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#id Warehouse#id}. | | initially_suspended | typing.Union[bool, cdktf.IResolvable] | Specifies whether the warehouse is created initially in the ‘Suspended’ state. | | max_cluster_count | typing.Union[int, float] | Specifies the maximum number of server clusters for the warehouse. | | max_concurrency_level | typing.Union[int, float] | Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. | @@ -140,7 +140,7 @@ Must be unique amongst siblings in the same scope Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#name Warehouse#name} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#id Warehouse#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -199,7 +199,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -241,7 +241,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -303,7 +303,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1539,9 +1539,9 @@ warehouse.WarehouseConfig( | name | str | Identifier for the virtual warehouse; must be unique for your account. | | auto_resume | typing.Union[bool, cdktf.IResolvable] | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | auto_suspend | typing.Union[int, float] | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. | | enable_query_acceleration | typing.Union[bool, cdktf.IResolvable] | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1637,7 +1637,7 @@ name: str Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#name Warehouse#name} --- @@ -1651,7 +1651,7 @@ auto_resume: typing.Union[bool, IResolvable] Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1665,7 +1665,7 @@ auto_suspend: typing.Union[int, float] Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1677,7 +1677,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -1691,7 +1691,7 @@ enable_query_acceleration: typing.Union[bool, IResolvable] Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1703,7 +1703,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1720,7 +1720,7 @@ initially_suspended: typing.Union[bool, IResolvable] Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1734,7 +1734,7 @@ max_cluster_count: typing.Union[int, float] Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1748,7 +1748,7 @@ max_concurrency_level: typing.Union[int, float] Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1762,7 +1762,7 @@ min_cluster_count: typing.Union[int, float] Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1778,7 +1778,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1792,7 +1792,7 @@ resource_monitor: str Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1806,7 +1806,7 @@ scaling_policy: str Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1820,7 +1820,7 @@ statement_queued_timeout_in_seconds: typing.Union[int, float] Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1834,7 +1834,7 @@ statement_timeout_in_seconds: typing.Union[int, float] Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1848,7 +1848,7 @@ wait_for_provisioning: typing.Union[bool, IResolvable] Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -1864,7 +1864,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1878,7 +1878,7 @@ warehouse_type: str Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouse.typescript.md b/docs/warehouse.typescript.md index 08fc171d7..fdd0f8ef8 100644 --- a/docs/warehouse.typescript.md +++ b/docs/warehouse.typescript.md @@ -4,7 +4,7 @@ ### Warehouse -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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/0.79.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1194,9 +1194,9 @@ const warehouseConfig: warehouse.WarehouseConfig = { ... } | name | string | Identifier for the virtual warehouse; must be unique for your account. | | autoResume | boolean \| cdktf.IResolvable | Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. | | autoSuspend | number | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. | | enableQueryAcceleration | boolean \| cdktf.IResolvable | Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. | @@ -1292,7 +1292,7 @@ public readonly name: string; Identifier for the virtual warehouse; must be unique for your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#name Warehouse#name} --- @@ -1306,7 +1306,7 @@ public readonly autoResume: boolean | IResolvable; Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1320,7 +1320,7 @@ public readonly autoSuspend: number; Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1332,7 +1332,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment}. --- @@ -1346,7 +1346,7 @@ public readonly enableQueryAcceleration: boolean | IResolvable; Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1358,7 +1358,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -1375,7 +1375,7 @@ public readonly initiallySuspended: boolean | IResolvable; Specifies whether the warehouse is created initially in the ‘Suspended’ state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1389,7 +1389,7 @@ public readonly maxClusterCount: number; Specifies the maximum number of server clusters for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1403,7 +1403,7 @@ public readonly maxConcurrencyLevel: number; Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1417,7 +1417,7 @@ public readonly minClusterCount: number; Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1433,7 +1433,7 @@ Specifies the maximum scale factor for leasing compute resources for query accel The scale factor is used as a multiplier based on warehouse size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1447,7 +1447,7 @@ public readonly resourceMonitor: string; Specifies the name of a resource monitor that is explicitly assigned to the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1461,7 +1461,7 @@ public readonly scalingPolicy: string; Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1475,7 +1475,7 @@ public readonly statementQueuedTimeoutInSeconds: number; Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1489,7 +1489,7 @@ public readonly statementTimeoutInSeconds: number; Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1503,7 +1503,7 @@ public readonly waitForProvisioning: boolean | IResolvable; Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} --- @@ -1519,7 +1519,7 @@ Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1533,7 +1533,7 @@ public readonly warehouseType: string; Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouseGrant.csharp.md b/docs/warehouseGrant.csharp.md index 8517ebab3..e282ec1ac 100644 --- a/docs/warehouseGrant.csharp.md +++ b/docs/warehouseGrant.csharp.md @@ -4,7 +4,7 @@ ### WarehouseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant snowflake_warehouse_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the WarehouseGrant to import. The id of the existing WarehouseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use --- @@ -889,7 +889,7 @@ new WarehouseGrantConfig { | Provisioners | object[] | *No description.* | | WarehouseName | string | The name of the warehouse on which to grant privileges. | | EnableMultipleGrants | object | When this is set to true, multiple grants of the same type can be created. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | Privilege | string | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | Roles | string[] | Grants privilege to these roles. | @@ -977,7 +977,7 @@ public string WarehouseName { get; set; } The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -993,7 +993,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -1005,7 +1005,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1022,7 +1022,7 @@ public string Privilege { get; set; } The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -1038,7 +1038,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -1052,7 +1052,7 @@ public string[] Roles { get; set; } Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -1066,7 +1066,7 @@ public object WithGrantOption { get; set; } When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- diff --git a/docs/warehouseGrant.go.md b/docs/warehouseGrant.go.md index f7062090e..e9f344a34 100644 --- a/docs/warehouseGrant.go.md +++ b/docs/warehouseGrant.go.md @@ -4,7 +4,7 @@ ### WarehouseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant snowflake_warehouse_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the WarehouseGrant to import. The id of the existing WarehouseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use --- @@ -889,7 +889,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v10/warehousegran | Provisioners | *[]interface{} | *No description.* | | WarehouseName | *string | The name of the warehouse on which to grant privileges. | | EnableMultipleGrants | interface{} | When this is set to true, multiple grants of the same type can be created. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | Privilege | *string | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | RevertOwnershipToRoleName | *string | The name of the role to revert ownership to on destroy. | | Roles | *[]*string | Grants privilege to these roles. | @@ -977,7 +977,7 @@ WarehouseName *string The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -993,7 +993,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -1005,7 +1005,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1022,7 +1022,7 @@ Privilege *string The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -1038,7 +1038,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -1052,7 +1052,7 @@ Roles *[]*string Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -1066,7 +1066,7 @@ WithGrantOption interface{} When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- diff --git a/docs/warehouseGrant.java.md b/docs/warehouseGrant.java.md index 16faaeb7a..377a91f2f 100644 --- a/docs/warehouseGrant.java.md +++ b/docs/warehouseGrant.java.md @@ -4,7 +4,7 @@ ### WarehouseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant snowflake_warehouse_grant}. #### Initializers @@ -48,7 +48,7 @@ WarehouseGrant.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | warehouseName | java.lang.String | The name of the warehouse on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | privilege | java.lang.String | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -134,7 +134,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -167,7 +167,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- @@ -649,7 +649,7 @@ The construct id used in the generated config for the WarehouseGrant to import. The id of the existing WarehouseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use --- @@ -1042,7 +1042,7 @@ WarehouseGrantConfig.builder() | provisioners | java.util.List | *No description.* | | warehouseName | java.lang.String | The name of the warehouse on which to grant privileges. | | enableMultipleGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | privilege | java.lang.String | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | java.lang.String | The name of the role to revert ownership to on destroy. | | roles | java.util.List | Grants privilege to these roles. | @@ -1130,7 +1130,7 @@ public java.lang.String getWarehouseName(); The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -1146,7 +1146,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -1158,7 +1158,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1175,7 +1175,7 @@ public java.lang.String getPrivilege(); The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -1191,7 +1191,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -1205,7 +1205,7 @@ public java.util.List getRoles(); Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -1219,7 +1219,7 @@ public java.lang.Object getWithGrantOption(); When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- diff --git a/docs/warehouseGrant.python.md b/docs/warehouseGrant.python.md index 95fb681a0..28f0be488 100644 --- a/docs/warehouseGrant.python.md +++ b/docs/warehouseGrant.python.md @@ -4,7 +4,7 @@ ### WarehouseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant snowflake_warehouse_grant}. #### Initializers @@ -44,7 +44,7 @@ warehouseGrant.WarehouseGrant( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | warehouse_name | str | The name of the warehouse on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | privilege | str | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -130,7 +130,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ If you experience problems setting this value it might not be settable. Please t The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -163,7 +163,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- @@ -691,7 +691,7 @@ The construct id used in the generated config for the WarehouseGrant to import. The id of the existing WarehouseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use --- @@ -1078,7 +1078,7 @@ warehouseGrant.WarehouseGrantConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | warehouse_name | str | The name of the warehouse on which to grant privileges. | | enable_multiple_grants | typing.Union[bool, cdktf.IResolvable] | When this is set to true, multiple grants of the same type can be created. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | privilege | str | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | revert_ownership_to_role_name | str | The name of the role to revert ownership to on destroy. | | roles | typing.List[str] | Grants privilege to these roles. | @@ -1166,7 +1166,7 @@ warehouse_name: str The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -1182,7 +1182,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -1194,7 +1194,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1211,7 +1211,7 @@ privilege: str The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -1227,7 +1227,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -1241,7 +1241,7 @@ roles: typing.List[str] Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -1255,7 +1255,7 @@ with_grant_option: typing.Union[bool, IResolvable] When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- diff --git a/docs/warehouseGrant.typescript.md b/docs/warehouseGrant.typescript.md index 243917fec..b5bf470fb 100644 --- a/docs/warehouseGrant.typescript.md +++ b/docs/warehouseGrant.typescript.md @@ -4,7 +4,7 @@ ### WarehouseGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant snowflake_warehouse_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant snowflake_warehouse_grant}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the WarehouseGrant to import. The id of the existing WarehouseGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use --- @@ -874,7 +874,7 @@ const warehouseGrantConfig: warehouseGrant.WarehouseGrantConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | warehouseName | string | The name of the warehouse on which to grant privileges. | | enableMultipleGrants | boolean \| cdktf.IResolvable | When this is set to true, multiple grants of the same type can be created. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. | | privilege | string | The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. | | revertOwnershipToRoleName | string | The name of the role to revert ownership to on destroy. | | roles | string[] | Grants privilege to these roles. | @@ -962,7 +962,7 @@ public readonly warehouseName: string; The name of the warehouse on which to grant privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} --- @@ -978,7 +978,7 @@ When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} --- @@ -990,7 +990,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1007,7 +1007,7 @@ public readonly privilege: string; The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} --- @@ -1023,7 +1023,7 @@ The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} --- @@ -1037,7 +1037,7 @@ public readonly roles: string[]; Grants privilege to these roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#roles WarehouseGrant#roles} --- @@ -1051,7 +1051,7 @@ public readonly withGrantOption: boolean | IResolvable; When this is set to true, allows the recipient role to grant the privileges to other roles. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} --- diff --git a/package.json b/package.json index 6baa8ce73..9cc26bfde 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "cdktf": { "provider": { "name": "registry.terraform.io/snowflake-labs/snowflake", - "version": "0.79.0" + "version": "0.79.1" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." diff --git a/src/account-grant/README.md b/src/account-grant/README.md index 7a3098998..1fde3fda5 100644 --- a/src/account-grant/README.md +++ b/src/account-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_account_grant` -Refer to the Terraform Registory for docs: [`snowflake_account_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant). +Refer to the Terraform Registory for docs: [`snowflake_account_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant). diff --git a/src/account-grant/index.ts b/src/account-grant/index.ts index aa1315a45..516d48bae 100644 --- a/src/account-grant/index.ts +++ b/src/account-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface AccountGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#enable_multiple_grants AccountGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#id AccountGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#id AccountGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,25 +28,25 @@ export interface AccountGrantConfig extends cdktf.TerraformMetaArguments { /** * The account privilege to grant. Valid privileges are those in [globalPrivileges](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege.html). To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#privilege AccountGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#privilege AccountGrant#privilege} */ readonly privilege?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#roles AccountGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#roles AccountGrant#roles} */ readonly roles?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#with_grant_option AccountGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant snowflake_account_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant snowflake_account_grant} */ export class AccountGrant extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class AccountGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a AccountGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AccountGrant to import - * @param importFromId The id of the existing AccountGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AccountGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AccountGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class AccountGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_grant snowflake_account_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_grant snowflake_account_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class AccountGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_account_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/account-parameter/README.md b/src/account-parameter/README.md index df698524e..3216d7774 100644 --- a/src/account-parameter/README.md +++ b/src/account-parameter/README.md @@ -1,3 +1,3 @@ # `snowflake_account_parameter` -Refer to the Terraform Registory for docs: [`snowflake_account_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter). +Refer to the Terraform Registory for docs: [`snowflake_account_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter). diff --git a/src/account-parameter/index.ts b/src/account-parameter/index.ts index 2808f56bd..a93e38606 100644 --- a/src/account-parameter/index.ts +++ b/src/account-parameter/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface AccountParameterConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#id AccountParameter#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#id AccountParameter#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,19 +22,19 @@ export interface AccountParameterConfig extends cdktf.TerraformMetaArguments { /** * Name of account parameter. Valid values are those in [account parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#account-parameters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#key AccountParameter#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#key AccountParameter#key} */ readonly key: string; /** * Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#value AccountParameter#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#value AccountParameter#value} */ readonly value: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter snowflake_account_parameter} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter snowflake_account_parameter} */ export class AccountParameter extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class AccountParameter extends cdktf.TerraformResource { * Generates CDKTF code for importing a AccountParameter resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AccountParameter to import - * @param importFromId The id of the existing AccountParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AccountParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AccountParameter to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class AccountParameter extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_parameter snowflake_account_parameter} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_parameter snowflake_account_parameter} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class AccountParameter extends cdktf.TerraformResource { terraformResourceType: 'snowflake_account_parameter', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/account-password-policy-attachment/README.md b/src/account-password-policy-attachment/README.md index 69937593c..eae70f020 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 Registory for docs: [`snowflake_account_password_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment). +Refer to the Terraform Registory for docs: [`snowflake_account_password_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 c0a584611..5ed86d5c1 100644 --- a/src/account-password-policy-attachment/index.ts +++ b/src/account-password-policy-attachment/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface AccountPasswordPolicyAttachmentConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,13 +22,13 @@ export interface AccountPasswordPolicyAttachmentConfig extends cdktf.TerraformMe /** * Qualified name (`"db"."schema"."policy_name"`) of the password policy to apply to the current account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} */ readonly passwordPolicy: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment} */ export class AccountPasswordPolicyAttachment extends cdktf.TerraformResource { @@ -44,7 +44,7 @@ export class AccountPasswordPolicyAttachment extends cdktf.TerraformResource { * Generates CDKTF code for importing a AccountPasswordPolicyAttachment resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AccountPasswordPolicyAttachment to import - * @param importFromId The id of the existing AccountPasswordPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AccountPasswordPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AccountPasswordPolicyAttachment to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class AccountPasswordPolicyAttachment extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -67,7 +67,7 @@ export class AccountPasswordPolicyAttachment extends cdktf.TerraformResource { terraformResourceType: 'snowflake_account_password_policy_attachment', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/account/README.md b/src/account/README.md index 089e6d394..7abe8cf4b 100644 --- a/src/account/README.md +++ b/src/account/README.md @@ -1,3 +1,3 @@ # `snowflake_account` -Refer to the Terraform Registory for docs: [`snowflake_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account). +Refer to the Terraform Registory for docs: [`snowflake_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account). diff --git a/src/account/index.ts b/src/account/index.ts index d02b0deb5..1195e0d4c 100644 --- a/src/account/index.ts +++ b/src/account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,53 +15,53 @@ export interface AccountConfig extends cdktf.TerraformMetaArguments { /** * Login name of the initial administrative user of the account. A new user is created in the new account with this name and password and granted the ACCOUNTADMIN role in the account. A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_name Account#admin_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_name Account#admin_name} */ readonly adminName: string; /** * Password for the initial administrative user of the account. Optional if the `ADMIN_RSA_PUBLIC_KEY` parameter is specified. For more information about passwords in Snowflake, see [Snowflake-provided Password Policy](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=Snowflake%2Dprovided%20Password%20Policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_password Account#admin_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_password Account#admin_password} */ readonly adminPassword?: string; /** * Assigns a public key to the initial administrative user of the account in order to implement [key pair authentication](https://docs.snowflake.com/en/sql-reference/sql/create-account.html#:~:text=key%20pair%20authentication) for the user. Optional if the `ADMIN_PASSWORD` parameter is specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} */ readonly adminRsaPublicKey?: string; /** * Specifies a comment for the account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#comment Account#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#comment Account#comment} */ readonly comment?: string; /** * [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions.html) of the account. Valid values are: STANDARD | ENTERPRISE | BUSINESS_CRITICAL * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#edition Account#edition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#edition Account#edition} */ readonly edition: string; /** * Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#email Account#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#email Account#email} */ readonly email: string; /** * First name of the initial administrative user of the account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#first_name Account#first_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#first_name Account#first_name} */ readonly firstName?: string; /** * Specifies the number of days to wait before dropping the account. The default is 3 days. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#grace_period_in_days Account#grace_period_in_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#grace_period_in_days Account#grace_period_in_days} */ readonly gracePeriodInDays?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#id Account#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#id Account#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -70,37 +70,37 @@ export interface AccountConfig extends cdktf.TerraformMetaArguments { /** * Last name of the initial administrative user of the account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#last_name Account#last_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#last_name Account#last_name} */ readonly lastName?: string; /** * Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#must_change_password Account#must_change_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#must_change_password Account#must_change_password} */ readonly mustChangePassword?: boolean | cdktf.IResolvable; /** * Specifies the identifier (i.e. name) for the account; must be unique within an organization, regardless of which Snowflake Region the account is in. In addition, the identifier must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#name Account#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#name Account#name} */ readonly name: string; /** * ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region Account#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region Account#region} */ readonly region?: string; /** * ID of the Snowflake Region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#region_group Account#region_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#region_group Account#region_group} */ readonly regionGroup?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account snowflake_account} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account snowflake_account} */ export class Account extends cdktf.TerraformResource { @@ -116,7 +116,7 @@ export class Account extends cdktf.TerraformResource { * Generates CDKTF code for importing a Account resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Account to import - * @param importFromId The id of the existing Account that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Account that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Account to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -128,7 +128,7 @@ export class Account extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/account snowflake_account} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/account snowflake_account} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -139,7 +139,7 @@ export class Account extends cdktf.TerraformResource { terraformResourceType: 'snowflake_account', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/alert/README.md b/src/alert/README.md index 1f8f2f598..e0e8fac21 100644 --- a/src/alert/README.md +++ b/src/alert/README.md @@ -1,3 +1,3 @@ # `snowflake_alert` -Refer to the Terraform Registory for docs: [`snowflake_alert`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert). +Refer to the Terraform Registory for docs: [`snowflake_alert`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert). diff --git a/src/alert/index.ts b/src/alert/index.ts index 3ac45c906..2859a0b17 100644 --- a/src/alert/index.ts +++ b/src/alert/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,35 +15,35 @@ export interface AlertConfig extends cdktf.TerraformMetaArguments { /** * The SQL statement that should be executed if the condition returns one or more rows. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#action Alert#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#action Alert#action} */ readonly action: string; /** * Specifies a comment for the alert. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#comment Alert#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#comment Alert#comment} */ readonly comment?: string; /** * The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#condition Alert#condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#condition Alert#condition} */ readonly condition: string; /** * The database in which to create the alert. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#database Alert#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#database Alert#database} */ readonly database: string; /** * Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#enabled Alert#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#enabled Alert#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#id Alert#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#id Alert#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -52,25 +52,25 @@ export interface AlertConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#name Alert#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#name Alert#name} */ readonly name: string; /** * The schema in which to create the alert. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#schema Alert#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#schema Alert#schema} */ readonly schema: string; /** * The warehouse the alert will use. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#warehouse Alert#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#warehouse Alert#warehouse} */ readonly warehouse: string; /** * alert_schedule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#alert_schedule Alert#alert_schedule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#alert_schedule Alert#alert_schedule} */ readonly alertSchedule?: AlertAlertSchedule; } @@ -78,13 +78,13 @@ export interface AlertAlertScheduleCron { /** * Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#expression Alert#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#expression Alert#expression} */ readonly expression: string; /** * Specifies the time zone for alert refresh. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#time_zone Alert#time_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#time_zone Alert#time_zone} */ readonly timeZone: string; } @@ -168,13 +168,13 @@ export interface AlertAlertSchedule { /** * Specifies the interval in minutes for the alert schedule. The interval must be greater than 0 and less than 1440 (24 hours). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#interval Alert#interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#interval Alert#interval} */ readonly interval?: number; /** * cron block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#cron Alert#cron} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert#cron Alert#cron} */ readonly cron?: AlertAlertScheduleCron; } @@ -262,7 +262,7 @@ export class AlertAlertScheduleOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert snowflake_alert} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/alert snowflake_alert} */ export class Alert extends cdktf.TerraformResource { @@ -278,7 +278,7 @@ export class Alert extends cdktf.TerraformResource { * Generates CDKTF code for importing a Alert resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Alert to import - * @param importFromId The id of the existing Alert that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Alert that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -290,7 +290,7 @@ export class Alert extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/alert snowflake_alert} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -301,7 +301,7 @@ export class Alert extends cdktf.TerraformResource { terraformResourceType: 'snowflake_alert', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/api-integration/README.md b/src/api-integration/README.md index d680e0c42..9a33f7bfa 100644 --- a/src/api-integration/README.md +++ b/src/api-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_api_integration` -Refer to the Terraform Registory for docs: [`snowflake_api_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration). +Refer to the Terraform Registory for docs: [`snowflake_api_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration). diff --git a/src/api-integration/index.ts b/src/api-integration/index.ts index 4ee4713d6..447689e09 100644 --- a/src/api-integration/index.ts +++ b/src/api-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,69 +15,69 @@ export interface ApiIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} */ readonly apiAllowedPrefixes: string[]; /** * ARN of a cloud platform role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} */ readonly apiAwsRoleArn?: string; /** * Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} */ readonly apiBlockedPrefixes?: string[]; /** * The service account used for communication with the Google API Gateway. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} */ readonly apiGcpServiceAccount?: string; /** * The API key (also called a “subscription key”). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_key ApiIntegration#api_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_key ApiIntegration#api_key} */ readonly apiKey?: string; /** * Specifies the HTTPS proxy service type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#api_provider ApiIntegration#api_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} */ readonly apiProvider: string; /** * The 'Application (client) id' of the Azure AD app for your remote service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} */ readonly azureAdApplicationId?: string; /** * Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} */ readonly azureTenantId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#comment ApiIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#comment ApiIntegration#comment} */ readonly comment?: string; /** * Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#enabled ApiIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#enabled ApiIntegration#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#google_audience ApiIntegration#google_audience} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} */ readonly googleAudience?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#id ApiIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#id ApiIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -86,13 +86,13 @@ export interface ApiIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#name ApiIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#name ApiIntegration#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration snowflake_api_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration snowflake_api_integration} */ export class ApiIntegration extends cdktf.TerraformResource { @@ -108,7 +108,7 @@ export class ApiIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a ApiIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ApiIntegration to import - * @param importFromId The id of the existing ApiIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ApiIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ApiIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -120,7 +120,7 @@ export class ApiIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/api_integration snowflake_api_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/api_integration snowflake_api_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -131,7 +131,7 @@ export class ApiIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_api_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-accounts/README.md b/src/data-snowflake-accounts/README.md index 6d4d1630b..9aafb8200 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 Registory for docs: [`data_snowflake_accounts`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts). +Refer to the Terraform Registory for docs: [`data_snowflake_accounts`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts). diff --git a/src/data-snowflake-accounts/index.ts b/src/data-snowflake-accounts/index.ts index 927c83de5..3692403ce 100644 --- a/src/data-snowflake-accounts/index.ts +++ b/src/data-snowflake-accounts/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeAccountsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#id DataSnowflakeAccounts#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeAccountsConfig extends cdktf.TerraformMetaArgument /** * Specifies an account name pattern. If a pattern is specified, only accounts matching the pattern are returned. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts#pattern DataSnowflakeAccounts#pattern} */ readonly pattern?: string; } @@ -167,7 +167,7 @@ export class DataSnowflakeAccountsAccountsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts snowflake_accounts} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/accounts snowflake_accounts} */ export class DataSnowflakeAccounts extends cdktf.TerraformDataSource { @@ -183,7 +183,7 @@ export class DataSnowflakeAccounts extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeAccounts resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeAccounts to import - * @param importFromId The id of the existing DataSnowflakeAccounts that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeAccounts that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -195,7 +195,7 @@ export class DataSnowflakeAccounts extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/accounts snowflake_accounts} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -206,7 +206,7 @@ export class DataSnowflakeAccounts extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_accounts', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-alerts/README.md b/src/data-snowflake-alerts/README.md index c93361f3e..a47664939 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 Registory for docs: [`data_snowflake_alerts`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts). +Refer to the Terraform Registory for docs: [`data_snowflake_alerts`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts). diff --git a/src/data-snowflake-alerts/index.ts b/src/data-snowflake-alerts/index.ts index 0768a7a41..5f997beab 100644 --- a/src/data-snowflake-alerts/index.ts +++ b/src/data-snowflake-alerts/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeAlertsConfig extends cdktf.TerraformMetaArguments /** * The database from which to return the alerts from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#database DataSnowflakeAlerts#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} */ readonly database?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#id DataSnowflakeAlerts#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,13 +28,13 @@ export interface DataSnowflakeAlertsConfig extends cdktf.TerraformMetaArguments /** * Filters the command output by object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} */ readonly pattern?: string; /** * The schema from which to return the alerts from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} */ readonly schema?: string; } @@ -134,7 +134,7 @@ export class DataSnowflakeAlertsAlertsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts snowflake_alerts} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/alerts snowflake_alerts} */ export class DataSnowflakeAlerts extends cdktf.TerraformDataSource { @@ -150,7 +150,7 @@ export class DataSnowflakeAlerts extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeAlerts resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeAlerts to import - * @param importFromId The id of the existing DataSnowflakeAlerts that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeAlerts that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -162,7 +162,7 @@ export class DataSnowflakeAlerts extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/alerts snowflake_alerts} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -173,7 +173,7 @@ export class DataSnowflakeAlerts extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_alerts', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-current-account/README.md b/src/data-snowflake-current-account/README.md index 2344ff7d8..4da30e858 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 Registory for docs: [`data_snowflake_current_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account). +Refer to the Terraform Registory for docs: [`data_snowflake_current_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account). diff --git a/src/data-snowflake-current-account/index.ts b/src/data-snowflake-current-account/index.ts index d3c377b5f..1b4c5d33a 100644 --- a/src/data-snowflake-current-account/index.ts +++ b/src/data-snowflake-current-account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeCurrentAccountConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeCurrentAccountConfig extends cdktf.TerraformMetaAr } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account snowflake_current_account} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account snowflake_current_account} */ export class DataSnowflakeCurrentAccount extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataSnowflakeCurrentAccount extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeCurrentAccount resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeCurrentAccount to import - * @param importFromId The id of the existing DataSnowflakeCurrentAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeCurrentAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeCurrentAccount to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataSnowflakeCurrentAccount extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_account snowflake_current_account} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_account snowflake_current_account} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -61,7 +61,7 @@ export class DataSnowflakeCurrentAccount extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_current_account', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-current-role/README.md b/src/data-snowflake-current-role/README.md index 1ac0ebc4c..6ab057a9b 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 Registory for docs: [`data_snowflake_current_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role). +Refer to the Terraform Registory for docs: [`data_snowflake_current_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role). diff --git a/src/data-snowflake-current-role/index.ts b/src/data-snowflake-current-role/index.ts index d25ce7b51..2070669c9 100644 --- a/src/data-snowflake-current-role/index.ts +++ b/src/data-snowflake-current-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeCurrentRoleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeCurrentRoleConfig extends cdktf.TerraformMetaArgum } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role snowflake_current_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role snowflake_current_role} */ export class DataSnowflakeCurrentRole extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataSnowflakeCurrentRole extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeCurrentRole resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeCurrentRole to import - * @param importFromId The id of the existing DataSnowflakeCurrentRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeCurrentRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeCurrentRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataSnowflakeCurrentRole extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/current_role snowflake_current_role} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/current_role snowflake_current_role} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -61,7 +61,7 @@ export class DataSnowflakeCurrentRole extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_current_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-database-roles/README.md b/src/data-snowflake-database-roles/README.md index c4c40d4e3..4aafafc0d 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 Registory for docs: [`data_snowflake_database_roles`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles). +Refer to the Terraform Registory for docs: [`data_snowflake_database_roles`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles). diff --git a/src/data-snowflake-database-roles/index.ts b/src/data-snowflake-database-roles/index.ts index a6f2869ce..80aab60e3 100644 --- a/src/data-snowflake-database-roles/index.ts +++ b/src/data-snowflake-database-roles/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeDatabaseRolesConfig extends cdktf.TerraformMetaArg /** * The database from which to return the database roles from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles#database DataSnowflakeDatabaseRoles#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -102,7 +102,7 @@ export class DataSnowflakeDatabaseRolesDatabaseRolesList extends cdktf.ComplexLi } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles snowflake_database_roles} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database_roles snowflake_database_roles} */ export class DataSnowflakeDatabaseRoles extends cdktf.TerraformDataSource { @@ -118,7 +118,7 @@ export class DataSnowflakeDatabaseRoles extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeDatabaseRoles resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeDatabaseRoles to import - * @param importFromId The id of the existing DataSnowflakeDatabaseRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeDatabaseRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -130,7 +130,7 @@ export class DataSnowflakeDatabaseRoles extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database_roles snowflake_database_roles} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -141,7 +141,7 @@ export class DataSnowflakeDatabaseRoles extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_database_roles', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-database/README.md b/src/data-snowflake-database/README.md index f2675b66b..a902b0b33 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 Registory for docs: [`data_snowflake_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database). +Refer to the Terraform Registory for docs: [`data_snowflake_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database). diff --git a/src/data-snowflake-database/index.ts b/src/data-snowflake-database/index.ts index e43d6bc9f..c78310519 100644 --- a/src/data-snowflake-database/index.ts +++ b/src/data-snowflake-database/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeDatabaseConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#id DataSnowflakeDatabase#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#id DataSnowflakeDatabase#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,13 +22,13 @@ export interface DataSnowflakeDatabaseConfig extends cdktf.TerraformMetaArgument /** * The database from which to return its metadata. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#name DataSnowflakeDatabase#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#name DataSnowflakeDatabase#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database snowflake_database} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database snowflake_database} */ export class DataSnowflakeDatabase extends cdktf.TerraformDataSource { @@ -44,7 +44,7 @@ export class DataSnowflakeDatabase extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeDatabase resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeDatabase to import - * @param importFromId The id of the existing DataSnowflakeDatabase that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeDatabase that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeDatabase to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class DataSnowflakeDatabase extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/database snowflake_database} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/database snowflake_database} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -67,7 +67,7 @@ export class DataSnowflakeDatabase extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_database', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-databases/README.md b/src/data-snowflake-databases/README.md index af50396fc..8eb14bce2 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 Registory for docs: [`data_snowflake_databases`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases). +Refer to the Terraform Registory for docs: [`data_snowflake_databases`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases). diff --git a/src/data-snowflake-databases/index.ts b/src/data-snowflake-databases/index.ts index 43566216e..548fd2c42 100644 --- a/src/data-snowflake-databases/index.ts +++ b/src/data-snowflake-databases/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeDatabasesConfig extends cdktf.TerraformMetaArgumen /** * Optionally includes dropped databases that have not yet been purged The output also includes an additional `dropped_on` column * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#history DataSnowflakeDatabases#history} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#history DataSnowflakeDatabases#history} */ readonly history?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#id DataSnowflakeDatabases#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#id DataSnowflakeDatabases#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,19 +28,19 @@ export interface DataSnowflakeDatabasesConfig extends cdktf.TerraformMetaArgumen /** * Optionally filters the databases by a pattern * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#pattern DataSnowflakeDatabases#pattern} */ readonly pattern?: string; /** * Optionally filters the databases by a pattern * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} */ readonly startsWith?: string; /** * Optionally returns only the columns `created_on` and `name` in the results * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases#terse DataSnowflakeDatabases#terse} */ readonly terse?: boolean | cdktf.IResolvable; } @@ -225,7 +225,7 @@ export class DataSnowflakeDatabasesDatabasesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases snowflake_databases} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/databases snowflake_databases} */ export class DataSnowflakeDatabases extends cdktf.TerraformDataSource { @@ -241,7 +241,7 @@ export class DataSnowflakeDatabases extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeDatabases resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeDatabases to import - * @param importFromId The id of the existing DataSnowflakeDatabases that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeDatabases that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -253,7 +253,7 @@ export class DataSnowflakeDatabases extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/databases snowflake_databases} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -264,7 +264,7 @@ export class DataSnowflakeDatabases extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_databases', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-dynamic-tables/README.md b/src/data-snowflake-dynamic-tables/README.md index 6971f8880..ac9f90840 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 Registory for docs: [`data_snowflake_dynamic_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables). +Refer to the Terraform Registory for docs: [`data_snowflake_dynamic_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables). diff --git a/src/data-snowflake-dynamic-tables/index.ts b/src/data-snowflake-dynamic-tables/index.ts index c7da68769..7512bda47 100644 --- a/src/data-snowflake-dynamic-tables/index.ts +++ b/src/data-snowflake-dynamic-tables/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeDynamicTablesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,25 +22,25 @@ export interface DataSnowflakeDynamicTablesConfig extends cdktf.TerraformMetaArg /** * Optionally filters the command output based on the characters that appear at the beginning of the object name. The string is case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} */ readonly startsWith?: string; /** * in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} */ readonly in?: DataSnowflakeDynamicTablesIn; /** * like block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} */ readonly like?: DataSnowflakeDynamicTablesLike; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} */ readonly limit?: DataSnowflakeDynamicTablesLimit; } @@ -207,19 +207,19 @@ export interface DataSnowflakeDynamicTablesIn { /** * Returns records for the entire account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} */ readonly account?: boolean | cdktf.IResolvable; /** * Returns records for the current database in use or for a specified database (db_name). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} */ readonly database?: string; /** * Returns records for the current schema in use or a specified schema (schema_name). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} */ readonly schema?: string; } @@ -332,7 +332,7 @@ export interface DataSnowflakeDynamicTablesLike { /** * Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} */ readonly pattern: string; } @@ -396,13 +396,13 @@ export interface DataSnowflakeDynamicTablesLimit { /** * The optional FROM 'name_string' subclause effectively serves as a “cursor” for the results. This enables fetching the specified number of rows following the first row whose object name matches the specified string * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} */ readonly from?: string; /** * Specifies the maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} */ readonly rows?: number; } @@ -490,7 +490,7 @@ export class DataSnowflakeDynamicTablesLimitOutputReference extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables} */ export class DataSnowflakeDynamicTables extends cdktf.TerraformDataSource { @@ -506,7 +506,7 @@ export class DataSnowflakeDynamicTables extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeDynamicTables resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeDynamicTables to import - * @param importFromId The id of the existing DataSnowflakeDynamicTables that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeDynamicTables that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -518,7 +518,7 @@ export class DataSnowflakeDynamicTables extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/dynamic_tables snowflake_dynamic_tables} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -529,7 +529,7 @@ export class DataSnowflakeDynamicTables extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_dynamic_tables', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-external-functions/README.md b/src/data-snowflake-external-functions/README.md index 38643aec1..b49cae631 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 Registory for docs: [`data_snowflake_external_functions`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions). +Refer to the Terraform Registory for docs: [`data_snowflake_external_functions`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions). diff --git a/src/data-snowflake-external-functions/index.ts b/src/data-snowflake-external-functions/index.ts index db9f30177..45ae3d9cb 100644 --- a/src/data-snowflake-external-functions/index.ts +++ b/src/data-snowflake-external-functions/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeExternalFunctionsConfig extends cdktf.TerraformMet /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeExternalFunctionsConfig extends cdktf.TerraformMet /** * The schema from which to return the external functions from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} */ readonly schema: string; } @@ -118,7 +118,7 @@ export class DataSnowflakeExternalFunctionsExternalFunctionsList extends cdktf.C } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions snowflake_external_functions} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_functions snowflake_external_functions} */ export class DataSnowflakeExternalFunctions extends cdktf.TerraformDataSource { @@ -134,7 +134,7 @@ export class DataSnowflakeExternalFunctions extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeExternalFunctions resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeExternalFunctions to import - * @param importFromId The id of the existing DataSnowflakeExternalFunctions that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeExternalFunctions that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -146,7 +146,7 @@ export class DataSnowflakeExternalFunctions extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_functions snowflake_external_functions} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -157,7 +157,7 @@ export class DataSnowflakeExternalFunctions extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_external_functions', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-external-tables/README.md b/src/data-snowflake-external-tables/README.md index da199fb7f..f8a53a62c 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 Registory for docs: [`data_snowflake_external_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables). +Refer to the Terraform Registory for docs: [`data_snowflake_external_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables). diff --git a/src/data-snowflake-external-tables/index.ts b/src/data-snowflake-external-tables/index.ts index 27f452b97..076a7b902 100644 --- a/src/data-snowflake-external-tables/index.ts +++ b/src/data-snowflake-external-tables/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeExternalTablesConfig extends cdktf.TerraformMetaAr /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeExternalTablesConfig extends cdktf.TerraformMetaAr /** * The schema from which to return the external tables from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} */ readonly schema: string; } @@ -113,7 +113,7 @@ export class DataSnowflakeExternalTablesExternalTablesList extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables snowflake_external_tables} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/external_tables snowflake_external_tables} */ export class DataSnowflakeExternalTables extends cdktf.TerraformDataSource { @@ -129,7 +129,7 @@ export class DataSnowflakeExternalTables extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeExternalTables resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeExternalTables to import - * @param importFromId The id of the existing DataSnowflakeExternalTables that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeExternalTables that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -141,7 +141,7 @@ export class DataSnowflakeExternalTables extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/external_tables snowflake_external_tables} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -152,7 +152,7 @@ export class DataSnowflakeExternalTables extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_external_tables', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-failover-groups/README.md b/src/data-snowflake-failover-groups/README.md index a5959fe78..fb3f4ffe1 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 Registory for docs: [`data_snowflake_failover_groups`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups). +Refer to the Terraform Registory for docs: [`data_snowflake_failover_groups`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups). diff --git a/src/data-snowflake-failover-groups/index.ts b/src/data-snowflake-failover-groups/index.ts index 50efde0e0..c0b99af3a 100644 --- a/src/data-snowflake-failover-groups/index.ts +++ b/src/data-snowflake-failover-groups/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeFailoverGroupsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeFailoverGroupsConfig extends cdktf.TerraformMetaAr /** * Specifies the identifier for the account * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} */ readonly inAccount?: string; } @@ -172,7 +172,7 @@ export class DataSnowflakeFailoverGroupsFailoverGroupsList extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups snowflake_failover_groups} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/failover_groups snowflake_failover_groups} */ export class DataSnowflakeFailoverGroups extends cdktf.TerraformDataSource { @@ -188,7 +188,7 @@ export class DataSnowflakeFailoverGroups extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeFailoverGroups resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeFailoverGroups to import - * @param importFromId The id of the existing DataSnowflakeFailoverGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeFailoverGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -200,7 +200,7 @@ export class DataSnowflakeFailoverGroups extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/failover_groups snowflake_failover_groups} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -211,7 +211,7 @@ export class DataSnowflakeFailoverGroups extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_failover_groups', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-file-formats/README.md b/src/data-snowflake-file-formats/README.md index 4e71ccc98..e7380923e 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 Registory for docs: [`data_snowflake_file_formats`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats). +Refer to the Terraform Registory for docs: [`data_snowflake_file_formats`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats). diff --git a/src/data-snowflake-file-formats/index.ts b/src/data-snowflake-file-formats/index.ts index bd29fcbe6..5767045b1 100644 --- a/src/data-snowflake-file-formats/index.ts +++ b/src/data-snowflake-file-formats/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeFileFormatsConfig extends cdktf.TerraformMetaArgum /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeFileFormatsConfig extends cdktf.TerraformMetaArgum /** * The schema from which to return the file formats from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} */ readonly schema: string; } @@ -118,7 +118,7 @@ export class DataSnowflakeFileFormatsFileFormatsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats snowflake_file_formats} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/file_formats snowflake_file_formats} */ export class DataSnowflakeFileFormats extends cdktf.TerraformDataSource { @@ -134,7 +134,7 @@ export class DataSnowflakeFileFormats extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeFileFormats resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeFileFormats to import - * @param importFromId The id of the existing DataSnowflakeFileFormats that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeFileFormats that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -146,7 +146,7 @@ export class DataSnowflakeFileFormats extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/file_formats snowflake_file_formats} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -157,7 +157,7 @@ export class DataSnowflakeFileFormats extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_file_formats', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-functions/README.md b/src/data-snowflake-functions/README.md index f641b6b71..742823122 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 Registory for docs: [`data_snowflake_functions`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions). +Refer to the Terraform Registory for docs: [`data_snowflake_functions`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions). diff --git a/src/data-snowflake-functions/index.ts b/src/data-snowflake-functions/index.ts index 13756ca16..afa161a9f 100644 --- a/src/data-snowflake-functions/index.ts +++ b/src/data-snowflake-functions/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeFunctionsConfig extends cdktf.TerraformMetaArgumen /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#database DataSnowflakeFunctions#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#id DataSnowflakeFunctions#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#id DataSnowflakeFunctions#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeFunctionsConfig extends cdktf.TerraformMetaArgumen /** * The schema from which to return the functions from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} */ readonly schema: string; } @@ -123,7 +123,7 @@ export class DataSnowflakeFunctionsFunctionsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions snowflake_functions} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/functions snowflake_functions} */ export class DataSnowflakeFunctions extends cdktf.TerraformDataSource { @@ -139,7 +139,7 @@ export class DataSnowflakeFunctions extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeFunctions resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeFunctions to import - * @param importFromId The id of the existing DataSnowflakeFunctions that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeFunctions that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -151,7 +151,7 @@ export class DataSnowflakeFunctions extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/functions snowflake_functions} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -162,7 +162,7 @@ export class DataSnowflakeFunctions extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_functions', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-grants/README.md b/src/data-snowflake-grants/README.md index 91edd4fbd..4e409aaea 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 Registory for docs: [`data_snowflake_grants`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants). +Refer to the Terraform Registory for docs: [`data_snowflake_grants`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants). diff --git a/src/data-snowflake-grants/index.ts b/src/data-snowflake-grants/index.ts index 6cb5bad91..596ae3283 100644 --- a/src/data-snowflake-grants/index.ts +++ b/src/data-snowflake-grants/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeGrantsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#id DataSnowflakeGrants#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#id DataSnowflakeGrants#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,31 +22,31 @@ export interface DataSnowflakeGrantsConfig extends cdktf.TerraformMetaArguments /** * future_grants_in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} */ readonly futureGrantsIn?: DataSnowflakeGrantsFutureGrantsIn; /** * future_grants_to block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} */ readonly futureGrantsTo?: DataSnowflakeGrantsFutureGrantsTo; /** * grants_of block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} */ readonly grantsOf?: DataSnowflakeGrantsGrantsOf; /** * grants_on block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} */ readonly grantsOn?: DataSnowflakeGrantsGrantsOn; /** * grants_to block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} */ readonly grantsTo?: DataSnowflakeGrantsGrantsTo; } @@ -153,13 +153,13 @@ export interface DataSnowflakeGrantsFutureGrantsInSchema { /** * The database in which the scehma resides. Optional when querying a schema in the current database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database_name DataSnowflakeGrants#database_name} */ readonly databaseName?: string; /** * The name of the schema to list all privileges of new (ie. future) objects granted to * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema_name DataSnowflakeGrants#schema_name} */ readonly schemaName: string; } @@ -246,13 +246,13 @@ export interface DataSnowflakeGrantsFutureGrantsIn { /** * Lists all privileges on new (i.e. future) objects of a specified type in the database granted to a role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#database DataSnowflakeGrants#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#database DataSnowflakeGrants#database} */ readonly database?: string; /** * schema block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#schema DataSnowflakeGrants#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} */ readonly schema?: DataSnowflakeGrantsFutureGrantsInSchema; } @@ -342,7 +342,7 @@ export interface DataSnowflakeGrantsFutureGrantsTo { /** * Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} */ readonly role: string; } @@ -406,13 +406,13 @@ export interface DataSnowflakeGrantsGrantsOf { /** * Lists all users and roles to which the role has been granted * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} */ readonly role?: string; /** * Lists all the accounts for the share and indicates the accounts that are using the share. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} */ readonly share?: string; } @@ -502,19 +502,19 @@ export interface DataSnowflakeGrantsGrantsOn { /** * Object hierarchy to list privileges on. The only valid value is: ACCOUNT. Setting this attribute lists all the account-level (i.e. global) privileges that have been granted to roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#account DataSnowflakeGrants#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#account DataSnowflakeGrants#account} */ readonly account?: boolean | cdktf.IResolvable; /** * Name of object to list privileges on * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} */ readonly objectName?: string; /** * Type of object to list privileges on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} */ readonly objectType?: string; } @@ -627,19 +627,19 @@ export interface DataSnowflakeGrantsGrantsTo { /** * Lists all privileges and roles granted to the role * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#role DataSnowflakeGrants#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#role DataSnowflakeGrants#role} */ readonly role?: string; /** * Lists all the privileges granted to the share * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#share DataSnowflakeGrants#share} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#share DataSnowflakeGrants#share} */ readonly share?: string; /** * Lists all the roles granted to the user. Note that the PUBLIC role, which is automatically available to every user, is not listed * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#user DataSnowflakeGrants#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants#user DataSnowflakeGrants#user} */ readonly user?: string; } @@ -750,7 +750,7 @@ export class DataSnowflakeGrantsGrantsToOutputReference extends cdktf.ComplexObj } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants snowflake_grants} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/grants snowflake_grants} */ export class DataSnowflakeGrants extends cdktf.TerraformDataSource { @@ -766,7 +766,7 @@ export class DataSnowflakeGrants extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeGrants resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeGrants to import - * @param importFromId The id of the existing DataSnowflakeGrants that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeGrants that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -778,7 +778,7 @@ export class DataSnowflakeGrants extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/grants snowflake_grants} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -789,7 +789,7 @@ export class DataSnowflakeGrants extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_grants', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-masking-policies/README.md b/src/data-snowflake-masking-policies/README.md index 573997438..3ace3e63c 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 Registory for docs: [`data_snowflake_masking_policies`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies). +Refer to the Terraform Registory for docs: [`data_snowflake_masking_policies`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies). diff --git a/src/data-snowflake-masking-policies/index.ts b/src/data-snowflake-masking-policies/index.ts index a7c31a216..1589895c4 100644 --- a/src/data-snowflake-masking-policies/index.ts +++ b/src/data-snowflake-masking-policies/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeMaskingPoliciesConfig extends cdktf.TerraformMetaA /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeMaskingPoliciesConfig extends cdktf.TerraformMetaA /** * The schema from which to return the maskingPolicies from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} */ readonly schema: string; } @@ -118,7 +118,7 @@ export class DataSnowflakeMaskingPoliciesMaskingPoliciesList extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies snowflake_masking_policies} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/masking_policies snowflake_masking_policies} */ export class DataSnowflakeMaskingPolicies extends cdktf.TerraformDataSource { @@ -134,7 +134,7 @@ export class DataSnowflakeMaskingPolicies extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeMaskingPolicies resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeMaskingPolicies to import - * @param importFromId The id of the existing DataSnowflakeMaskingPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeMaskingPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -146,7 +146,7 @@ export class DataSnowflakeMaskingPolicies extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/masking_policies snowflake_masking_policies} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -157,7 +157,7 @@ export class DataSnowflakeMaskingPolicies extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_masking_policies', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-materialized-views/README.md b/src/data-snowflake-materialized-views/README.md index 3c9000206..eabe8d10f 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 Registory for docs: [`data_snowflake_materialized_views`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views). +Refer to the Terraform Registory for docs: [`data_snowflake_materialized_views`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views). diff --git a/src/data-snowflake-materialized-views/index.ts b/src/data-snowflake-materialized-views/index.ts index 09b5e231d..cfc87d108 100644 --- a/src/data-snowflake-materialized-views/index.ts +++ b/src/data-snowflake-materialized-views/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeMaterializedViewsConfig extends cdktf.TerraformMet /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeMaterializedViewsConfig extends cdktf.TerraformMet /** * The schema from which to return the views from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} */ readonly schema: string; } @@ -113,7 +113,7 @@ export class DataSnowflakeMaterializedViewsMaterializedViewsList extends cdktf.C } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views snowflake_materialized_views} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/materialized_views snowflake_materialized_views} */ export class DataSnowflakeMaterializedViews extends cdktf.TerraformDataSource { @@ -129,7 +129,7 @@ export class DataSnowflakeMaterializedViews extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeMaterializedViews resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeMaterializedViews to import - * @param importFromId The id of the existing DataSnowflakeMaterializedViews that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeMaterializedViews that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -141,7 +141,7 @@ export class DataSnowflakeMaterializedViews extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/materialized_views snowflake_materialized_views} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -152,7 +152,7 @@ export class DataSnowflakeMaterializedViews extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_materialized_views', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-parameters/README.md b/src/data-snowflake-parameters/README.md index dad794f51..ef67a4df3 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 Registory for docs: [`data_snowflake_parameters`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters). +Refer to the Terraform Registory for docs: [`data_snowflake_parameters`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters). diff --git a/src/data-snowflake-parameters/index.ts b/src/data-snowflake-parameters/index.ts index 83205da26..38aaae631 100644 --- a/src/data-snowflake-parameters/index.ts +++ b/src/data-snowflake-parameters/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeParametersConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#id DataSnowflakeParameters#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#id DataSnowflakeParameters#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,31 +22,31 @@ export interface DataSnowflakeParametersConfig extends cdktf.TerraformMetaArgume /** * If parameter_type is set to "OBJECT" then object_name is the name of the object to display object parameters for. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} */ readonly objectName?: string; /** * If parameter_type is set to "OBJECT" then object_type is the type of object to display object parameters for. Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} */ readonly objectType?: string; /** * The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} */ readonly parameterType?: string; /** * Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} */ readonly pattern?: string; /** * If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#user DataSnowflakeParameters#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} */ readonly user?: string; } @@ -136,7 +136,7 @@ export class DataSnowflakeParametersParametersList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters snowflake_parameters} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/parameters snowflake_parameters} */ export class DataSnowflakeParameters extends cdktf.TerraformDataSource { @@ -152,7 +152,7 @@ export class DataSnowflakeParameters extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeParameters resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeParameters to import - * @param importFromId The id of the existing DataSnowflakeParameters that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeParameters that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -164,7 +164,7 @@ export class DataSnowflakeParameters extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/parameters snowflake_parameters} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -175,7 +175,7 @@ export class DataSnowflakeParameters extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_parameters', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-pipes/README.md b/src/data-snowflake-pipes/README.md index b4694bd74..02bf95820 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 Registory for docs: [`data_snowflake_pipes`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes). +Refer to the Terraform Registory for docs: [`data_snowflake_pipes`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes). diff --git a/src/data-snowflake-pipes/index.ts b/src/data-snowflake-pipes/index.ts index 9a91f3c77..4ff1b31a3 100644 --- a/src/data-snowflake-pipes/index.ts +++ b/src/data-snowflake-pipes/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakePipesConfig extends cdktf.TerraformMetaArguments { /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#database DataSnowflakePipes#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#database DataSnowflakePipes#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#id DataSnowflakePipes#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#id DataSnowflakePipes#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakePipesConfig extends cdktf.TerraformMetaArguments { /** * The schema from which to return the pipes from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#schema DataSnowflakePipes#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} */ readonly schema: string; } @@ -118,7 +118,7 @@ export class DataSnowflakePipesPipesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes snowflake_pipes} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/pipes snowflake_pipes} */ export class DataSnowflakePipes extends cdktf.TerraformDataSource { @@ -134,7 +134,7 @@ export class DataSnowflakePipes extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakePipes resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakePipes to import - * @param importFromId The id of the existing DataSnowflakePipes that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakePipes that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -146,7 +146,7 @@ export class DataSnowflakePipes extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/pipes snowflake_pipes} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -157,7 +157,7 @@ export class DataSnowflakePipes extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_pipes', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-procedures/README.md b/src/data-snowflake-procedures/README.md index 55a741a9d..fd905f5ae 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 Registory for docs: [`data_snowflake_procedures`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures). +Refer to the Terraform Registory for docs: [`data_snowflake_procedures`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures). diff --git a/src/data-snowflake-procedures/index.ts b/src/data-snowflake-procedures/index.ts index 03338c141..3b9eb49a1 100644 --- a/src/data-snowflake-procedures/index.ts +++ b/src/data-snowflake-procedures/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeProceduresConfig extends cdktf.TerraformMetaArgume /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#database DataSnowflakeProcedures#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#id DataSnowflakeProcedures#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeProceduresConfig extends cdktf.TerraformMetaArgume /** * The schema from which to return the procedures from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} */ readonly schema: string; } @@ -123,7 +123,7 @@ export class DataSnowflakeProceduresProceduresList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures snowflake_procedures} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/procedures snowflake_procedures} */ export class DataSnowflakeProcedures extends cdktf.TerraformDataSource { @@ -139,7 +139,7 @@ export class DataSnowflakeProcedures extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeProcedures resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeProcedures to import - * @param importFromId The id of the existing DataSnowflakeProcedures that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeProcedures that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -151,7 +151,7 @@ export class DataSnowflakeProcedures extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/procedures snowflake_procedures} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -162,7 +162,7 @@ export class DataSnowflakeProcedures extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_procedures', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-resource-monitors/README.md b/src/data-snowflake-resource-monitors/README.md index 3f6051837..8d586b020 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 Registory for docs: [`data_snowflake_resource_monitors`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors). +Refer to the Terraform Registory for docs: [`data_snowflake_resource_monitors`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors). diff --git a/src/data-snowflake-resource-monitors/index.ts b/src/data-snowflake-resource-monitors/index.ts index c65d010bd..d237fbdf4 100644 --- a/src/data-snowflake-resource-monitors/index.ts +++ b/src/data-snowflake-resource-monitors/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeResourceMonitorsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -101,7 +101,7 @@ export class DataSnowflakeResourceMonitorsResourceMonitorsList extends cdktf.Com } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors snowflake_resource_monitors} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/resource_monitors snowflake_resource_monitors} */ export class DataSnowflakeResourceMonitors extends cdktf.TerraformDataSource { @@ -117,7 +117,7 @@ export class DataSnowflakeResourceMonitors extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeResourceMonitors resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeResourceMonitors to import - * @param importFromId The id of the existing DataSnowflakeResourceMonitors that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeResourceMonitors that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -129,7 +129,7 @@ export class DataSnowflakeResourceMonitors extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/resource_monitors snowflake_resource_monitors} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -140,7 +140,7 @@ export class DataSnowflakeResourceMonitors extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_resource_monitors', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-role/README.md b/src/data-snowflake-role/README.md index ac65857f1..61144db7c 100644 --- a/src/data-snowflake-role/README.md +++ b/src/data-snowflake-role/README.md @@ -1,3 +1,3 @@ # `data_snowflake_role` -Refer to the Terraform Registory for docs: [`data_snowflake_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role). +Refer to the Terraform Registory for docs: [`data_snowflake_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role). diff --git a/src/data-snowflake-role/index.ts b/src/data-snowflake-role/index.ts index b0159ac4b..fc137caed 100644 --- a/src/data-snowflake-role/index.ts +++ b/src/data-snowflake-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeRoleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#id DataSnowflakeRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#id DataSnowflakeRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,13 +22,13 @@ export interface DataSnowflakeRoleConfig extends cdktf.TerraformMetaArguments { /** * The role for which to return metadata. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#name DataSnowflakeRole#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#name DataSnowflakeRole#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role snowflake_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role snowflake_role} */ export class DataSnowflakeRole extends cdktf.TerraformDataSource { @@ -44,7 +44,7 @@ export class DataSnowflakeRole extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeRole resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeRole to import - * @param importFromId The id of the existing DataSnowflakeRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class DataSnowflakeRole extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/role snowflake_role} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/role snowflake_role} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -67,7 +67,7 @@ export class DataSnowflakeRole extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-roles/README.md b/src/data-snowflake-roles/README.md index 4bb4c9e83..0a4cae537 100644 --- a/src/data-snowflake-roles/README.md +++ b/src/data-snowflake-roles/README.md @@ -1,3 +1,3 @@ # `data_snowflake_roles` -Refer to the Terraform Registory for docs: [`data_snowflake_roles`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles). +Refer to the Terraform Registory for docs: [`data_snowflake_roles`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles). diff --git a/src/data-snowflake-roles/index.ts b/src/data-snowflake-roles/index.ts index ed3aeafcf..ed6411b5f 100644 --- a/src/data-snowflake-roles/index.ts +++ b/src/data-snowflake-roles/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeRolesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#id DataSnowflakeRoles#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#id DataSnowflakeRoles#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeRolesConfig extends cdktf.TerraformMetaArguments { /** * Filters the command output by object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#pattern DataSnowflakeRoles#pattern} */ readonly pattern?: string; } @@ -102,7 +102,7 @@ export class DataSnowflakeRolesRolesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles snowflake_roles} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles snowflake_roles} */ export class DataSnowflakeRoles extends cdktf.TerraformDataSource { @@ -118,7 +118,7 @@ export class DataSnowflakeRoles extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeRoles resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeRoles to import - * @param importFromId The id of the existing DataSnowflakeRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeRoles to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -130,7 +130,7 @@ export class DataSnowflakeRoles extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/roles snowflake_roles} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/roles snowflake_roles} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -141,7 +141,7 @@ export class DataSnowflakeRoles extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_roles', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-row-access-policies/README.md b/src/data-snowflake-row-access-policies/README.md index 9f9098f58..6498a6278 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 Registory for docs: [`data_snowflake_row_access_policies`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies). +Refer to the Terraform Registory for docs: [`data_snowflake_row_access_policies`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 58c995bea..b4f674ace 100644 --- a/src/data-snowflake-row-access-policies/index.ts +++ b/src/data-snowflake-row-access-policies/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeRowAccessPoliciesConfig extends cdktf.TerraformMet /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeRowAccessPoliciesConfig extends cdktf.TerraformMet /** * The schema from which to return the row access policyfrom. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} */ readonly schema: string; } @@ -113,7 +113,7 @@ export class DataSnowflakeRowAccessPoliciesRowAccessPoliciesList extends cdktf.C } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies snowflake_row_access_policies} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/row_access_policies snowflake_row_access_policies} */ export class DataSnowflakeRowAccessPolicies extends cdktf.TerraformDataSource { @@ -129,7 +129,7 @@ export class DataSnowflakeRowAccessPolicies extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeRowAccessPolicies resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeRowAccessPolicies to import - * @param importFromId The id of the existing DataSnowflakeRowAccessPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeRowAccessPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -141,7 +141,7 @@ export class DataSnowflakeRowAccessPolicies extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/row_access_policies snowflake_row_access_policies} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -152,7 +152,7 @@ export class DataSnowflakeRowAccessPolicies extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_row_access_policies', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-schemas/README.md b/src/data-snowflake-schemas/README.md index d3f37f862..9daa0382c 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 Registory for docs: [`data_snowflake_schemas`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas). +Refer to the Terraform Registory for docs: [`data_snowflake_schemas`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas). diff --git a/src/data-snowflake-schemas/index.ts b/src/data-snowflake-schemas/index.ts index ce0e710de..fa4b929d7 100644 --- a/src/data-snowflake-schemas/index.ts +++ b/src/data-snowflake-schemas/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeSchemasConfig extends cdktf.TerraformMetaArguments /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#database DataSnowflakeSchemas#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#id DataSnowflakeSchemas#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -102,7 +102,7 @@ export class DataSnowflakeSchemasSchemasList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas snowflake_schemas} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/schemas snowflake_schemas} */ export class DataSnowflakeSchemas extends cdktf.TerraformDataSource { @@ -118,7 +118,7 @@ export class DataSnowflakeSchemas extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeSchemas resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeSchemas to import - * @param importFromId The id of the existing DataSnowflakeSchemas that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSchemas that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -130,7 +130,7 @@ export class DataSnowflakeSchemas extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/schemas snowflake_schemas} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -141,7 +141,7 @@ export class DataSnowflakeSchemas extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_schemas', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-sequences/README.md b/src/data-snowflake-sequences/README.md index 32d2b71fb..3a51c12b0 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 Registory for docs: [`data_snowflake_sequences`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences). +Refer to the Terraform Registory for docs: [`data_snowflake_sequences`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences). diff --git a/src/data-snowflake-sequences/index.ts b/src/data-snowflake-sequences/index.ts index 730215a3a..bbb0e7d6f 100644 --- a/src/data-snowflake-sequences/index.ts +++ b/src/data-snowflake-sequences/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeSequencesConfig extends cdktf.TerraformMetaArgumen /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#database DataSnowflakeSequences#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#id DataSnowflakeSequences#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#id DataSnowflakeSequences#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeSequencesConfig extends cdktf.TerraformMetaArgumen /** * The schema from which to return the sequences from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} */ readonly schema: string; } @@ -113,7 +113,7 @@ export class DataSnowflakeSequencesSequencesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences snowflake_sequences} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/sequences snowflake_sequences} */ export class DataSnowflakeSequences extends cdktf.TerraformDataSource { @@ -129,7 +129,7 @@ export class DataSnowflakeSequences extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeSequences resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeSequences to import - * @param importFromId The id of the existing DataSnowflakeSequences that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSequences that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -141,7 +141,7 @@ export class DataSnowflakeSequences extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/sequences snowflake_sequences} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -152,7 +152,7 @@ export class DataSnowflakeSequences extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_sequences', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-shares/README.md b/src/data-snowflake-shares/README.md index 25fec2162..078449296 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 Registory for docs: [`data_snowflake_shares`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares). +Refer to the Terraform Registory for docs: [`data_snowflake_shares`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares). diff --git a/src/data-snowflake-shares/index.ts b/src/data-snowflake-shares/index.ts index aebe1954c..78492a2d7 100644 --- a/src/data-snowflake-shares/index.ts +++ b/src/data-snowflake-shares/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeSharesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#id DataSnowflakeShares#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#id DataSnowflakeShares#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeSharesConfig extends cdktf.TerraformMetaArguments /** * Filters the command output by object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} */ readonly pattern?: string; } @@ -112,7 +112,7 @@ export class DataSnowflakeSharesSharesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares snowflake_shares} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/shares snowflake_shares} */ export class DataSnowflakeShares extends cdktf.TerraformDataSource { @@ -128,7 +128,7 @@ export class DataSnowflakeShares extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeShares resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeShares to import - * @param importFromId The id of the existing DataSnowflakeShares that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeShares that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -140,7 +140,7 @@ export class DataSnowflakeShares extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/shares snowflake_shares} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -151,7 +151,7 @@ export class DataSnowflakeShares extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_shares', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-stages/README.md b/src/data-snowflake-stages/README.md index 4336d5612..8d7860bc1 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 Registory for docs: [`data_snowflake_stages`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages). +Refer to the Terraform Registory for docs: [`data_snowflake_stages`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages). diff --git a/src/data-snowflake-stages/index.ts b/src/data-snowflake-stages/index.ts index fee7ee59e..0318b8ddc 100644 --- a/src/data-snowflake-stages/index.ts +++ b/src/data-snowflake-stages/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeStagesConfig extends cdktf.TerraformMetaArguments /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#database DataSnowflakeStages#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#database DataSnowflakeStages#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#id DataSnowflakeStages#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#id DataSnowflakeStages#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeStagesConfig extends cdktf.TerraformMetaArguments /** * The schema from which to return the stages from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#schema DataSnowflakeStages#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} */ readonly schema: string; } @@ -118,7 +118,7 @@ export class DataSnowflakeStagesStagesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages snowflake_stages} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/stages snowflake_stages} */ export class DataSnowflakeStages extends cdktf.TerraformDataSource { @@ -134,7 +134,7 @@ export class DataSnowflakeStages extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeStages resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeStages to import - * @param importFromId The id of the existing DataSnowflakeStages that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeStages that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -146,7 +146,7 @@ export class DataSnowflakeStages extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/stages snowflake_stages} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -157,7 +157,7 @@ export class DataSnowflakeStages extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_stages', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-storage-integrations/README.md b/src/data-snowflake-storage-integrations/README.md index 16a59aa8d..954a62272 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 Registory for docs: [`data_snowflake_storage_integrations`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations). +Refer to the Terraform Registory for docs: [`data_snowflake_storage_integrations`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations). diff --git a/src/data-snowflake-storage-integrations/index.ts b/src/data-snowflake-storage-integrations/index.ts index ab03de8c5..a1279196e 100644 --- a/src/data-snowflake-storage-integrations/index.ts +++ b/src/data-snowflake-storage-integrations/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeStorageIntegrationsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -101,7 +101,7 @@ export class DataSnowflakeStorageIntegrationsStorageIntegrationsList extends cdk } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations snowflake_storage_integrations} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/storage_integrations snowflake_storage_integrations} */ export class DataSnowflakeStorageIntegrations extends cdktf.TerraformDataSource { @@ -117,7 +117,7 @@ export class DataSnowflakeStorageIntegrations extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataSnowflakeStorageIntegrations resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeStorageIntegrations to import - * @param importFromId The id of the existing DataSnowflakeStorageIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeStorageIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -129,7 +129,7 @@ export class DataSnowflakeStorageIntegrations extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/storage_integrations snowflake_storage_integrations} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -140,7 +140,7 @@ export class DataSnowflakeStorageIntegrations extends cdktf.TerraformDataSource terraformResourceType: 'snowflake_storage_integrations', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-streams/README.md b/src/data-snowflake-streams/README.md index a04f5d8e5..a44b0eb41 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 Registory for docs: [`data_snowflake_streams`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams). +Refer to the Terraform Registory for docs: [`data_snowflake_streams`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams). diff --git a/src/data-snowflake-streams/index.ts b/src/data-snowflake-streams/index.ts index e9af54261..94c42dd8f 100644 --- a/src/data-snowflake-streams/index.ts +++ b/src/data-snowflake-streams/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeStreamsConfig extends cdktf.TerraformMetaArguments /** * The database from which to return the streams from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#database DataSnowflakeStreams#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#database DataSnowflakeStreams#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#id DataSnowflakeStreams#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#id DataSnowflakeStreams#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeStreamsConfig extends cdktf.TerraformMetaArguments /** * The schema from which to return the streams from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#schema DataSnowflakeStreams#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} */ readonly schema: string; } @@ -118,7 +118,7 @@ export class DataSnowflakeStreamsStreamsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams snowflake_streams} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/streams snowflake_streams} */ export class DataSnowflakeStreams extends cdktf.TerraformDataSource { @@ -134,7 +134,7 @@ export class DataSnowflakeStreams extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeStreams resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeStreams to import - * @param importFromId The id of the existing DataSnowflakeStreams that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeStreams that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -146,7 +146,7 @@ export class DataSnowflakeStreams extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/streams snowflake_streams} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -157,7 +157,7 @@ export class DataSnowflakeStreams extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_streams', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-system-generate-scim-access-token/README.md b/src/data-snowflake-system-generate-scim-access-token/README.md index 511e45391..ca27ad806 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 Registory for docs: [`data_snowflake_system_generate_scim_access_token`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token). +Refer to the Terraform Registory for docs: [`data_snowflake_system_generate_scim_access_token`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 ee1495e77..c653f3bfe 100644 --- a/src/data-snowflake-system-generate-scim-access-token/index.ts +++ b/src/data-snowflake-system-generate-scim-access-token/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeSystemGenerateScimAccessTokenConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,13 +22,13 @@ export interface DataSnowflakeSystemGenerateScimAccessTokenConfig extends cdktf. /** * SCIM Integration Name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#integration_name DataSnowflakeSystemGenerateScimAccessToken#integration_name} */ readonly integrationName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token} */ export class DataSnowflakeSystemGenerateScimAccessToken extends cdktf.TerraformDataSource { @@ -44,7 +44,7 @@ export class DataSnowflakeSystemGenerateScimAccessToken extends cdktf.TerraformD * Generates CDKTF code for importing a DataSnowflakeSystemGenerateScimAccessToken resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeSystemGenerateScimAccessToken to import - * @param importFromId The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSystemGenerateScimAccessToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeSystemGenerateScimAccessToken to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class DataSnowflakeSystemGenerateScimAccessToken extends cdktf.TerraformD // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_generate_scim_access_token snowflake_system_generate_scim_access_token} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -67,7 +67,7 @@ export class DataSnowflakeSystemGenerateScimAccessToken extends cdktf.TerraformD terraformResourceType: 'snowflake_system_generate_scim_access_token', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-system-get-aws-sns-iam-policy/README.md b/src/data-snowflake-system-get-aws-sns-iam-policy/README.md index 558667a98..b3407c690 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 Registory for docs: [`data_snowflake_system_get_aws_sns_iam_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy). +Refer to the Terraform Registory for docs: [`data_snowflake_system_get_aws_sns_iam_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 a1fdf9746..04a55a94d 100644 --- a/src/data-snowflake-system-get-aws-sns-iam-policy/index.ts +++ b/src/data-snowflake-system-get-aws-sns-iam-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeSystemGetAwsSnsIamPolicyConfig extends cdktf.Terra /** * Amazon Resource Name (ARN) of the SNS topic for your S3 bucket * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#aws_sns_topic_arn DataSnowflakeSystemGetAwsSnsIamPolicy#aws_sns_topic_arn} */ readonly awsSnsTopicArn: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy#id DataSnowflakeSystemGetAwsSnsIamPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeSystemGetAwsSnsIamPolicyConfig extends cdktf.Terra } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy} */ export class DataSnowflakeSystemGetAwsSnsIamPolicy extends cdktf.TerraformDataSource { @@ -44,7 +44,7 @@ export class DataSnowflakeSystemGetAwsSnsIamPolicy extends cdktf.TerraformDataSo * Generates CDKTF code for importing a DataSnowflakeSystemGetAwsSnsIamPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeSystemGetAwsSnsIamPolicy to import - * @param importFromId The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSystemGetAwsSnsIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.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 provider? Optional instance of the provider where the DataSnowflakeSystemGetAwsSnsIamPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class DataSnowflakeSystemGetAwsSnsIamPolicy extends cdktf.TerraformDataSo // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_aws_sns_iam_policy snowflake_system_get_aws_sns_iam_policy} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -67,7 +67,7 @@ export class DataSnowflakeSystemGetAwsSnsIamPolicy extends cdktf.TerraformDataSo terraformResourceType: 'snowflake_system_get_aws_sns_iam_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-system-get-privatelink-config/README.md b/src/data-snowflake-system-get-privatelink-config/README.md index af89b47ea..7e563b59f 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 Registory for docs: [`data_snowflake_system_get_privatelink_config`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config). +Refer to the Terraform Registory for docs: [`data_snowflake_system_get_privatelink_config`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 5282bba6f..8d239516b 100644 --- a/src/data-snowflake-system-get-privatelink-config/index.ts +++ b/src/data-snowflake-system-get-privatelink-config/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeSystemGetPrivatelinkConfigConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeSystemGetPrivatelinkConfigConfig extends cdktf.Ter } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config} */ export class DataSnowflakeSystemGetPrivatelinkConfig extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataSnowflakeSystemGetPrivatelinkConfig extends cdktf.TerraformData * Generates CDKTF code for importing a DataSnowflakeSystemGetPrivatelinkConfig resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeSystemGetPrivatelinkConfig to import - * @param importFromId The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSystemGetPrivatelinkConfig that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeSystemGetPrivatelinkConfig to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataSnowflakeSystemGetPrivatelinkConfig extends cdktf.TerraformData // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -61,7 +61,7 @@ export class DataSnowflakeSystemGetPrivatelinkConfig extends cdktf.TerraformData terraformResourceType: 'snowflake_system_get_privatelink_config', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-system-get-snowflake-platform-info/README.md b/src/data-snowflake-system-get-snowflake-platform-info/README.md index a6f0b71b9..9f28f3ce3 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 Registory for docs: [`data_snowflake_system_get_snowflake_platform_info`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info). +Refer to the Terraform Registory for docs: [`data_snowflake_system_get_snowflake_platform_info`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 6ce068108..76264b86e 100644 --- a/src/data-snowflake-system-get-snowflake-platform-info/index.ts +++ b/src/data-snowflake-system-get-snowflake-platform-info/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeSystemGetSnowflakePlatformInfoConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeSystemGetSnowflakePlatformInfoConfig extends cdktf } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info} */ export class DataSnowflakeSystemGetSnowflakePlatformInfo extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataSnowflakeSystemGetSnowflakePlatformInfo extends cdktf.Terraform * Generates CDKTF code for importing a DataSnowflakeSystemGetSnowflakePlatformInfo resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeSystemGetSnowflakePlatformInfo to import - * @param importFromId The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSystemGetSnowflakePlatformInfo that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeSystemGetSnowflakePlatformInfo to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataSnowflakeSystemGetSnowflakePlatformInfo extends cdktf.Terraform // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/system_get_snowflake_platform_info snowflake_system_get_snowflake_platform_info} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -61,7 +61,7 @@ export class DataSnowflakeSystemGetSnowflakePlatformInfo extends cdktf.Terraform terraformResourceType: 'snowflake_system_get_snowflake_platform_info', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-tables/README.md b/src/data-snowflake-tables/README.md index 9c49a27c2..25cd2e0ac 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 Registory for docs: [`data_snowflake_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables). +Refer to the Terraform Registory for docs: [`data_snowflake_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables). diff --git a/src/data-snowflake-tables/index.ts b/src/data-snowflake-tables/index.ts index f20df4324..0b2f127a8 100644 --- a/src/data-snowflake-tables/index.ts +++ b/src/data-snowflake-tables/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeTablesConfig extends cdktf.TerraformMetaArguments /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#database DataSnowflakeTables#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#database DataSnowflakeTables#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#id DataSnowflakeTables#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#id DataSnowflakeTables#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeTablesConfig extends cdktf.TerraformMetaArguments /** * The schema from which to return the tables from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#schema DataSnowflakeTables#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} */ readonly schema: string; } @@ -113,7 +113,7 @@ export class DataSnowflakeTablesTablesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables snowflake_tables} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tables snowflake_tables} */ export class DataSnowflakeTables extends cdktf.TerraformDataSource { @@ -129,7 +129,7 @@ export class DataSnowflakeTables extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeTables resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeTables to import - * @param importFromId The id of the existing DataSnowflakeTables that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeTables that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -141,7 +141,7 @@ export class DataSnowflakeTables extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tables snowflake_tables} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -152,7 +152,7 @@ export class DataSnowflakeTables extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_tables', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-tasks/README.md b/src/data-snowflake-tasks/README.md index 00f9f8d89..b9935089b 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 Registory for docs: [`data_snowflake_tasks`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks). +Refer to the Terraform Registory for docs: [`data_snowflake_tasks`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks). diff --git a/src/data-snowflake-tasks/index.ts b/src/data-snowflake-tasks/index.ts index ffe7fd3ca..1b488e936 100644 --- a/src/data-snowflake-tasks/index.ts +++ b/src/data-snowflake-tasks/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeTasksConfig extends cdktf.TerraformMetaArguments { /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#database DataSnowflakeTasks#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#id DataSnowflakeTasks#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#id DataSnowflakeTasks#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeTasksConfig extends cdktf.TerraformMetaArguments { /** * The schema from which to return the tasks from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} */ readonly schema: string; } @@ -118,7 +118,7 @@ export class DataSnowflakeTasksTasksList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks snowflake_tasks} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/tasks snowflake_tasks} */ export class DataSnowflakeTasks extends cdktf.TerraformDataSource { @@ -134,7 +134,7 @@ export class DataSnowflakeTasks extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeTasks resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeTasks to import - * @param importFromId The id of the existing DataSnowflakeTasks that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeTasks that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -146,7 +146,7 @@ export class DataSnowflakeTasks extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/tasks snowflake_tasks} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -157,7 +157,7 @@ export class DataSnowflakeTasks extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_tasks', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-users/README.md b/src/data-snowflake-users/README.md index b86e074ce..201c61bc5 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 Registory for docs: [`data_snowflake_users`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users). +Refer to the Terraform Registory for docs: [`data_snowflake_users`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users). diff --git a/src/data-snowflake-users/index.ts b/src/data-snowflake-users/index.ts index 0cd2c392c..c7df3c2d6 100644 --- a/src/data-snowflake-users/index.ts +++ b/src/data-snowflake-users/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeUsersConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#id DataSnowflakeUsers#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#id DataSnowflakeUsers#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,7 +22,7 @@ export interface DataSnowflakeUsersConfig extends cdktf.TerraformMetaArguments { /** * Users pattern for which to return metadata. Please refer to LIKE keyword from snowflake documentation : https://docs.snowflake.com/en/sql-reference/sql/show-users.html#parameters * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users#pattern DataSnowflakeUsers#pattern} */ readonly pattern: string; } @@ -152,7 +152,7 @@ export class DataSnowflakeUsersUsersList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users snowflake_users} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/users snowflake_users} */ export class DataSnowflakeUsers extends cdktf.TerraformDataSource { @@ -168,7 +168,7 @@ export class DataSnowflakeUsers extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeUsers resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeUsers to import - * @param importFromId The id of the existing DataSnowflakeUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -180,7 +180,7 @@ export class DataSnowflakeUsers extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/users snowflake_users} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -191,7 +191,7 @@ export class DataSnowflakeUsers extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_users', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-views/README.md b/src/data-snowflake-views/README.md index 3c607cf9e..c545e2801 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 Registory for docs: [`data_snowflake_views`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views). +Refer to the Terraform Registory for docs: [`data_snowflake_views`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views). diff --git a/src/data-snowflake-views/index.ts b/src/data-snowflake-views/index.ts index 9566d89cf..4a147b2b1 100644 --- a/src/data-snowflake-views/index.ts +++ b/src/data-snowflake-views/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeViewsConfig extends cdktf.TerraformMetaArguments { /** * The database from which to return the schemas from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#database DataSnowflakeViews#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#database DataSnowflakeViews#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#id DataSnowflakeViews#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#id DataSnowflakeViews#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +28,7 @@ export interface DataSnowflakeViewsConfig extends cdktf.TerraformMetaArguments { /** * The schema from which to return the views from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#schema DataSnowflakeViews#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views#schema DataSnowflakeViews#schema} */ readonly schema: string; } @@ -113,7 +113,7 @@ export class DataSnowflakeViewsViewsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views snowflake_views} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/views snowflake_views} */ export class DataSnowflakeViews extends cdktf.TerraformDataSource { @@ -129,7 +129,7 @@ export class DataSnowflakeViews extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeViews resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeViews to import - * @param importFromId The id of the existing DataSnowflakeViews that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeViews that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -141,7 +141,7 @@ export class DataSnowflakeViews extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/views snowflake_views} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -152,7 +152,7 @@ export class DataSnowflakeViews extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_views', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/data-snowflake-warehouses/README.md b/src/data-snowflake-warehouses/README.md index d076c0abc..6441cc6fb 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 Registory for docs: [`data_snowflake_warehouses`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses). +Refer to the Terraform Registory for docs: [`data_snowflake_warehouses`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses). diff --git a/src/data-snowflake-warehouses/index.ts b/src/data-snowflake-warehouses/index.ts index 58816b48e..fda55799e 100644 --- a/src/data-snowflake-warehouses/index.ts +++ b/src/data-snowflake-warehouses/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeWarehousesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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. @@ -111,7 +111,7 @@ export class DataSnowflakeWarehousesWarehousesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses snowflake_warehouses} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/data-sources/warehouses snowflake_warehouses} */ export class DataSnowflakeWarehouses extends cdktf.TerraformDataSource { @@ -127,7 +127,7 @@ export class DataSnowflakeWarehouses extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeWarehouses resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataSnowflakeWarehouses to import - * @param importFromId The id of the existing DataSnowflakeWarehouses that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeWarehouses that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -139,7 +139,7 @@ export class DataSnowflakeWarehouses extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/data-sources/warehouses snowflake_warehouses} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -150,7 +150,7 @@ export class DataSnowflakeWarehouses extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_warehouses', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/database-grant/README.md b/src/database-grant/README.md index 802ea9643..88bf17235 100644 --- a/src/database-grant/README.md +++ b/src/database-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_database_grant` -Refer to the Terraform Registory for docs: [`snowflake_database_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant). +Refer to the Terraform Registory for docs: [`snowflake_database_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant). diff --git a/src/database-grant/index.ts b/src/database-grant/index.ts index aa2c0afa2..228a02536 100644 --- a/src/database-grant/index.ts +++ b/src/database-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface DatabaseGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#database_name DatabaseGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#database_name DatabaseGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#enable_multiple_grants DatabaseGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#id DatabaseGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#id DatabaseGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,37 +34,37 @@ export interface DatabaseGrantConfig extends cdktf.TerraformMetaArguments { /** * The privilege to grant on the database. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#privilege DatabaseGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#privilege DatabaseGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#revert_ownership_to_role_name DatabaseGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#roles DatabaseGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#roles DatabaseGrant#roles} */ readonly roles?: string[]; /** * Grants privilege to these shares. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#shares DatabaseGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#shares DatabaseGrant#shares} */ readonly shares?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#with_grant_option DatabaseGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant snowflake_database_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant snowflake_database_grant} */ export class DatabaseGrant extends cdktf.TerraformResource { @@ -80,7 +80,7 @@ export class DatabaseGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a DatabaseGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DatabaseGrant to import - * @param importFromId The id of the existing DatabaseGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DatabaseGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DatabaseGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -92,7 +92,7 @@ export class DatabaseGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_grant snowflake_database_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_grant snowflake_database_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -103,7 +103,7 @@ export class DatabaseGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_database_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/database-role/README.md b/src/database-role/README.md index 06d0e7d10..ffab0c5e7 100644 --- a/src/database-role/README.md +++ b/src/database-role/README.md @@ -1,3 +1,3 @@ # `snowflake_database_role` -Refer to the Terraform Registory for docs: [`snowflake_database_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role). +Refer to the Terraform Registory for docs: [`snowflake_database_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role). diff --git a/src/database-role/index.ts b/src/database-role/index.ts index 317af9372..f32bc41c9 100644 --- a/src/database-role/index.ts +++ b/src/database-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface DatabaseRoleConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the database role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#comment DatabaseRole#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#comment DatabaseRole#comment} */ readonly comment?: string; /** * The database in which to create the database role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#database DatabaseRole#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#database DatabaseRole#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#id DatabaseRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#id DatabaseRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,13 +34,13 @@ export interface DatabaseRoleConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the database role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#name DatabaseRole#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#name DatabaseRole#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role snowflake_database_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role snowflake_database_role} */ export class DatabaseRole extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class DatabaseRole extends cdktf.TerraformResource { * Generates CDKTF code for importing a DatabaseRole resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DatabaseRole to import - * @param importFromId The id of the existing DatabaseRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DatabaseRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DatabaseRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class DatabaseRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database_role snowflake_database_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database_role snowflake_database_role} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class DatabaseRole extends cdktf.TerraformResource { terraformResourceType: 'snowflake_database_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/database/README.md b/src/database/README.md index dcdc54668..7f290020e 100644 --- a/src/database/README.md +++ b/src/database/README.md @@ -1,3 +1,3 @@ # `snowflake_database` -Refer to the Terraform Registory for docs: [`snowflake_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database). +Refer to the Terraform Registory for docs: [`snowflake_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database). diff --git a/src/database/index.ts b/src/database/index.ts index 3fd1db4e6..101799b6a 100644 --- a/src/database/index.ts +++ b/src/database/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,35 +13,35 @@ import * as cdktf from 'cdktf'; export interface DatabaseConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#comment Database#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#comment Database#comment} */ readonly comment?: string; /** * Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see Understanding & Using Time Travel. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} */ readonly dataRetentionTimeInDays?: number; /** * Specify a database to create a clone from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_database Database#from_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_database Database#from_database} */ readonly fromDatabase?: string; /** * Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "".""."". An example would be: "myorg1"."account1"."db1" * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_replica Database#from_replica} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_replica Database#from_replica} */ readonly fromReplica?: string; /** * Specify a provider and a share in this map to create a database from a share. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#from_share Database#from_share} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#from_share Database#from_share} */ readonly fromShare?: { [key: string]: string }; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#id Database#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#id Database#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -50,27 +50,27 @@ export interface DatabaseConfig extends cdktf.TerraformMetaArguments { /** * Specifies a database as transient. Transient databases do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#is_transient Database#is_transient} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#is_transient Database#is_transient} */ readonly isTransient?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#name Database#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#name Database#name} */ readonly name: string; /** * replication_configuration block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#replication_configuration Database#replication_configuration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#replication_configuration Database#replication_configuration} */ readonly replicationConfiguration?: DatabaseReplicationConfiguration; } export interface DatabaseReplicationConfiguration { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#accounts Database#accounts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#accounts Database#accounts} */ readonly accounts: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#ignore_edition_check Database#ignore_edition_check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check} */ readonly ignoreEditionCheck?: boolean | cdktf.IResolvable; } @@ -155,7 +155,7 @@ export class DatabaseReplicationConfigurationOutputReference extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database snowflake_database} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/database snowflake_database} */ export class Database extends cdktf.TerraformResource { @@ -171,7 +171,7 @@ export class Database extends cdktf.TerraformResource { * Generates CDKTF code for importing a Database resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Database to import - * @param importFromId The id of the existing Database that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Database that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -183,7 +183,7 @@ export class Database extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/database snowflake_database} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -194,7 +194,7 @@ export class Database extends cdktf.TerraformResource { terraformResourceType: 'snowflake_database', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/dynamic-table/README.md b/src/dynamic-table/README.md index 2d52cfd9f..19d9e5a55 100644 --- a/src/dynamic-table/README.md +++ b/src/dynamic-table/README.md @@ -1,3 +1,3 @@ # `snowflake_dynamic_table` -Refer to the Terraform Registory for docs: [`snowflake_dynamic_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table). +Refer to the Terraform Registory for docs: [`snowflake_dynamic_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table). diff --git a/src/dynamic-table/index.ts b/src/dynamic-table/index.ts index 6910d0eea..55db723e5 100644 --- a/src/dynamic-table/index.ts +++ b/src/dynamic-table/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface DynamicTableConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the dynamic table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#comment DynamicTable#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#comment DynamicTable#comment} */ readonly comment?: string; /** * The database in which to create the dynamic table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#database DynamicTable#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#database DynamicTable#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#id DynamicTable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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,37 +34,37 @@ export interface DynamicTableConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#name DynamicTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#name DynamicTable#name} */ readonly name: string; /** * Specifies whether to replace the dynamic table if it already exists. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} */ readonly orReplace?: boolean | cdktf.IResolvable; /** * Specifies the query to use to populate the dynamic table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#query DynamicTable#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#query DynamicTable#query} */ readonly query: string; /** * The schema in which to create the dynamic table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#schema DynamicTable#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#schema DynamicTable#schema} */ readonly schema: string; /** * The warehouse in which to create the dynamic table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} */ readonly warehouse: string; /** * target_lag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} */ readonly targetLag: DynamicTableTargetLag; } @@ -72,13 +72,13 @@ export interface DynamicTableTargetLag { /** * Specifies whether the target lag time is downstream. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#downstream DynamicTable#downstream} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} */ readonly downstream?: boolean | cdktf.IResolvable; /** * Specifies the maximum target lag time for the dynamic table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} */ readonly maximumDuration?: string; } @@ -166,7 +166,7 @@ export class DynamicTableTargetLagOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table snowflake_dynamic_table} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/dynamic_table snowflake_dynamic_table} */ export class DynamicTable extends cdktf.TerraformResource { @@ -182,7 +182,7 @@ export class DynamicTable extends cdktf.TerraformResource { * Generates CDKTF code for importing a DynamicTable resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DynamicTable to import - * @param importFromId The id of the existing DynamicTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DynamicTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -194,7 +194,7 @@ export class DynamicTable extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/dynamic_table snowflake_dynamic_table} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -205,7 +205,7 @@ export class DynamicTable extends cdktf.TerraformResource { terraformResourceType: 'snowflake_dynamic_table', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/email-notification-integration/README.md b/src/email-notification-integration/README.md index f7f57f6bf..c16146adc 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 Registory for docs: [`snowflake_email_notification_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration). +Refer to the Terraform Registory for docs: [`snowflake_email_notification_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration). diff --git a/src/email-notification-integration/index.ts b/src/email-notification-integration/index.ts index 3d280a380..83b1e0209 100644 --- a/src/email-notification-integration/index.ts +++ b/src/email-notification-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,34 +15,34 @@ export interface EmailNotificationIntegrationConfig extends cdktf.TerraformMetaA /** * List of email addresses that should receive notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} */ readonly allowedRecipients: string[]; /** * A comment for the email integration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#id EmailNotificationIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#name EmailNotificationIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration snowflake_email_notification_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration snowflake_email_notification_integration} */ export class EmailNotificationIntegration extends cdktf.TerraformResource { @@ -58,7 +58,7 @@ export class EmailNotificationIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a EmailNotificationIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the EmailNotificationIntegration to import - * @param importFromId The id of the existing EmailNotificationIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EmailNotificationIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EmailNotificationIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -70,7 +70,7 @@ export class EmailNotificationIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/email_notification_integration snowflake_email_notification_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/email_notification_integration snowflake_email_notification_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -81,7 +81,7 @@ export class EmailNotificationIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_email_notification_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/external-function/README.md b/src/external-function/README.md index 02889c0dd..e6a8af655 100644 --- a/src/external-function/README.md +++ b/src/external-function/README.md @@ -1,3 +1,3 @@ # `snowflake_external_function` -Refer to the Terraform Registory for docs: [`snowflake_external_function`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function). +Refer to the Terraform Registory for docs: [`snowflake_external_function`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function). diff --git a/src/external-function/index.ts b/src/external-function/index.ts index f3b158f34..7bef18184 100644 --- a/src/external-function/index.ts +++ b/src/external-function/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,35 +15,35 @@ export interface ExternalFunctionConfig extends cdktf.TerraformMetaArguments { /** * The name of the API integration object that should be used to authenticate the call to the proxy service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#api_integration ExternalFunction#api_integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} */ readonly apiIntegration: string; /** * A description of the external function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#comment ExternalFunction#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#comment ExternalFunction#comment} */ readonly comment?: string; /** * If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#compression ExternalFunction#compression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#compression ExternalFunction#compression} */ readonly compression?: string; /** * Binds Snowflake context function results to HTTP headers. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#context_headers ExternalFunction#context_headers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} */ readonly contextHeaders?: string[]; /** * The database in which to create the external function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#database ExternalFunction#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#database ExternalFunction#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#id ExternalFunction#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#id ExternalFunction#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -52,73 +52,73 @@ export interface ExternalFunctionConfig extends cdktf.TerraformMetaArguments { /** * This specifies the maximum number of rows in each batch sent to the proxy service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} */ readonly maxBatchRows?: number; /** * Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} */ readonly name: string; /** * Specifies the behavior of the external function when called with null inputs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} */ readonly nullInputBehavior?: string; /** * This specifies the name of the request translator function * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#request_translator ExternalFunction#request_translator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} */ readonly requestTranslator?: string; /** * This specifies the name of the response translator function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#response_translator ExternalFunction#response_translator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} */ readonly responseTranslator?: string; /** * Specifies the behavior of the function when returning results * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} */ readonly returnBehavior: string; /** * Indicates whether the function can return NULL values or must return only NON-NULL values. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} */ readonly returnNullAllowed?: boolean | cdktf.IResolvable; /** * Specifies the data type returned by the external function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#return_type ExternalFunction#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#return_type ExternalFunction#return_type} */ readonly returnType: string; /** * The schema in which to create the external function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#schema ExternalFunction#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#schema ExternalFunction#schema} */ readonly schema: string; /** * This is the invocation URL of the proxy service and resource through which Snowflake calls the remote service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} */ readonly urlOfProxyAndResource: string; /** * arg block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#arg ExternalFunction#arg} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#arg ExternalFunction#arg} */ readonly arg?: ExternalFunctionArg[] | cdktf.IResolvable; /** * header block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#header ExternalFunction#header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#header ExternalFunction#header} */ readonly header?: ExternalFunctionHeader[] | cdktf.IResolvable; } @@ -126,13 +126,13 @@ export interface ExternalFunctionArg { /** * Argument name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} */ readonly name: string; /** * Argument type, e.g. VARCHAR * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#type ExternalFunction#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#type ExternalFunction#type} */ readonly type: string; } @@ -248,13 +248,13 @@ export interface ExternalFunctionHeader { /** * Header name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#name ExternalFunction#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#name ExternalFunction#name} */ readonly name: string; /** * Header value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#value ExternalFunction#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function#value ExternalFunction#value} */ readonly value: string; } @@ -368,7 +368,7 @@ export class ExternalFunctionHeaderList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function snowflake_external_function} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_function snowflake_external_function} */ export class ExternalFunction extends cdktf.TerraformResource { @@ -384,7 +384,7 @@ export class ExternalFunction extends cdktf.TerraformResource { * Generates CDKTF code for importing a ExternalFunction resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ExternalFunction to import - * @param importFromId The id of the existing ExternalFunction that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ExternalFunction that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -396,7 +396,7 @@ export class ExternalFunction extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_function snowflake_external_function} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -407,7 +407,7 @@ export class ExternalFunction extends cdktf.TerraformResource { terraformResourceType: 'snowflake_external_function', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/external-oauth-integration/README.md b/src/external-oauth-integration/README.md index 259820bf3..adc5afa44 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 Registory for docs: [`snowflake_external_oauth_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration). +Refer to the Terraform Registory for docs: [`snowflake_external_oauth_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration). diff --git a/src/external-oauth-integration/index.ts b/src/external-oauth-integration/index.ts index 1618ac314..0691d609a 100644 --- a/src/external-oauth-integration/index.ts +++ b/src/external-oauth-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface ExternalOauthIntegrationConfig extends cdktf.TerraformMetaArgum /** * Specifies the list of roles that the client can set as the primary role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#allowed_roles ExternalOauthIntegration#allowed_roles} */ readonly allowedRoles?: string[]; /** * Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#any_role_mode ExternalOauthIntegration#any_role_mode} */ readonly anyRoleMode?: string; /** * Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#audience_urls ExternalOauthIntegration#audience_urls} */ readonly audienceUrls?: string[]; /** * Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#blocked_roles ExternalOauthIntegration#blocked_roles} */ readonly blockedRoles?: string[]; /** * Specifies a comment for the OAuth integration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} */ readonly comment?: string; /** * Specifies whether to initiate operation of the integration or suspend it. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -58,67 +58,67 @@ export interface ExternalOauthIntegrationConfig extends cdktf.TerraformMetaArgum /** * Specifies the URL to define the OAuth 2.0 authorization server. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#issuer ExternalOauthIntegration#issuer} */ readonly issuer: string; /** * Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. The maximum number of URLs that can be specified in the list is 3. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#jws_keys_urls ExternalOauthIntegration#jws_keys_urls} */ readonly jwsKeysUrls?: string[]; /** * Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} */ readonly name: string; /** * Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key ExternalOauthIntegration#rsa_public_key} */ readonly rsaPublicKey?: string; /** * Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. Used for key rotation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#rsa_public_key_2 ExternalOauthIntegration#rsa_public_key_2} */ readonly rsaPublicKey2?: string; /** * Specifies the scope delimiter in the authorization token. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_delimiter ExternalOauthIntegration#scope_delimiter} */ readonly scopeDelimiter?: string; /** * Specifies the access token claim to map the access token to an account role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#scope_mapping_attribute ExternalOauthIntegration#scope_mapping_attribute} */ readonly scopeMappingAttribute?: string; /** * Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#snowflake_user_mapping_attribute ExternalOauthIntegration#snowflake_user_mapping_attribute} */ readonly snowflakeUserMappingAttribute: string; /** * Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#token_user_mapping_claims ExternalOauthIntegration#token_user_mapping_claims} */ readonly tokenUserMappingClaims: string[]; /** * Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#type ExternalOauthIntegration#type} */ readonly type: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration} */ export class ExternalOauthIntegration extends cdktf.TerraformResource { @@ -134,7 +134,7 @@ export class ExternalOauthIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a ExternalOauthIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ExternalOauthIntegration to import - * @param importFromId The id of the existing ExternalOauthIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ExternalOauthIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ExternalOauthIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -146,7 +146,7 @@ export class ExternalOauthIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_oauth_integration snowflake_external_oauth_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -157,7 +157,7 @@ export class ExternalOauthIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_external_oauth_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/external-table-grant/README.md b/src/external-table-grant/README.md index b62e9137c..f647e1a81 100644 --- a/src/external-table-grant/README.md +++ b/src/external-table-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_external_table_grant` -Refer to the Terraform Registory for docs: [`snowflake_external_table_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant). +Refer to the Terraform Registory for docs: [`snowflake_external_table_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant). diff --git a/src/external-table-grant/index.ts b/src/external-table-grant/index.ts index 6f349446a..f16232ca7 100644 --- a/src/external-table-grant/index.ts +++ b/src/external-table-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface ExternalTableGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future external tables on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#database_name ExternalTableGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#enable_multiple_grants ExternalTableGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** * The name of the external table on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#external_table_name ExternalTableGrant#external_table_name} */ readonly externalTableName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#id ExternalTableGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#id ExternalTableGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,55 +40,55 @@ export interface ExternalTableGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all external tables in the given schema. When this is true and no schema_name is provided apply this grant on all external tables in the given database. The external_table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_all ExternalTableGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given schema. When this is true and no schema_name is provided apply this grant on all future external tables in the given database. The external_table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#on_future ExternalTableGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future external table. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#privilege ExternalTableGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#revert_ownership_to_role_name ExternalTableGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#roles ExternalTableGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#roles ExternalTableGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future external tables on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#schema_name ExternalTableGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#shares ExternalTableGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#shares ExternalTableGrant#shares} */ readonly shares?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#with_grant_option ExternalTableGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant snowflake_external_table_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant snowflake_external_table_grant} */ export class ExternalTableGrant extends cdktf.TerraformResource { @@ -104,7 +104,7 @@ export class ExternalTableGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a ExternalTableGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ExternalTableGrant to import - * @param importFromId The id of the existing ExternalTableGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ExternalTableGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ExternalTableGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -116,7 +116,7 @@ export class ExternalTableGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table_grant snowflake_external_table_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table_grant snowflake_external_table_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -127,7 +127,7 @@ export class ExternalTableGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_external_table_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/external-table/README.md b/src/external-table/README.md index fe4239054..c96922f3b 100644 --- a/src/external-table/README.md +++ b/src/external-table/README.md @@ -1,3 +1,3 @@ # `snowflake_external_table` -Refer to the Terraform Registory for docs: [`snowflake_external_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table). +Refer to the Terraform Registory for docs: [`snowflake_external_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table). diff --git a/src/external-table/index.ts b/src/external-table/index.ts index c8e7c8942..b93b86ac1 100644 --- a/src/external-table/index.ts +++ b/src/external-table/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface ExternalTableConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} */ readonly autoRefresh?: boolean | cdktf.IResolvable; /** * Specifies the aws sns topic for the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} */ readonly awsSnsTopic?: string; /** * Specifies a comment for the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#comment ExternalTable#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#comment ExternalTable#comment} */ readonly comment?: string; /** * Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#copy_grants ExternalTable#copy_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} */ readonly copyGrants?: boolean | cdktf.IResolvable; /** * The database in which to create the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} */ readonly database: string; /** * Specifies the file format for the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#file_format ExternalTable#file_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#file_format ExternalTable#file_format} */ readonly fileFormat: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#id ExternalTable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#id ExternalTable#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -58,49 +58,49 @@ export interface ExternalTableConfig extends cdktf.TerraformMetaArguments { /** * Specifies a location for the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#location ExternalTable#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#location ExternalTable#location} */ readonly location: string; /** * Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} */ readonly name: string; /** * Specifies any partition columns to evaluate for the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#partition_by ExternalTable#partition_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#partition_by ExternalTable#partition_by} */ readonly partitionBy?: string[]; /** * Specifies the file names and/or paths on the external stage to match. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#pattern ExternalTable#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#pattern ExternalTable#pattern} */ readonly pattern?: string; /** * Specifies weather to refresh when an external table is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} */ readonly refreshOnCreate?: boolean | cdktf.IResolvable; /** * The schema in which to create the external table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} */ readonly schema: string; /** * column block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#column ExternalTable#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#column ExternalTable#column} */ readonly column: ExternalTableColumn[] | cdktf.IResolvable; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#tag ExternalTable#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#tag ExternalTable#tag} */ readonly tag?: ExternalTableTag[] | cdktf.IResolvable; } @@ -108,19 +108,19 @@ export interface ExternalTableColumn { /** * String that specifies the expression for the column. When queried, the column returns results derived from this expression. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#as ExternalTable#as} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#as ExternalTable#as} */ readonly as: string; /** * Column name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} */ readonly name: string; /** * Column type, e.g. VARIANT * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#type ExternalTable#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#type ExternalTable#type} */ readonly type: string; } @@ -256,25 +256,25 @@ export interface ExternalTableTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#database ExternalTable#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#database ExternalTable#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#name ExternalTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#name ExternalTable#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#schema ExternalTable#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#schema ExternalTable#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#value ExternalTable#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table#value ExternalTable#value} */ readonly value: string; } @@ -434,7 +434,7 @@ export class ExternalTableTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table snowflake_external_table} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/external_table snowflake_external_table} */ export class ExternalTable extends cdktf.TerraformResource { @@ -450,7 +450,7 @@ export class ExternalTable extends cdktf.TerraformResource { * Generates CDKTF code for importing a ExternalTable resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ExternalTable to import - * @param importFromId The id of the existing ExternalTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ExternalTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -462,7 +462,7 @@ export class ExternalTable extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/external_table snowflake_external_table} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -473,7 +473,7 @@ export class ExternalTable extends cdktf.TerraformResource { terraformResourceType: 'snowflake_external_table', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/failover-group-grant/README.md b/src/failover-group-grant/README.md index f621bbf0e..5c11a3a31 100644 --- a/src/failover-group-grant/README.md +++ b/src/failover-group-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_failover_group_grant` -Refer to the Terraform Registory for docs: [`snowflake_failover_group_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant). +Refer to the Terraform Registory for docs: [`snowflake_failover_group_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant). diff --git a/src/failover-group-grant/index.ts b/src/failover-group-grant/index.ts index c3e81de04..fef47371f 100644 --- a/src/failover-group-grant/index.ts +++ b/src/failover-group-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface FailoverGroupGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#enable_multiple_grants FailoverGroupGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** * The name of the failover group on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#failover_group_name FailoverGroupGrant#failover_group_name} */ readonly failoverGroupName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#id FailoverGroupGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#id FailoverGroupGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,31 +34,31 @@ export interface FailoverGroupGrantConfig extends cdktf.TerraformMetaArguments { /** * The privilege to grant on the failover group. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#privilege FailoverGroupGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#revert_ownership_to_role_name FailoverGroupGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#roles FailoverGroupGrant#roles} */ readonly roles: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#with_grant_option FailoverGroupGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant snowflake_failover_group_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant snowflake_failover_group_grant} */ export class FailoverGroupGrant extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class FailoverGroupGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a FailoverGroupGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the FailoverGroupGrant to import - * @param importFromId The id of the existing FailoverGroupGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FailoverGroupGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FailoverGroupGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class FailoverGroupGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group_grant snowflake_failover_group_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group_grant snowflake_failover_group_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -97,7 +97,7 @@ export class FailoverGroupGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_failover_group_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/failover-group/README.md b/src/failover-group/README.md index 7466c3d29..2fb6e67ce 100644 --- a/src/failover-group/README.md +++ b/src/failover-group/README.md @@ -1,3 +1,3 @@ # `snowflake_failover_group` -Refer to the Terraform Registory for docs: [`snowflake_failover_group`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group). +Refer to the Terraform Registory for docs: [`snowflake_failover_group`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group). diff --git a/src/failover-group/index.ts b/src/failover-group/index.ts index 2d810d42e..c2713a62e 100644 --- a/src/failover-group/index.ts +++ b/src/failover-group/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface FailoverGroupConfig extends cdktf.TerraformMetaArguments { /** * Specifies the target account or list of target accounts to which replication and failover of specified objects from the source account is enabled. Secondary failover groups in the target accounts in this list can be promoted to serve as the primary failover group in case of failover. Expected in the form . * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} */ readonly allowedAccounts?: string[]; /** * Specifies the database or list of databases for which you are enabling replication and failover from the source account to the target account. The OBJECT_TYPES list must include DATABASES to set this parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} */ readonly allowedDatabases?: string[]; /** * Type(s) of integrations for which you are enabling replication and failover from the source account to the target account. This property requires that the OBJECT_TYPES list include INTEGRATIONS to set this parameter. The following integration types are supported: "SECURITY INTEGRATIONS", "API INTEGRATIONS" * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} */ readonly allowedIntegrationTypes?: string[]; /** * Specifies the share or list of shares for which you are enabling replication and failover from the source account to the target account. The OBJECT_TYPES list must include SHARES to set this parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} */ readonly allowedShares?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#id FailoverGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#id FailoverGroup#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -46,31 +46,31 @@ export interface FailoverGroupConfig extends cdktf.TerraformMetaArguments { /** * Allows replicating objects to accounts on lower editions. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} */ readonly ignoreEditionCheck?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the failover group. The identifier must start with an alphabetic character and cannot contain spaces or special characters unless the identifier string is enclosed in double quotes (e.g. "My object"). Identifiers enclosed in double quotes are also case-sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} */ readonly name: string; /** * Type(s) of objects for which you are enabling replication and failover from the source account to the target account. The following object types are supported: "ACCOUNT PARAMETERS", "DATABASES", "INTEGRATIONS", "NETWORK POLICIES", "RESOURCE MONITORS", "ROLES", "SHARES", "USERS", "WAREHOUSES" * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#object_types FailoverGroup#object_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#object_types FailoverGroup#object_types} */ readonly objectTypes?: string[]; /** * from_replica block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#from_replica FailoverGroup#from_replica} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} */ readonly fromReplica?: FailoverGroupFromReplica; /** * replication_schedule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} */ readonly replicationSchedule?: FailoverGroupReplicationSchedule; } @@ -78,19 +78,19 @@ export interface FailoverGroupFromReplica { /** * Identifier for the primary failover group in the source account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#name FailoverGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#name FailoverGroup#name} */ readonly name: string; /** * Name of your Snowflake organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#organization_name FailoverGroup#organization_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} */ readonly organizationName: string; /** * Source account from which you are enabling replication and failover of the specified objects. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} */ readonly sourceAccountName: string; } @@ -194,13 +194,13 @@ export interface FailoverGroupReplicationScheduleCron { /** * Specifies the cron expression for the replication schedule. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#expression FailoverGroup#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#expression FailoverGroup#expression} */ readonly expression: string; /** * Specifies the time zone for secondary group refresh. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#time_zone FailoverGroup#time_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} */ readonly timeZone: string; } @@ -284,13 +284,13 @@ export interface FailoverGroupReplicationSchedule { /** * Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#interval FailoverGroup#interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#interval FailoverGroup#interval} */ readonly interval?: number; /** * cron block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#cron FailoverGroup#cron} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group#cron FailoverGroup#cron} */ readonly cron?: FailoverGroupReplicationScheduleCron; } @@ -378,7 +378,7 @@ export class FailoverGroupReplicationScheduleOutputReference extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group snowflake_failover_group} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/failover_group snowflake_failover_group} */ export class FailoverGroup extends cdktf.TerraformResource { @@ -394,7 +394,7 @@ export class FailoverGroup extends cdktf.TerraformResource { * Generates CDKTF code for importing a FailoverGroup resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the FailoverGroup to import - * @param importFromId The id of the existing FailoverGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FailoverGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -406,7 +406,7 @@ export class FailoverGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/failover_group snowflake_failover_group} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -417,7 +417,7 @@ export class FailoverGroup extends cdktf.TerraformResource { terraformResourceType: 'snowflake_failover_group', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/file-format-grant/README.md b/src/file-format-grant/README.md index 9ff34e641..578466cad 100644 --- a/src/file-format-grant/README.md +++ b/src/file-format-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_file_format_grant` -Refer to the Terraform Registory for docs: [`snowflake_file_format_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant). +Refer to the Terraform Registory for docs: [`snowflake_file_format_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant). diff --git a/src/file-format-grant/index.ts b/src/file-format-grant/index.ts index 5ae3c0eaf..adeb1d3f3 100644 --- a/src/file-format-grant/index.ts +++ b/src/file-format-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface FileFormatGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future file formats on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#database_name FileFormatGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#enable_multiple_grants FileFormatGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** * The name of the file format on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#file_format_name FileFormatGrant#file_format_name} */ readonly fileFormatName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#id FileFormatGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#id FileFormatGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,49 +40,49 @@ export interface FileFormatGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all file formats in the given schema. When this is true and no schema_name is provided apply this grant on all file formats in the given database. The file_format_name field must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_all FileFormatGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema. When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The file_format_name field must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#on_future FileFormatGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future file format. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#privilege FileFormatGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#revert_ownership_to_role_name FileFormatGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#roles FileFormatGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#roles FileFormatGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future file formats on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#schema_name FileFormatGrant#schema_name} */ readonly schemaName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#with_grant_option FileFormatGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant snowflake_file_format_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant snowflake_file_format_grant} */ export class FileFormatGrant extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class FileFormatGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a FileFormatGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the FileFormatGrant to import - * @param importFromId The id of the existing FileFormatGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FileFormatGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FileFormatGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class FileFormatGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format_grant snowflake_file_format_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format_grant snowflake_file_format_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class FileFormatGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_file_format_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/file-format/README.md b/src/file-format/README.md index 146634d1a..282d2393e 100644 --- a/src/file-format/README.md +++ b/src/file-format/README.md @@ -1,3 +1,3 @@ # `snowflake_file_format` -Refer to the Terraform Registory for docs: [`snowflake_file_format`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format). +Refer to the Terraform Registory for docs: [`snowflake_file_format`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format). diff --git a/src/file-format/index.ts b/src/file-format/index.ts index 740d3877c..87c62cb9d 100644 --- a/src/file-format/index.ts +++ b/src/file-format/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,119 +15,119 @@ export interface FileFormatConfig extends cdktf.TerraformMetaArguments { /** * Boolean that specifies to allow duplicate object field names (only the last one will be preserved). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} */ readonly allowDuplicate?: boolean | cdktf.IResolvable; /** * Boolean that specifies whether to interpret columns with no defined logical data type as UTF-8 text. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} */ readonly binaryAsText?: boolean | cdktf.IResolvable; /** * Defines the encoding format for binary input or output. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#binary_format FileFormat#binary_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#binary_format FileFormat#binary_format} */ readonly binaryFormat?: string; /** * Specifies a comment for the file format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#comment FileFormat#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#comment FileFormat#comment} */ readonly comment?: string; /** * Specifies the current compression algorithm for the data file. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#compression FileFormat#compression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#compression FileFormat#compression} */ readonly compression?: string; /** * The database in which to create the file format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#database FileFormat#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#database FileFormat#database} */ readonly database: string; /** * Defines the format of date values in the data files (data loading) or table (data unloading). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#date_format FileFormat#date_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#date_format FileFormat#date_format} */ readonly dateFormat?: string; /** * Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to native representation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} */ readonly disableAutoConvert?: boolean | cdktf.IResolvable; /** * Boolean that specifies whether the XML parser disables recognition of Snowflake semi-structured data tags. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} */ readonly disableSnowflakeData?: boolean | cdktf.IResolvable; /** * Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive delimiters. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} */ readonly emptyFieldAsNull?: boolean | cdktf.IResolvable; /** * Boolean that enables parsing of octal numbers. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#enable_octal FileFormat#enable_octal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} */ readonly enableOctal?: boolean | cdktf.IResolvable; /** * String (constant) that specifies the character set of the source data when loading data into a table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#encoding FileFormat#encoding} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#encoding FileFormat#encoding} */ readonly encoding?: string; /** * Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input file does not match the number of columns in the corresponding table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} */ readonly errorOnColumnCountMismatch?: boolean | cdktf.IResolvable; /** * Single character string used as the escape character for field values. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape FileFormat#escape} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape FileFormat#escape} */ readonly escape?: string; /** * Single character string used as the escape character for unenclosed field values only. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} */ readonly escapeUnenclosedField?: string; /** * Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or unloaded file (data unloading). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} */ readonly fieldDelimiter?: string; /** * Character used to enclose strings. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} */ readonly fieldOptionallyEnclosedBy?: string; /** * Specifies the extension for files unloaded to a stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#file_extension FileFormat#file_extension} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#file_extension FileFormat#file_extension} */ readonly fileExtension?: string; /** * Specifies the format of the input files (for data loading) or output files (for data unloading). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#format_type FileFormat#format_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#format_type FileFormat#format_type} */ readonly formatType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#id FileFormat#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#id FileFormat#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -136,109 +136,109 @@ export interface FileFormatConfig extends cdktf.TerraformMetaArguments { /** * Boolean that specifies whether UTF-8 encoding errors produce error conditions. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} */ readonly ignoreUtf8Errors?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the file format; must be unique for the database and schema in which the file format is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#name FileFormat#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#name FileFormat#name} */ readonly name: string; /** * String used to convert to and from SQL NULL. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#null_if FileFormat#null_if} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#null_if FileFormat#null_if} */ readonly nullIf?: string[]; /** * Boolean that specifies whether to use the first row headers in the data files to determine column names. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#parse_header FileFormat#parse_header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#parse_header FileFormat#parse_header} */ readonly parseHeader?: boolean | cdktf.IResolvable; /** * Boolean that specifies whether the XML parser preserves leading and trailing spaces in element content. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#preserve_space FileFormat#preserve_space} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} */ readonly preserveSpace?: boolean | cdktf.IResolvable; /** * Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or unloaded file (data unloading). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} */ readonly recordDelimiter?: string; /** * Boolean that specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} */ readonly replaceInvalidCharacters?: boolean | cdktf.IResolvable; /** * The schema in which to create the file format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#schema FileFormat#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#schema FileFormat#schema} */ readonly schema: string; /** * Boolean that specifies to skip any blank lines encountered in the data files. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} */ readonly skipBlankLines?: boolean | cdktf.IResolvable; /** * Boolean that specifies whether to skip the BOM (byte order mark), if present in a data file. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} */ readonly skipByteOrderMark?: boolean | cdktf.IResolvable; /** * Number of lines at the start of the file to skip. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#skip_header FileFormat#skip_header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#skip_header FileFormat#skip_header} */ readonly skipHeader?: number; /** * Boolean that instructs the JSON parser to remove object fields or array elements containing null values. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} */ readonly stripNullValues?: boolean | cdktf.IResolvable; /** * Boolean that instructs the JSON parser to remove outer brackets. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} */ readonly stripOuterArray?: boolean | cdktf.IResolvable; /** * Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate documents. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} */ readonly stripOuterElement?: boolean | cdktf.IResolvable; /** * Defines the format of time values in the data files (data loading) or table (data unloading). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#time_format FileFormat#time_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#time_format FileFormat#time_format} */ readonly timeFormat?: string; /** * Defines the format of timestamp values in the data files (data loading) or table (data unloading). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} */ readonly timestampFormat?: string; /** * Boolean that specifies whether to remove white space from fields. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#trim_space FileFormat#trim_space} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#trim_space FileFormat#trim_space} */ readonly trimSpace?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format snowflake_file_format} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format snowflake_file_format} */ export class FileFormat extends cdktf.TerraformResource { @@ -254,7 +254,7 @@ export class FileFormat extends cdktf.TerraformResource { * Generates CDKTF code for importing a FileFormat resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the FileFormat to import - * @param importFromId The id of the existing FileFormat that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FileFormat that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FileFormat to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -266,7 +266,7 @@ export class FileFormat extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/file_format snowflake_file_format} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/file_format snowflake_file_format} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -277,7 +277,7 @@ export class FileFormat extends cdktf.TerraformResource { terraformResourceType: 'snowflake_file_format', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/function-grant/README.md b/src/function-grant/README.md index f174dfca0..f7e53588b 100644 --- a/src/function-grant/README.md +++ b/src/function-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_function_grant` -Refer to the Terraform Registory for docs: [`snowflake_function_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant). +Refer to the Terraform Registory for docs: [`snowflake_function_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant). diff --git a/src/function-grant/index.ts b/src/function-grant/index.ts index 13d68a04f..27e7dab4b 100644 --- a/src/function-grant/index.ts +++ b/src/function-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface FunctionGrantConfig extends cdktf.TerraformMetaArguments { /** * List of the argument data types for the function (must be present if function has arguments and function_name is present) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#argument_data_types FunctionGrant#argument_data_types} */ readonly argumentDataTypes?: string[]; /** * The name of the database containing the current or future functions on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#database_name FunctionGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#database_name FunctionGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#enable_multiple_grants FunctionGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** * The name of the function on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#function_name FunctionGrant#function_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#function_name FunctionGrant#function_name} */ readonly functionName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#id FunctionGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#id FunctionGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -46,55 +46,55 @@ export interface FunctionGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all functions in the given schema. When this is true and no schema_name is provided apply this grant on all functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_all FunctionGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_all FunctionGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema. When this is true and no schema_name is provided apply this grant on all future functions in the given database. The function_name, arguments, return_type, and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#on_future FunctionGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#on_future FunctionGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future function. Must be one of `USAGE` or `OWNERSHIP`. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#privilege FunctionGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#privilege FunctionGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#revert_ownership_to_role_name FunctionGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#roles FunctionGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#roles FunctionGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future functions on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#schema_name FunctionGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#schema_name FunctionGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#shares FunctionGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#shares FunctionGrant#shares} */ readonly shares?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#with_grant_option FunctionGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant snowflake_function_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant snowflake_function_grant} */ export class FunctionGrant extends cdktf.TerraformResource { @@ -110,7 +110,7 @@ export class FunctionGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a FunctionGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the FunctionGrant to import - * @param importFromId The id of the existing FunctionGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FunctionGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FunctionGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -122,7 +122,7 @@ export class FunctionGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function_grant snowflake_function_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function_grant snowflake_function_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -133,7 +133,7 @@ export class FunctionGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_function_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/function-resource/README.md b/src/function-resource/README.md index ffda6743f..245ab5ae4 100644 --- a/src/function-resource/README.md +++ b/src/function-resource/README.md @@ -1,3 +1,3 @@ # `snowflake_function` -Refer to the Terraform Registory for docs: [`snowflake_function`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function). +Refer to the Terraform Registory for docs: [`snowflake_function`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function). diff --git a/src/function-resource/index.ts b/src/function-resource/index.ts index b3b8c5da2..759e8f799 100644 --- a/src/function-resource/index.ts +++ b/src/function-resource/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface FunctionResourceConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#comment FunctionResource#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#comment FunctionResource#comment} */ readonly comment?: string; /** * The database in which to create the function. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#database FunctionResource#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#database FunctionResource#database} */ readonly database: string; /** * The handler method for Java / Python function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#handler FunctionResource#handler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#handler FunctionResource#handler} */ readonly handler?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#id FunctionResource#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#id FunctionResource#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,79 +40,79 @@ export interface FunctionResourceConfig extends cdktf.TerraformMetaArguments { /** * Imports for Java / Python functions. For Java this a list of jar files, for Python this is a list of Python files. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#imports FunctionResource#imports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#imports FunctionResource#imports} */ readonly imports?: string[]; /** * Specifies that the function is secure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#is_secure FunctionResource#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#is_secure FunctionResource#is_secure} */ readonly isSecure?: boolean | cdktf.IResolvable; /** * The language of the statement * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#language FunctionResource#language} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#language FunctionResource#language} */ readonly language?: string; /** * Specifies the identifier for the function; does not have to be unique for the schema in which the function is created. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} */ readonly name: string; /** * Specifies the behavior of the function when called with null inputs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#null_input_behavior FunctionResource#null_input_behavior} */ readonly nullInputBehavior?: string; /** * List of package imports to use for Java / Python functions. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#packages FunctionResource#packages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#packages FunctionResource#packages} */ readonly packages?: string[]; /** * Specifies the behavior of the function when returning results * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_behavior FunctionResource#return_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_behavior FunctionResource#return_behavior} */ readonly returnBehavior?: string; /** * The return type of the function * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#return_type FunctionResource#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#return_type FunctionResource#return_type} */ readonly returnType: string; /** * Required for Python functions. Specifies Python runtime version. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#runtime_version FunctionResource#runtime_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#runtime_version FunctionResource#runtime_version} */ readonly runtimeVersion?: string; /** * The schema in which to create the function. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#schema FunctionResource#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#schema FunctionResource#schema} */ readonly schema: string; /** * Specifies the javascript / java / sql / python code used to create the function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#statement FunctionResource#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#statement FunctionResource#statement} */ readonly statement: string; /** * The target path for the Java / Python functions. For Java, it is the path of compiled jar files and for the Python it is the path of the Python files. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#target_path FunctionResource#target_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#target_path FunctionResource#target_path} */ readonly targetPath?: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#arguments FunctionResource#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#arguments FunctionResource#arguments} */ readonly arguments?: FunctionResourceArguments[] | cdktf.IResolvable; } @@ -120,13 +120,13 @@ export interface FunctionResourceArguments { /** * The argument name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#name FunctionResource#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#name FunctionResource#name} */ readonly name: string; /** * The argument type * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#type FunctionResource#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#type FunctionResource#type} */ readonly type: string; } @@ -240,7 +240,7 @@ export class FunctionResourceArgumentsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function snowflake_function} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function snowflake_function} */ export class FunctionResource extends cdktf.TerraformResource { @@ -256,7 +256,7 @@ export class FunctionResource extends cdktf.TerraformResource { * Generates CDKTF code for importing a FunctionResource resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the FunctionResource to import - * @param importFromId The id of the existing FunctionResource that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FunctionResource that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FunctionResource to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -268,7 +268,7 @@ export class FunctionResource extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/function snowflake_function} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/function snowflake_function} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -279,7 +279,7 @@ export class FunctionResource extends cdktf.TerraformResource { terraformResourceType: 'snowflake_function', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/grant-privileges-to-role/README.md b/src/grant-privileges-to-role/README.md index 67e0fb1ad..9d5b4560e 100644 --- a/src/grant-privileges-to-role/README.md +++ b/src/grant-privileges-to-role/README.md @@ -1,3 +1,3 @@ # `snowflake_grant_privileges_to_role` -Refer to the Terraform Registory for docs: [`snowflake_grant_privileges_to_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role). +Refer to the Terraform Registory for docs: [`snowflake_grant_privileges_to_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role). diff --git a/src/grant-privileges-to-role/index.ts b/src/grant-privileges-to-role/index.ts index a405486e3..816d9b386 100644 --- a/src/grant-privileges-to-role/index.ts +++ b/src/grant-privileges-to-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface GrantPrivilegesToRoleConfig extends cdktf.TerraformMetaArgument /** * Grant all privileges on the account role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_privileges GrantPrivilegesToRole#all_privileges} */ readonly allPrivileges?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#id GrantPrivilegesToRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,43 +28,43 @@ export interface GrantPrivilegesToRoleConfig extends cdktf.TerraformMetaArgument /** * If true, the privileges will be granted on the account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account GrantPrivilegesToRole#on_account} */ readonly onAccount?: boolean | cdktf.IResolvable; /** * The privileges to grant on the account role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#privileges GrantPrivilegesToRole#privileges} */ readonly privileges?: string[]; /** * The fully qualified name of the role to which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#role_name GrantPrivilegesToRole#role_name} */ readonly roleName: string; /** * Specifies whether the grantee can grant the privileges to other users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#with_grant_option GrantPrivilegesToRole#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; /** * on_account_object block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_account_object GrantPrivilegesToRole#on_account_object} */ readonly onAccountObject?: GrantPrivilegesToRoleOnAccountObject; /** * on_schema block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema GrantPrivilegesToRole#on_schema} */ readonly onSchema?: GrantPrivilegesToRoleOnSchema; /** * on_schema_object block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#on_schema_object GrantPrivilegesToRole#on_schema_object} */ readonly onSchemaObject?: GrantPrivilegesToRoleOnSchemaObject; } @@ -72,13 +72,13 @@ export interface GrantPrivilegesToRoleOnAccountObject { /** * The fully qualified name of the object on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} */ readonly objectName: string; /** - * The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP + * The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} */ readonly objectType: string; } @@ -162,19 +162,19 @@ export interface GrantPrivilegesToRoleOnSchema { /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all_schemas_in_database GrantPrivilegesToRole#all_schemas_in_database} */ readonly allSchemasInDatabase?: string; /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future_schemas_in_database GrantPrivilegesToRole#future_schemas_in_database} */ readonly futureSchemasInDatabase?: string; /** * The fully qualified name of the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#schema_name GrantPrivilegesToRole#schema_name} */ readonly schemaName?: string; } @@ -287,19 +287,19 @@ export interface GrantPrivilegesToRoleOnSchemaObjectAll { /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} */ readonly inDatabase?: string; /** * The fully qualified name of the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} */ readonly inSchema?: string; /** - * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS + * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} */ readonly objectTypePlural: string; } @@ -409,19 +409,19 @@ export interface GrantPrivilegesToRoleOnSchemaObjectFuture { /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_database GrantPrivilegesToRole#in_database} */ readonly inDatabase?: string; /** * The fully qualified name of the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#in_schema GrantPrivilegesToRole#in_schema} */ readonly inSchema?: string; /** - * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS + * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | DYNAMIC TABLES | EVENT TABLES | FILE FORMATS | FUNCTIONS | ICEBERG TABLES | PROCEDURES | SECRETS | SEQUENCES | PIPES | MASKING POLICIES | PASSWORD POLICIES | ROW ACCESS POLICIES | SESSION POLICIES | TAGS | STAGES | STREAMS | TABLES | EXTERNAL TABLES | TASKS | VIEWS | MATERIALIZED VIEWS * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type_plural GrantPrivilegesToRole#object_type_plural} */ readonly objectTypePlural: string; } @@ -531,25 +531,25 @@ export interface GrantPrivilegesToRoleOnSchemaObject { /** * The fully qualified name of the object on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_name GrantPrivilegesToRole#object_name} */ readonly objectName?: string; /** - * The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW + * The object type of the schema object on which privileges will be granted. Valid values are: ALERT | DYNAMIC TABLE | EVENT TABLE | FILE FORMAT | FUNCTION | ICEBERG TABLE | PROCEDURE | SECRET | SEQUENCE | PIPE | MASKING POLICY | PASSWORD POLICY | ROW ACCESS POLICY | SESSION POLICY | TAG | STAGE | STREAM | TABLE | EXTERNAL TABLE | TASK | VIEW | MATERIALIZED VIEW * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#object_type GrantPrivilegesToRole#object_type} */ readonly objectType?: string; /** * all block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#all GrantPrivilegesToRole#all} */ readonly all?: GrantPrivilegesToRoleOnSchemaObjectAll; /** * future block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#future GrantPrivilegesToRole#future} */ readonly future?: GrantPrivilegesToRoleOnSchemaObjectFuture; } @@ -683,7 +683,7 @@ export class GrantPrivilegesToRoleOnSchemaObjectOutputReference extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role} */ export class GrantPrivilegesToRole extends cdktf.TerraformResource { @@ -699,7 +699,7 @@ export class GrantPrivilegesToRole extends cdktf.TerraformResource { * Generates CDKTF code for importing a GrantPrivilegesToRole resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the GrantPrivilegesToRole to import - * @param importFromId The id of the existing GrantPrivilegesToRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GrantPrivilegesToRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GrantPrivilegesToRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -711,7 +711,7 @@ export class GrantPrivilegesToRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/grant_privileges_to_role snowflake_grant_privileges_to_role} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -722,7 +722,7 @@ export class GrantPrivilegesToRole extends cdktf.TerraformResource { terraformResourceType: 'snowflake_grant_privileges_to_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/integration-grant/README.md b/src/integration-grant/README.md index dd85ea13a..22719afd1 100644 --- a/src/integration-grant/README.md +++ b/src/integration-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_integration_grant` -Refer to the Terraform Registory for docs: [`snowflake_integration_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant). +Refer to the Terraform Registory for docs: [`snowflake_integration_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant). diff --git a/src/integration-grant/index.ts b/src/integration-grant/index.ts index 61b6fdfe4..f3130ca33 100644 --- a/src/integration-grant/index.ts +++ b/src/integration-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface IntegrationGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#enable_multiple_grants IntegrationGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#id IntegrationGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#id IntegrationGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,37 +28,37 @@ export interface IntegrationGrantConfig extends cdktf.TerraformMetaArguments { /** * Identifier for the integration; must be unique for your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#integration_name IntegrationGrant#integration_name} */ readonly integrationName: string; /** * The privilege to grant on the integration. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#privilege IntegrationGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#privilege IntegrationGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#revert_ownership_to_role_name IntegrationGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#roles IntegrationGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#roles IntegrationGrant#roles} */ readonly roles?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#with_grant_option IntegrationGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant snowflake_integration_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant snowflake_integration_grant} */ export class IntegrationGrant extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class IntegrationGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a IntegrationGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the IntegrationGrant to import - * @param importFromId The id of the existing IntegrationGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing IntegrationGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the IntegrationGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class IntegrationGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/integration_grant snowflake_integration_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/integration_grant snowflake_integration_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -97,7 +97,7 @@ export class IntegrationGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_integration_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/managed-account/README.md b/src/managed-account/README.md index fa7ef3db1..0c7a1e200 100644 --- a/src/managed-account/README.md +++ b/src/managed-account/README.md @@ -1,3 +1,3 @@ # `snowflake_managed_account` -Refer to the Terraform Registory for docs: [`snowflake_managed_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account). +Refer to the Terraform Registory for docs: [`snowflake_managed_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account). diff --git a/src/managed-account/index.ts b/src/managed-account/index.ts index f9fcc2f69..5c77da49e 100644 --- a/src/managed-account/index.ts +++ b/src/managed-account/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface ManagedAccountConfig extends cdktf.TerraformMetaArguments { /** * Identifier, as well as login name, for the initial user in the managed account. This user serves as the account administrator for the account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_name ManagedAccount#admin_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} */ readonly adminName: string; /** * Password for the initial user in the managed account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#admin_password ManagedAccount#admin_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} */ readonly adminPassword: string; /** * Specifies a comment for the managed account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#comment ManagedAccount#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#comment ManagedAccount#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#id ManagedAccount#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#id ManagedAccount#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,19 +40,19 @@ export interface ManagedAccountConfig extends cdktf.TerraformMetaArguments { /** * Identifier for the managed account; must be unique for your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#name ManagedAccount#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#name ManagedAccount#name} */ readonly name: string; /** * Specifies the type of managed account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#type ManagedAccount#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#type ManagedAccount#type} */ readonly type?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account snowflake_managed_account} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account snowflake_managed_account} */ export class ManagedAccount extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class ManagedAccount extends cdktf.TerraformResource { * Generates CDKTF code for importing a ManagedAccount resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ManagedAccount to import - * @param importFromId The id of the existing ManagedAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ManagedAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ManagedAccount to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class ManagedAccount extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/managed_account snowflake_managed_account} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/managed_account snowflake_managed_account} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -91,7 +91,7 @@ export class ManagedAccount extends cdktf.TerraformResource { terraformResourceType: 'snowflake_managed_account', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/masking-policy-grant/README.md b/src/masking-policy-grant/README.md index 600058770..447474fdf 100644 --- a/src/masking-policy-grant/README.md +++ b/src/masking-policy-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_masking_policy_grant` -Refer to the Terraform Registory for docs: [`snowflake_masking_policy_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant). +Refer to the Terraform Registory for docs: [`snowflake_masking_policy_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant). diff --git a/src/masking-policy-grant/index.ts b/src/masking-policy-grant/index.ts index c0aca9f9a..9711c0157 100644 --- a/src/masking-policy-grant/index.ts +++ b/src/masking-policy-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface MaskingPolicyGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the masking policy on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#database_name MaskingPolicyGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#enable_multiple_grants MaskingPolicyGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#id MaskingPolicyGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,43 +34,43 @@ export interface MaskingPolicyGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the masking policy on which to grant privileges immediately. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#masking_policy_name MaskingPolicyGrant#masking_policy_name} */ readonly maskingPolicyName: string; /** * The privilege to grant on the masking policy. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#privilege MaskingPolicyGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#revert_ownership_to_role_name MaskingPolicyGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#roles MaskingPolicyGrant#roles} */ readonly roles?: string[]; /** * The name of the schema containing the masking policy on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#schema_name MaskingPolicyGrant#schema_name} */ readonly schemaName: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#with_grant_option MaskingPolicyGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant snowflake_masking_policy_grant} */ export class MaskingPolicyGrant extends cdktf.TerraformResource { @@ -86,7 +86,7 @@ export class MaskingPolicyGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a MaskingPolicyGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the MaskingPolicyGrant to import - * @param importFromId The id of the existing MaskingPolicyGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing MaskingPolicyGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the MaskingPolicyGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -98,7 +98,7 @@ export class MaskingPolicyGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy_grant snowflake_masking_policy_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy_grant snowflake_masking_policy_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -109,7 +109,7 @@ export class MaskingPolicyGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_masking_policy_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/masking-policy/README.md b/src/masking-policy/README.md index b9f7cfbf9..518d43f2a 100644 --- a/src/masking-policy/README.md +++ b/src/masking-policy/README.md @@ -1,3 +1,3 @@ # `snowflake_masking_policy` -Refer to the Terraform Registory for docs: [`snowflake_masking_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy). +Refer to the Terraform Registory for docs: [`snowflake_masking_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy). diff --git a/src/masking-policy/index.ts b/src/masking-policy/index.ts index 396623111..79e18037b 100644 --- a/src/masking-policy/index.ts +++ b/src/masking-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface MaskingPolicyConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the masking policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#comment MaskingPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#comment MaskingPolicy#comment} */ readonly comment?: string; /** * The database in which to create the masking policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#database MaskingPolicy#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#database MaskingPolicy#database} */ readonly database: string; /** * Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} */ readonly exemptOtherPolicies?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#id MaskingPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#id MaskingPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,43 +40,43 @@ export interface MaskingPolicyConfig extends cdktf.TerraformMetaArguments { /** * Prevent overwriting a previous masking policy with the same name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#if_not_exists MaskingPolicy#if_not_exists} */ readonly ifNotExists?: boolean | cdktf.IResolvable; /** * Specifies the SQL expression that transforms the data. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#masking_expression MaskingPolicy#masking_expression} */ readonly maskingExpression: string; /** * Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} */ readonly name: string; /** * Whether to override a previous masking policy with the same name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#or_replace MaskingPolicy#or_replace} */ readonly orReplace?: boolean | cdktf.IResolvable; /** * Specifies the data type to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} */ readonly returnDataType: string; /** * The schema in which to create the masking policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#schema MaskingPolicy#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#schema MaskingPolicy#schema} */ readonly schema: string; /** * signature block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#signature MaskingPolicy#signature} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#signature MaskingPolicy#signature} */ readonly signature: MaskingPolicySignature; } @@ -84,13 +84,13 @@ export interface MaskingPolicySignatureColumn { /** * Specifies the column name to mask. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#name MaskingPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#name MaskingPolicy#name} */ readonly name: string; /** * Specifies the column type to mask. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#type MaskingPolicy#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#type MaskingPolicy#type} */ readonly type: string; } @@ -206,7 +206,7 @@ export interface MaskingPolicySignature { /** * column block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#column MaskingPolicy#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy#column MaskingPolicy#column} */ readonly column: MaskingPolicySignatureColumn[] | cdktf.IResolvable; } @@ -268,7 +268,7 @@ export class MaskingPolicySignatureOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy snowflake_masking_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/masking_policy snowflake_masking_policy} */ export class MaskingPolicy extends cdktf.TerraformResource { @@ -284,7 +284,7 @@ export class MaskingPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a MaskingPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the MaskingPolicy to import - * @param importFromId The id of the existing MaskingPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing MaskingPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -296,7 +296,7 @@ export class MaskingPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/masking_policy snowflake_masking_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -307,7 +307,7 @@ export class MaskingPolicy extends cdktf.TerraformResource { terraformResourceType: 'snowflake_masking_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/materialized-view-grant/README.md b/src/materialized-view-grant/README.md index c272d24f5..26f3f8e40 100644 --- a/src/materialized-view-grant/README.md +++ b/src/materialized-view-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_materialized_view_grant` -Refer to the Terraform Registory for docs: [`snowflake_materialized_view_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant). +Refer to the Terraform Registory for docs: [`snowflake_materialized_view_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant). diff --git a/src/materialized-view-grant/index.ts b/src/materialized-view-grant/index.ts index eb1e16440..e13a13c67 100644 --- a/src/materialized-view-grant/index.ts +++ b/src/materialized-view-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface MaterializedViewGrantConfig extends cdktf.TerraformMetaArgument /** * The name of the database containing the current or future materialized views on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#database_name MaterializedViewGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#enable_multiple_grants MaterializedViewGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#id MaterializedViewGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#id MaterializedViewGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,61 +34,61 @@ export interface MaterializedViewGrantConfig extends cdktf.TerraformMetaArgument /** * The name of the materialized view on which to grant privileges immediately (only valid if on_future and on_all are false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#materialized_view_name MaterializedViewGrant#materialized_view_name} */ readonly materializedViewName?: string; /** * When this is set to true and a schema_name is provided, apply this grant on all materialized views in the given schema. When this is true and no schema_name is provided apply this grant on all materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_all MaterializedViewGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future materialized views in the given schema. When this is true and no schema_name is provided apply this grant on all future materialized views in the given database. The materialized_view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#on_future MaterializedViewGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future materialized view. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#privilege MaterializedViewGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#revert_ownership_to_role_name MaterializedViewGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#roles MaterializedViewGrant#roles} */ readonly roles?: string[]; /** * The name of the schema containing the current or future materialized views on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#schema_name MaterializedViewGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future and on_all are false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#shares MaterializedViewGrant#shares} */ readonly shares?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#with_grant_option MaterializedViewGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant snowflake_materialized_view_grant} */ export class MaterializedViewGrant extends cdktf.TerraformResource { @@ -104,7 +104,7 @@ export class MaterializedViewGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a MaterializedViewGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the MaterializedViewGrant to import - * @param importFromId The id of the existing MaterializedViewGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing MaterializedViewGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the MaterializedViewGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -116,7 +116,7 @@ export class MaterializedViewGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view_grant snowflake_materialized_view_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view_grant snowflake_materialized_view_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -127,7 +127,7 @@ export class MaterializedViewGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_materialized_view_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/materialized-view/README.md b/src/materialized-view/README.md index cfac57d38..dc2ed3a49 100644 --- a/src/materialized-view/README.md +++ b/src/materialized-view/README.md @@ -1,3 +1,3 @@ # `snowflake_materialized_view` -Refer to the Terraform Registory for docs: [`snowflake_materialized_view`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view). +Refer to the Terraform Registory for docs: [`snowflake_materialized_view`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view). diff --git a/src/materialized-view/index.ts b/src/materialized-view/index.ts index 64f38b6eb..71cfc1ded 100644 --- a/src/materialized-view/index.ts +++ b/src/materialized-view/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface MaterializedViewConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the view. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#comment MaterializedView#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#comment MaterializedView#comment} */ readonly comment?: string; /** * The database in which to create the view. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#id MaterializedView#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#id MaterializedView#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,43 +34,43 @@ export interface MaterializedViewConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the view is secure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#is_secure MaterializedView#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} */ readonly isSecure?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the view; must be unique for the schema in which the view is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} */ readonly name: string; /** * Overwrites the View if it exists. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#or_replace MaterializedView#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} */ readonly orReplace?: boolean | cdktf.IResolvable; /** * The schema in which to create the view. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} */ readonly schema: string; /** * Specifies the query used to create the view. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#statement MaterializedView#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#statement MaterializedView#statement} */ readonly statement: string; /** * The warehouse name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#warehouse MaterializedView#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} */ readonly warehouse: string; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#tag MaterializedView#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#tag MaterializedView#tag} */ readonly tag?: MaterializedViewTag[] | cdktf.IResolvable; } @@ -78,25 +78,25 @@ export interface MaterializedViewTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#database MaterializedView#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#database MaterializedView#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#name MaterializedView#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#name MaterializedView#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#schema MaterializedView#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#schema MaterializedView#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#value MaterializedView#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view#value MaterializedView#value} */ readonly value: string; } @@ -256,7 +256,7 @@ export class MaterializedViewTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view snowflake_materialized_view} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/materialized_view snowflake_materialized_view} */ export class MaterializedView extends cdktf.TerraformResource { @@ -272,7 +272,7 @@ export class MaterializedView extends cdktf.TerraformResource { * Generates CDKTF code for importing a MaterializedView resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the MaterializedView to import - * @param importFromId The id of the existing MaterializedView that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing MaterializedView that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -284,7 +284,7 @@ export class MaterializedView extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/materialized_view snowflake_materialized_view} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -295,7 +295,7 @@ export class MaterializedView extends cdktf.TerraformResource { terraformResourceType: 'snowflake_materialized_view', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/network-policy-attachment/README.md b/src/network-policy-attachment/README.md index 8572bd10c..73d65b5e9 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 Registory for docs: [`snowflake_network_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy_attachment). +Refer to the Terraform Registory for docs: [`snowflake_network_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy_attachment). diff --git a/src/network-policy-attachment/index.ts b/src/network-policy-attachment/index.ts index 49e891c9f..936b4c744 100644 --- a/src/network-policy-attachment/index.ts +++ b/src/network-policy-attachment/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy_attachment +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy_attachment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface NetworkPolicyAttachmentConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,25 +22,25 @@ export interface NetworkPolicyAttachmentConfig extends cdktf.TerraformMetaArgume /** * Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy_attachment#network_policy_name NetworkPolicyAttachment#network_policy_name} */ readonly networkPolicyName: string; /** * Specifies whether the network policy should be applied globally to your Snowflake account

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

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

**Do not** add `0.0.0.0/0` to `blocked_ip_list` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} */ readonly blockedIpList?: string[]; /** * Specifies a comment for the network policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#comment NetworkPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#comment NetworkPolicy#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#id NetworkPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#id NetworkPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,13 +40,13 @@ export interface NetworkPolicyConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#name NetworkPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#name NetworkPolicy#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy snowflake_network_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy snowflake_network_policy} */ export class NetworkPolicy extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class NetworkPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a NetworkPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the NetworkPolicy to import - * @param importFromId The id of the existing NetworkPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing NetworkPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the NetworkPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class NetworkPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/network_policy snowflake_network_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/network_policy snowflake_network_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class NetworkPolicy extends cdktf.TerraformResource { terraformResourceType: 'snowflake_network_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/notification-integration/README.md b/src/notification-integration/README.md index 4b64b479e..d5f8136d5 100644 --- a/src/notification-integration/README.md +++ b/src/notification-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_notification_integration` -Refer to the Terraform Registory for docs: [`snowflake_notification_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration). +Refer to the Terraform Registory for docs: [`snowflake_notification_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration). diff --git a/src/notification-integration/index.ts b/src/notification-integration/index.ts index c4fcd0d66..fa6aa111b 100644 --- a/src/notification-integration/index.ts +++ b/src/notification-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} */ readonly awsSnsTopicArn?: string; /** * AWS SQS queue ARN for notification integration to connect to * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} */ readonly awsSqsArn?: string; /** * AWS IAM role ARN for notification integration to assume * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} */ readonly azureTenantId?: string; /** * A comment for the integration * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#comment NotificationIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#comment NotificationIntegration#comment} */ readonly comment?: string; /** * Direction of the cloud messaging with respect to Snowflake (required only for error notifications) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#direction NotificationIntegration#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#direction NotificationIntegration#direction} */ readonly direction?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#enabled NotificationIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} */ readonly gcpPubsubSubscriptionName?: string; /** * The topic id that Snowflake will use to push notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} */ readonly gcpPubsubTopicName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#id NotificationIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#id NotificationIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#name NotificationIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#name NotificationIntegration#name} */ readonly name: string; /** * The third-party cloud message queuing service (e.g. AZURE_STORAGE_QUEUE, AWS_SQS, AWS_SNS) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} */ readonly notificationProvider?: string; /** * A type of integration * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#type NotificationIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#type NotificationIntegration#type} */ readonly type?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration snowflake_notification_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration snowflake_notification_integration} */ export class NotificationIntegration extends cdktf.TerraformResource { @@ -118,7 +118,7 @@ export class NotificationIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a NotificationIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the NotificationIntegration to import - * @param importFromId The id of the existing NotificationIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing NotificationIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the NotificationIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -130,7 +130,7 @@ export class NotificationIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/notification_integration snowflake_notification_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/notification_integration snowflake_notification_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -141,7 +141,7 @@ export class NotificationIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_notification_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/oauth-integration/README.md b/src/oauth-integration/README.md index 5609700f7..687745be4 100644 --- a/src/oauth-integration/README.md +++ b/src/oauth-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_oauth_integration` -Refer to the Terraform Registory for docs: [`snowflake_oauth_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration). +Refer to the Terraform Registory for docs: [`snowflake_oauth_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration). diff --git a/src/oauth-integration/index.ts b/src/oauth-integration/index.ts index 53880baec..3d2e20123 100644 --- a/src/oauth-integration/index.ts +++ b/src/oauth-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface OauthIntegrationConfig extends cdktf.TerraformMetaArguments { /** * List of roles that a user cannot explicitly consent to using after authenticating. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#blocked_roles_list OauthIntegration#blocked_roles_list} */ readonly blockedRolesList?: string[]; /** * Specifies a comment for the OAuth integration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#comment OauthIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#comment OauthIntegration#comment} */ readonly comment?: string; /** * Specifies whether this OAuth integration is enabled or disabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#enabled OauthIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#enabled OauthIntegration#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#id OauthIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#id OauthIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,49 +40,49 @@ export interface OauthIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#name OauthIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#name OauthIntegration#name} */ readonly name: string; /** * Specifies the OAuth client type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client OauthIntegration#oauth_client} */ readonly oauthClient: string; /** * Specifies the type of client being registered. Snowflake supports both confidential and public clients. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_client_type OauthIntegration#oauth_client_type} */ readonly oauthClientType?: string; /** * Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_issue_refresh_tokens OauthIntegration#oauth_issue_refresh_tokens} */ readonly oauthIssueRefreshTokens?: boolean | cdktf.IResolvable; /** * Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_redirect_uri OauthIntegration#oauth_redirect_uri} */ readonly oauthRedirectUri?: string; /** * Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_refresh_token_validity OauthIntegration#oauth_refresh_token_validity} */ readonly oauthRefreshTokenValidity?: number; /** * Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#oauth_use_secondary_roles OauthIntegration#oauth_use_secondary_roles} */ readonly oauthUseSecondaryRoles?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration snowflake_oauth_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration snowflake_oauth_integration} */ export class OauthIntegration extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class OauthIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a OauthIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OauthIntegration to import - * @param importFromId The id of the existing OauthIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OauthIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OauthIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class OauthIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/oauth_integration snowflake_oauth_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/oauth_integration snowflake_oauth_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class OauthIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_oauth_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/object-parameter/README.md b/src/object-parameter/README.md index 9ea6bce13..349002678 100644 --- a/src/object-parameter/README.md +++ b/src/object-parameter/README.md @@ -1,3 +1,3 @@ # `snowflake_object_parameter` -Refer to the Terraform Registory for docs: [`snowflake_object_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter). +Refer to the Terraform Registory for docs: [`snowflake_object_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter). diff --git a/src/object-parameter/index.ts b/src/object-parameter/index.ts index 1d3d28eb8..aef46d5bf 100644 --- a/src/object-parameter/index.ts +++ b/src/object-parameter/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface ObjectParameterConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#id ObjectParameter#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#id ObjectParameter#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,31 +22,31 @@ export interface ObjectParameterConfig extends cdktf.TerraformMetaArguments { /** * Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#key ObjectParameter#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#key ObjectParameter#key} */ readonly key: string; /** * Type of object to which the parameter applies. Valid values are those in [object types](https://docs.snowflake.com/en/sql-reference/parameters.html#object-types). If no value is provided, then the resource will default to setting the object parameter at account level. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_type ObjectParameter#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} */ readonly objectType?: string; /** * If true, the object parameter will be set on the account level. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#on_account ObjectParameter#on_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} */ readonly onAccount?: boolean | cdktf.IResolvable; /** * Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#value ObjectParameter#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#value ObjectParameter#value} */ readonly value: string; /** * object_identifier block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} */ readonly objectIdentifier?: ObjectParameterObjectIdentifier[] | cdktf.IResolvable; } @@ -54,19 +54,19 @@ export interface ObjectParameterObjectIdentifier { /** * Name of the database that the object was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#database ObjectParameter#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#database ObjectParameter#database} */ readonly database?: string; /** * Name of the object to set the parameter for. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#name ObjectParameter#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#name ObjectParameter#name} */ readonly name: string; /** * Name of the schema that the object was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#schema ObjectParameter#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter#schema ObjectParameter#schema} */ readonly schema?: string; } @@ -206,7 +206,7 @@ export class ObjectParameterObjectIdentifierList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter snowflake_object_parameter} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/object_parameter snowflake_object_parameter} */ export class ObjectParameter extends cdktf.TerraformResource { @@ -222,7 +222,7 @@ export class ObjectParameter extends cdktf.TerraformResource { * Generates CDKTF code for importing a ObjectParameter resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ObjectParameter to import - * @param importFromId The id of the existing ObjectParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ObjectParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -234,7 +234,7 @@ export class ObjectParameter extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/object_parameter snowflake_object_parameter} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -245,7 +245,7 @@ export class ObjectParameter extends cdktf.TerraformResource { terraformResourceType: 'snowflake_object_parameter', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/password-policy/README.md b/src/password-policy/README.md index cb33a62cd..f0f67ce3b 100644 --- a/src/password-policy/README.md +++ b/src/password-policy/README.md @@ -1,3 +1,3 @@ # `snowflake_password_policy` -Refer to the Terraform Registory for docs: [`snowflake_password_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy). +Refer to the Terraform Registory for docs: [`snowflake_password_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy). diff --git a/src/password-policy/index.ts b/src/password-policy/index.ts index e2ee0c8e3..29dabc9d8 100644 --- a/src/password-policy/index.ts +++ b/src/password-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface PasswordPolicyConfig extends cdktf.TerraformMetaArguments { /** * Adds a comment or overwrites an existing comment for the password policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#comment PasswordPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#comment PasswordPolicy#comment} */ readonly comment?: string; /** * The database this password policy belongs to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#database PasswordPolicy#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#database PasswordPolicy#database} */ readonly database: string; /** * Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#history PasswordPolicy#history} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#history PasswordPolicy#history} */ readonly history?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#id PasswordPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#id PasswordPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,91 +40,91 @@ export interface PasswordPolicyConfig extends cdktf.TerraformMetaArguments { /** * Prevent overwriting a previous password policy with the same name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} */ readonly ifNotExists?: boolean | cdktf.IResolvable; /** * Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD_MAX_RETRIES). Supported range: 1 to 999, inclusive. Default: 15 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} */ readonly lockoutTimeMins?: number; /** * Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} */ readonly maxAgeDays?: number; /** * Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD_MIN_LENGTH, PASSWORD_MIN_UPPER_CASE_CHARS, and PASSWORD_MIN_LOWER_CASE_CHARS. Supported range: 8 to 256, inclusive. Default: 256 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_length PasswordPolicy#max_length} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} */ readonly maxLength?: number; /** * Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} */ readonly maxRetries?: number; /** * Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} */ readonly minAgeDays?: number; /** * Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_length PasswordPolicy#min_length} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} */ readonly minLength?: number; /** * Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_lower_case_chars PasswordPolicy#min_lower_case_chars} */ readonly minLowerCaseChars?: number; /** * Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} */ readonly minNumericChars?: number; /** * Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} */ readonly minSpecialChars?: number; /** * Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#min_upper_case_chars PasswordPolicy#min_upper_case_chars} */ readonly minUpperCaseChars?: number; /** * Identifier for the password policy; must be unique for your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#name PasswordPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#name PasswordPolicy#name} */ readonly name: string; /** * Whether to override a previous password policy with the same name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} */ readonly orReplace?: boolean | cdktf.IResolvable; /** * The schema this password policy belongs to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#schema PasswordPolicy#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#schema PasswordPolicy#schema} */ readonly schema: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy snowflake_password_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy snowflake_password_policy} */ export class PasswordPolicy extends cdktf.TerraformResource { @@ -140,7 +140,7 @@ export class PasswordPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a PasswordPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the PasswordPolicy to import - * @param importFromId The id of the existing PasswordPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing PasswordPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the PasswordPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -152,7 +152,7 @@ export class PasswordPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/password_policy snowflake_password_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/password_policy snowflake_password_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -163,7 +163,7 @@ export class PasswordPolicy extends cdktf.TerraformResource { terraformResourceType: 'snowflake_password_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/pipe-grant/README.md b/src/pipe-grant/README.md index b8aba474c..1532d2cee 100644 --- a/src/pipe-grant/README.md +++ b/src/pipe-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_pipe_grant` -Refer to the Terraform Registory for docs: [`snowflake_pipe_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant). +Refer to the Terraform Registory for docs: [`snowflake_pipe_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant). diff --git a/src/pipe-grant/index.ts b/src/pipe-grant/index.ts index 2974e0b1d..8ed3d8bb9 100644 --- a/src/pipe-grant/index.ts +++ b/src/pipe-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface PipeGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future pipes on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#database_name PipeGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#database_name PipeGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#enable_multiple_grants PipeGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#id PipeGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#id PipeGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,49 +34,49 @@ export interface PipeGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all future pipes in the given schema. When this is true and no schema_name is provided apply this grant on all future pipes in the given database. The pipe_name field must be unset in order to use on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#on_future PipeGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#on_future PipeGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The name of the pipe on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#pipe_name PipeGrant#pipe_name} */ readonly pipeName?: string; /** * The privilege to grant on the current or future pipe. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#privilege PipeGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#privilege PipeGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#revert_ownership_to_role_name PipeGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#roles PipeGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#roles PipeGrant#roles} */ readonly roles?: string[]; /** * The name of the schema containing the current or future pipes on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#schema_name PipeGrant#schema_name} */ readonly schemaName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#with_grant_option PipeGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant snowflake_pipe_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant snowflake_pipe_grant} */ export class PipeGrant extends cdktf.TerraformResource { @@ -92,7 +92,7 @@ export class PipeGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a PipeGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the PipeGrant to import - * @param importFromId The id of the existing PipeGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing PipeGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the PipeGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -104,7 +104,7 @@ export class PipeGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe_grant snowflake_pipe_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe_grant snowflake_pipe_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -115,7 +115,7 @@ export class PipeGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_pipe_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/pipe/README.md b/src/pipe/README.md index 3b52636a4..9e3650b66 100644 --- a/src/pipe/README.md +++ b/src/pipe/README.md @@ -1,3 +1,3 @@ # `snowflake_pipe` -Refer to the Terraform Registory for docs: [`snowflake_pipe`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe). +Refer to the Terraform Registory for docs: [`snowflake_pipe`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe). diff --git a/src/pipe/index.ts b/src/pipe/index.ts index 87b27d63e..dc7c1209e 100644 --- a/src/pipe/index.ts +++ b/src/pipe/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface PipeConfig extends cdktf.TerraformMetaArguments { /** * Specifies a auto_ingest param for the pipe. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#auto_ingest Pipe#auto_ingest} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} */ readonly autoIngest?: boolean | cdktf.IResolvable; /** * Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} */ readonly awsSnsTopicArn?: string; /** * Specifies a comment for the pipe. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#comment Pipe#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#comment Pipe#comment} */ readonly comment?: string; /** * Specifies the copy statement for the pipe. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#copy_statement Pipe#copy_statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#copy_statement Pipe#copy_statement} */ readonly copyStatement: string; /** * The database in which to create the pipe. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#database Pipe#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#database Pipe#database} */ readonly database: string; /** * Specifies the name of the notification integration used for error notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#error_integration Pipe#error_integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#error_integration Pipe#error_integration} */ readonly errorIntegration?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#id Pipe#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#id Pipe#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -58,25 +58,25 @@ export interface PipeConfig extends cdktf.TerraformMetaArguments { /** * Specifies an integration for the pipe. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#integration Pipe#integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#integration Pipe#integration} */ readonly integration?: string; /** * Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#name Pipe#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#name Pipe#name} */ readonly name: string; /** * The schema in which to create the pipe. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#schema Pipe#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#schema Pipe#schema} */ readonly schema: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe snowflake_pipe} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe snowflake_pipe} */ export class Pipe extends cdktf.TerraformResource { @@ -92,7 +92,7 @@ export class Pipe extends cdktf.TerraformResource { * Generates CDKTF code for importing a Pipe resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Pipe to import - * @param importFromId The id of the existing Pipe that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Pipe that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Pipe to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -104,7 +104,7 @@ export class Pipe extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/pipe snowflake_pipe} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/pipe snowflake_pipe} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -115,7 +115,7 @@ export class Pipe extends cdktf.TerraformResource { terraformResourceType: 'snowflake_pipe', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/procedure-grant/README.md b/src/procedure-grant/README.md index b734d39f6..d3814d8d1 100644 --- a/src/procedure-grant/README.md +++ b/src/procedure-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_procedure_grant` -Refer to the Terraform Registory for docs: [`snowflake_procedure_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant). +Refer to the Terraform Registory for docs: [`snowflake_procedure_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant). diff --git a/src/procedure-grant/index.ts b/src/procedure-grant/index.ts index 118fa129e..ab9ad4ded 100644 --- a/src/procedure-grant/index.ts +++ b/src/procedure-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface ProcedureGrantConfig extends cdktf.TerraformMetaArguments { /** * List of the argument data types for the procedure (must be present if procedure has arguments and procedure_name is present) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#argument_data_types ProcedureGrant#argument_data_types} */ readonly argumentDataTypes?: string[]; /** * The name of the database containing the current or future procedures on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#database_name ProcedureGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#enable_multiple_grants ProcedureGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#id ProcedureGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#id ProcedureGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,61 +40,61 @@ export interface ProcedureGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all procedures in the given schema. When this is true and no schema_name is provided apply this grant on all procedures in the given database. The procedure_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_all ProcedureGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future procedures in the given schema. When this is true and no schema_name is provided apply this grant on all future procedures in the given database. The procedure_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#on_future ProcedureGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future procedure. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#privilege ProcedureGrant#privilege} */ readonly privilege?: string; /** * The name of the procedure on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#procedure_name ProcedureGrant#procedure_name} */ readonly procedureName?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#revert_ownership_to_role_name ProcedureGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#roles ProcedureGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#roles ProcedureGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future procedures on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#schema_name ProcedureGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#shares ProcedureGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#shares ProcedureGrant#shares} */ readonly shares?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#with_grant_option ProcedureGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant snowflake_procedure_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant snowflake_procedure_grant} */ export class ProcedureGrant extends cdktf.TerraformResource { @@ -110,7 +110,7 @@ export class ProcedureGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a ProcedureGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ProcedureGrant to import - * @param importFromId The id of the existing ProcedureGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ProcedureGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ProcedureGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -122,7 +122,7 @@ export class ProcedureGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure_grant snowflake_procedure_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure_grant snowflake_procedure_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -133,7 +133,7 @@ export class ProcedureGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_procedure_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/procedure/README.md b/src/procedure/README.md index 2de07319b..3082ae9f4 100644 --- a/src/procedure/README.md +++ b/src/procedure/README.md @@ -1,3 +1,3 @@ # `snowflake_procedure` -Refer to the Terraform Registory for docs: [`snowflake_procedure`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure). +Refer to the Terraform Registory for docs: [`snowflake_procedure`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure). diff --git a/src/procedure/index.ts b/src/procedure/index.ts index a8ede15d2..ef49647ee 100644 --- a/src/procedure/index.ts +++ b/src/procedure/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface ProcedureConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the procedure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#comment Procedure#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#comment Procedure#comment} */ readonly comment?: string; /** * The database in which to create the procedure. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#database Procedure#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#database Procedure#database} */ readonly database: string; /** * Sets execute context - see caller's rights and owner's rights * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#execute_as Procedure#execute_as} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#execute_as Procedure#execute_as} */ readonly executeAs?: string; /** * The handler method for Java / Python procedures. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#handler Procedure#handler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#handler Procedure#handler} */ readonly handler?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#id Procedure#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#id Procedure#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -46,67 +46,67 @@ export interface ProcedureConfig extends cdktf.TerraformMetaArguments { /** * Imports for Java / Python procedures. For Java this a list of jar files, for Python this is a list of Python files. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#imports Procedure#imports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#imports Procedure#imports} */ readonly imports?: string[]; /** * Specifies the language of the stored procedure code. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#language Procedure#language} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#language Procedure#language} */ readonly language?: string; /** * Specifies the identifier for the procedure; does not have to be unique for the schema in which the procedure is created. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} */ readonly name: string; /** * Specifies the behavior of the procedure when called with null inputs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#null_input_behavior Procedure#null_input_behavior} */ readonly nullInputBehavior?: string; /** * List of package imports to use for Java / Python procedures. For Java, package imports should be of the form: package_name:version_number, where package_name is snowflake_domain:package. For Python use it should be: ('numpy','pandas','xgboost==1.5.0'). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#packages Procedure#packages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#packages Procedure#packages} */ readonly packages?: string[]; /** * Specifies the behavior of the function when returning results * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_behavior Procedure#return_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_behavior Procedure#return_behavior} */ readonly returnBehavior?: string; /** * The return type of the procedure * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#return_type Procedure#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#return_type Procedure#return_type} */ readonly returnType: string; /** * Required for Python procedures. Specifies Python runtime version. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#runtime_version Procedure#runtime_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#runtime_version Procedure#runtime_version} */ readonly runtimeVersion?: string; /** * The schema in which to create the procedure. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#schema Procedure#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#schema Procedure#schema} */ readonly schema: string; /** * Specifies the code used to create the procedure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#statement Procedure#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#statement Procedure#statement} */ readonly statement: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#arguments Procedure#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#arguments Procedure#arguments} */ readonly arguments?: ProcedureArguments[] | cdktf.IResolvable; } @@ -114,13 +114,13 @@ export interface ProcedureArguments { /** * The argument name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#name Procedure#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#name Procedure#name} */ readonly name: string; /** * The argument type * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#type Procedure#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#type Procedure#type} */ readonly type: string; } @@ -234,7 +234,7 @@ export class ProcedureArgumentsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure snowflake_procedure} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure snowflake_procedure} */ export class Procedure extends cdktf.TerraformResource { @@ -250,7 +250,7 @@ export class Procedure extends cdktf.TerraformResource { * Generates CDKTF code for importing a Procedure resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Procedure to import - * @param importFromId The id of the existing Procedure that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Procedure that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Procedure to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -262,7 +262,7 @@ export class Procedure extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/procedure snowflake_procedure} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/procedure snowflake_procedure} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -273,7 +273,7 @@ export class Procedure extends cdktf.TerraformResource { terraformResourceType: 'snowflake_procedure', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/provider/README.md b/src/provider/README.md index c5584d0d0..f6b00e683 100644 --- a/src/provider/README.md +++ b/src/provider/README.md @@ -1,3 +1,3 @@ # `provider` -Refer to the Terraform Registory for docs: [`snowflake`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs). +Refer to the Terraform Registory for docs: [`snowflake`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index 299e79de5..8a8a3326f 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,271 +15,271 @@ export interface SnowflakeProviderConfig { /** * Specifies your Snowflake account identifier assigned, by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). Can also be sourced from the `SNOWFLAKE_ACCOUNT` environment variable. Required unless using `profile`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#account SnowflakeProvider#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#account SnowflakeProvider#account} */ readonly account?: string; /** * Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid values include: Snowflake, OAuth, ExternalBrowser, Okta, JWT, TokenAccessor, UsernamePasswordMFA. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#authenticator SnowflakeProvider#authenticator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#authenticator SnowflakeProvider#authenticator} */ readonly authenticator?: string; /** * Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_USE_BROWSER_AUTH` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#browser_auth SnowflakeProvider#browser_auth} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#browser_auth SnowflakeProvider#browser_auth} */ readonly browserAuth?: boolean | cdktf.IResolvable; /** * IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_ip SnowflakeProvider#client_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_ip SnowflakeProvider#client_ip} */ readonly clientIp?: string; /** * When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} */ readonly clientRequestMfaToken?: boolean | cdktf.IResolvable; /** * When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} */ readonly clientStoreTemporaryCredential?: boolean | cdktf.IResolvable; /** * The timeout in seconds for the client to complete the authentication. Default is 900 seconds. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_timeout SnowflakeProvider#client_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_timeout SnowflakeProvider#client_timeout} */ readonly clientTimeout?: number; /** * Should HTAP query context cache be disabled. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} */ readonly disableQueryContextCache?: boolean | cdktf.IResolvable; /** * Indicates whether to disable telemetry. Can also be sourced from the `SNOWFLAKE_DISABLE_TELEMETRY` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#disable_telemetry SnowflakeProvider#disable_telemetry} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} */ readonly disableTelemetry?: boolean | cdktf.IResolvable; /** * The timeout in seconds for the external browser to complete the authentication. Default is 120 seconds. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} */ readonly externalBrowserTimeout?: number; /** * Supports passing in a custom host value to the snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_HOST` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#host SnowflakeProvider#host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#host SnowflakeProvider#host} */ readonly host?: string; /** * If true, bypass the Online Certificate Status Protocol (OCSP) certificate revocation check. IMPORTANT: Change the default value for testing or emergency situations only. Can also be sourced from the `SNOWFLAKE_INSECURE_MODE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#insecure_mode SnowflakeProvider#insecure_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#insecure_mode SnowflakeProvider#insecure_mode} */ readonly insecureMode?: boolean | cdktf.IResolvable; /** * The timeout in seconds for the JWT client to complete the authentication. Default is 10 seconds. Can also be sourced from the `SNOWFLAKE_JWT_CLIENT_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} */ readonly jwtClientTimeout?: number; /** * JWT expire after timeout in seconds. Can also be sourced from the `SNOWFLAKE_JWT_EXPIRE_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} */ readonly jwtExpireTimeout?: number; /** * Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#keep_session_alive SnowflakeProvider#keep_session_alive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} */ readonly keepSessionAlive?: boolean | cdktf.IResolvable; /** * Login retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#login_timeout SnowflakeProvider#login_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#login_timeout SnowflakeProvider#login_timeout} */ readonly loginTimeout?: number; /** * Token for use with OAuth. Generating the token is left to other tools. Cannot be used with `browser_auth`, `private_key_path`, `oauth_refresh_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_ACCESS_TOKEN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_access_token SnowflakeProvider#oauth_access_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_access_token SnowflakeProvider#oauth_access_token} */ readonly oauthAccessToken?: string; /** * Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_id SnowflakeProvider#oauth_client_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_id SnowflakeProvider#oauth_client_id} */ readonly oauthClientId?: string; /** * Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_client_secret SnowflakeProvider#oauth_client_secret} */ readonly oauthClientSecret?: string; /** * Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_ENDPOINT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_endpoint SnowflakeProvider#oauth_endpoint} */ readonly oauthEndpoint?: string; /** * Required when `oauth_refresh_token` is used. Can also be sourced from `SNOWFLAKE_OAUTH_REDIRECT_URL` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_redirect_url SnowflakeProvider#oauth_redirect_url} */ readonly oauthRedirectUrl?: string; /** * Token for use with OAuth. Setup and generation of the token is left to other tools. Should be used in conjunction with `oauth_client_id`, `oauth_client_secret`, `oauth_endpoint`, `oauth_redirect_url`. Cannot be used with `browser_auth`, `private_key_path`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_OAUTH_REFRESH_TOKEN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#oauth_refresh_token SnowflakeProvider#oauth_refresh_token} */ readonly oauthRefreshToken?: string; /** * True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} */ readonly ocspFailOpen?: boolean | cdktf.IResolvable; /** * The URL of the Okta server. e.g. https://example.okta.com. Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#okta_url SnowflakeProvider#okta_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#okta_url SnowflakeProvider#okta_url} */ readonly oktaUrl?: string; /** * Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#params SnowflakeProvider#params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#params SnowflakeProvider#params} */ readonly params?: { [key: string]: string }; /** * Specifies the passcode provided by Duo when using multi-factor authentication (MFA) for login. Can also be sourced from the `SNOWFLAKE_PASSCODE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode SnowflakeProvider#passcode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode SnowflakeProvider#passcode} */ readonly passcode?: string; /** * False by default. Set to true if the MFA passcode is embedded in the login password. Appends the MFA passcode to the end of the password. Can also be sourced from the `SNOWFLAKE_PASSCODE_IN_PASSWORD` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#passcode_in_password SnowflakeProvider#passcode_in_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} */ readonly passcodeInPassword?: boolean | cdktf.IResolvable; /** * Password for username+password auth. Cannot be used with `browser_auth` or `private_key_path`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#password SnowflakeProvider#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#password SnowflakeProvider#password} */ readonly password?: string; /** * Support custom port values to snowflake go driver for use with privatelink. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#port SnowflakeProvider#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#port SnowflakeProvider#port} */ readonly port?: number; /** * Private Key for username+private-key auth. Cannot be used with `browser_auth` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key SnowflakeProvider#private_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key SnowflakeProvider#private_key} */ readonly privateKey?: string; /** * Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-gcm, aes-256-cbc, aes-256-gcm, and des-ede3-cbc. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} */ readonly privateKeyPassphrase?: string; /** * Path to a private key for using keypair authentication. Cannot be used with `browser_auth`, `oauth_access_token` or `password`. Can also be sourced from `SNOWFLAKE_PRIVATE_KEY_PATH` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#private_key_path SnowflakeProvider#private_key_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#private_key_path SnowflakeProvider#private_key_path} */ readonly privateKeyPath?: string; /** * Sets the profile to read from ~/.snowflake/config file. Can also be sourced from the `SNOWFLAKE_PROFILE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#profile SnowflakeProvider#profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#profile SnowflakeProvider#profile} */ readonly profile?: string; /** * Either http or https, defaults to https. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#protocol SnowflakeProvider#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#protocol SnowflakeProvider#protocol} */ readonly protocol?: string; /** * Snowflake region, such as "eu-central-1", with this parameter. However, since this parameter is deprecated, it is best to specify the region as part of the account parameter. For details, see the description of the account parameter. [Snowflake region](https://docs.snowflake.com/en/user-guide/intro-regions.html) to use. Required if using the [legacy format for the `account` identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) in the form of `.`. Can also be sourced from the `SNOWFLAKE_REGION` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#region SnowflakeProvider#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#region SnowflakeProvider#region} */ readonly region?: string; /** * request retry timeout EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#request_timeout SnowflakeProvider#request_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#request_timeout SnowflakeProvider#request_timeout} */ readonly requestTimeout?: number; /** * Specifies the role to use by default for accessing Snowflake objects in the client session. Can also be sourced from the `SNOWFLAKE_ROLE` environment variable. . * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#role SnowflakeProvider#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#role SnowflakeProvider#role} */ readonly role?: string; /** * Sets session parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#session_params SnowflakeProvider#session_params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#session_params SnowflakeProvider#session_params} */ readonly sessionParams?: { [key: string]: string }; /** * Token to use for OAuth and other forms of token based auth. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token SnowflakeProvider#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token SnowflakeProvider#token} */ readonly token?: string; /** * Username. Can also be sourced from the `SNOWFLAKE_USER` environment variable. Required unless using `profile`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#user SnowflakeProvider#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#user SnowflakeProvider#user} */ readonly user?: string; /** * Username for username+password authentication. Can also be sourced from the `SNOWFLAKE_USERNAME` environment variable. Required unless using `profile`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#username SnowflakeProvider#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#username SnowflakeProvider#username} */ readonly username?: string; /** * True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} */ readonly validateDefaultParameters?: boolean | cdktf.IResolvable; /** * Specifies the virtual warehouse to use by default for queries, loading, etc. in the client session. Can also be sourced from the `SNOWFLAKE_WAREHOUSE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#warehouse SnowflakeProvider#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#warehouse SnowflakeProvider#warehouse} */ readonly warehouse?: string; /** * Alias name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#alias SnowflakeProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#alias SnowflakeProvider#alias} */ readonly alias?: string; /** * token_accessor block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_accessor SnowflakeProvider#token_accessor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_accessor SnowflakeProvider#token_accessor} */ readonly tokenAccessor?: SnowflakeProviderTokenAccessor; } @@ -287,31 +287,31 @@ export interface SnowflakeProviderTokenAccessor { /** * The client ID for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_id SnowflakeProvider#client_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_id SnowflakeProvider#client_id} */ readonly clientId: string; /** * The client secret for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#client_secret SnowflakeProvider#client_secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#client_secret SnowflakeProvider#client_secret} */ readonly clientSecret: string; /** * The redirect URI for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#redirect_uri SnowflakeProvider#redirect_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#redirect_uri SnowflakeProvider#redirect_uri} */ readonly redirectUri: string; /** * The refresh token for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#refresh_token SnowflakeProvider#refresh_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#refresh_token SnowflakeProvider#refresh_token} */ readonly refreshToken: string; /** * The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#token_endpoint SnowflakeProvider#token_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs#token_endpoint SnowflakeProvider#token_endpoint} */ readonly tokenEndpoint: string; } @@ -332,7 +332,7 @@ export function snowflakeProviderTokenAccessorToTerraform(struct?: SnowflakeProv /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs snowflake} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs snowflake} */ export class SnowflakeProvider extends cdktf.TerraformProvider { @@ -348,7 +348,7 @@ export class SnowflakeProvider extends cdktf.TerraformProvider { * Generates CDKTF code for importing a SnowflakeProvider resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SnowflakeProvider to import - * @param importFromId The id of the existing SnowflakeProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SnowflakeProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -360,7 +360,7 @@ export class SnowflakeProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs snowflake} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -371,7 +371,7 @@ export class SnowflakeProvider extends cdktf.TerraformProvider { terraformResourceType: 'snowflake', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, terraformProviderSource: 'Snowflake-Labs/snowflake' diff --git a/src/resource-monitor-grant/README.md b/src/resource-monitor-grant/README.md index 39bb8dae2..4d7915623 100644 --- a/src/resource-monitor-grant/README.md +++ b/src/resource-monitor-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_resource_monitor_grant` -Refer to the Terraform Registory for docs: [`snowflake_resource_monitor_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant). +Refer to the Terraform Registory for docs: [`snowflake_resource_monitor_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant). diff --git a/src/resource-monitor-grant/index.ts b/src/resource-monitor-grant/index.ts index 92879c57f..643348236 100644 --- a/src/resource-monitor-grant/index.ts +++ b/src/resource-monitor-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface ResourceMonitorGrantConfig extends cdktf.TerraformMetaArguments /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#enable_multiple_grants ResourceMonitorGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#id ResourceMonitorGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,31 +28,31 @@ export interface ResourceMonitorGrantConfig extends cdktf.TerraformMetaArguments /** * Identifier for the resource monitor; must be unique for your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#monitor_name ResourceMonitorGrant#monitor_name} */ readonly monitorName: string; /** * The privilege to grant on the resource monitor. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#privilege ResourceMonitorGrant#privilege} */ readonly privilege?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#roles ResourceMonitorGrant#roles} */ readonly roles?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#with_grant_option ResourceMonitorGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant} */ export class ResourceMonitorGrant extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class ResourceMonitorGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a ResourceMonitorGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ResourceMonitorGrant to import - * @param importFromId The id of the existing ResourceMonitorGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ResourceMonitorGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ResourceMonitorGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class ResourceMonitorGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor_grant snowflake_resource_monitor_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -91,7 +91,7 @@ export class ResourceMonitorGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_resource_monitor_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/resource-monitor/README.md b/src/resource-monitor/README.md index ae184e3b9..71e02dd2b 100644 --- a/src/resource-monitor/README.md +++ b/src/resource-monitor/README.md @@ -1,3 +1,3 @@ # `snowflake_resource_monitor` -Refer to the Terraform Registory for docs: [`snowflake_resource_monitor`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor). +Refer to the Terraform Registory for docs: [`snowflake_resource_monitor`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor). diff --git a/src/resource-monitor/index.ts b/src/resource-monitor/index.ts index 983b0d857..8192d3736 100644 --- a/src/resource-monitor/index.ts +++ b/src/resource-monitor/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface ResourceMonitorConfig extends cdktf.TerraformMetaArguments { /** * The number of credits allocated monthly to the resource monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} */ readonly creditQuota?: number; /** * The date and time when the resource monitor suspends the assigned warehouses. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} */ readonly endTimestamp?: string; /** * The frequency interval at which the credit usage resets to 0. If you set a frequency for a resource monitor, you must also set START_TIMESTAMP. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} */ readonly frequency?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#id ResourceMonitor#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#id ResourceMonitor#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,67 +40,67 @@ export interface ResourceMonitorConfig extends cdktf.TerraformMetaArguments { /** * Identifier for the resource monitor; must be unique for your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#name ResourceMonitor#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#name ResourceMonitor#name} */ readonly name: string; /** * A list of percentage thresholds at which to send an alert to subscribed users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} */ readonly notifyTriggers?: number[]; /** * Specifies the list of users to receive email notifications on resource monitors. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} */ readonly notifyUsers?: string[]; /** * Specifies whether the resource monitor should be applied globally to your Snowflake account (defaults to false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#set_for_account ResourceMonitor#set_for_account} */ readonly setForAccount?: boolean | cdktf.IResolvable; /** * The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} */ readonly startTimestamp?: string; /** * The number that represents the percentage threshold at which to immediately suspend all warehouses. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} */ readonly suspendImmediateTrigger?: number; /** * A list of percentage thresholds at which to suspend all warehouses. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_immediate_triggers ResourceMonitor#suspend_immediate_triggers} */ readonly suspendImmediateTriggers?: number[]; /** * The number that represents the percentage threshold at which to suspend all warehouses. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} */ readonly suspendTrigger?: number; /** * A list of percentage thresholds at which to suspend all warehouses. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#suspend_triggers ResourceMonitor#suspend_triggers} */ readonly suspendTriggers?: number[]; /** * A list of warehouses to apply the resource monitor to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#warehouses ResourceMonitor#warehouses} */ readonly warehouses?: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor snowflake_resource_monitor} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor snowflake_resource_monitor} */ export class ResourceMonitor extends cdktf.TerraformResource { @@ -116,7 +116,7 @@ export class ResourceMonitor extends cdktf.TerraformResource { * Generates CDKTF code for importing a ResourceMonitor resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ResourceMonitor to import - * @param importFromId The id of the existing ResourceMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ResourceMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ResourceMonitor to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -128,7 +128,7 @@ export class ResourceMonitor extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/resource_monitor snowflake_resource_monitor} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/resource_monitor snowflake_resource_monitor} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -139,7 +139,7 @@ export class ResourceMonitor extends cdktf.TerraformResource { terraformResourceType: 'snowflake_resource_monitor', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/role-grants/README.md b/src/role-grants/README.md index ab48eb29b..a6b47b52d 100644 --- a/src/role-grants/README.md +++ b/src/role-grants/README.md @@ -1,3 +1,3 @@ # `snowflake_role_grants` -Refer to the Terraform Registory for docs: [`snowflake_role_grants`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants). +Refer to the Terraform Registory for docs: [`snowflake_role_grants`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants). diff --git a/src/role-grants/index.ts b/src/role-grants/index.ts index a3f04ca18..74098b1b5 100644 --- a/src/role-grants/index.ts +++ b/src/role-grants/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface RoleGrantsConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#enable_multiple_grants RoleGrants#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#id RoleGrants#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#id RoleGrants#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,25 +28,25 @@ export interface RoleGrantsConfig extends cdktf.TerraformMetaArguments { /** * The name of the role we are granting. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#role_name RoleGrants#role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#role_name RoleGrants#role_name} */ readonly roleName: string; /** * Grants role to this specified role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#roles RoleGrants#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#roles RoleGrants#roles} */ readonly roles?: string[]; /** * Grants role to this specified user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#users RoleGrants#users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#users RoleGrants#users} */ readonly users?: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants snowflake_role_grants} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants snowflake_role_grants} */ export class RoleGrants extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class RoleGrants extends cdktf.TerraformResource { * Generates CDKTF code for importing a RoleGrants resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the RoleGrants to import - * @param importFromId The id of the existing RoleGrants that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RoleGrants that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RoleGrants to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class RoleGrants extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_grants snowflake_role_grants} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_grants snowflake_role_grants} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class RoleGrants extends cdktf.TerraformResource { terraformResourceType: 'snowflake_role_grants', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/role-ownership-grant/README.md b/src/role-ownership-grant/README.md index 939676c33..7570991f6 100644 --- a/src/role-ownership-grant/README.md +++ b/src/role-ownership-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_role_ownership_grant` -Refer to the Terraform Registory for docs: [`snowflake_role_ownership_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant). +Refer to the Terraform Registory for docs: [`snowflake_role_ownership_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant). diff --git a/src/role-ownership-grant/index.ts b/src/role-ownership-grant/index.ts index baeb5f6bb..b67432201 100644 --- a/src/role-ownership-grant/index.ts +++ b/src/role-ownership-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface RoleOwnershipGrantConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#current_grants RoleOwnershipGrant#current_grants} */ readonly currentGrants?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#id RoleOwnershipGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,25 +28,25 @@ export interface RoleOwnershipGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the role ownership is granted on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#on_role_name RoleOwnershipGrant#on_role_name} */ readonly onRoleName: string; /** * The name of the role to revert ownership to on destroy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#revert_ownership_to_role_name RoleOwnershipGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#to_role_name RoleOwnershipGrant#to_role_name} */ readonly toRoleName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant snowflake_role_ownership_grant} */ export class RoleOwnershipGrant extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class RoleOwnershipGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a RoleOwnershipGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the RoleOwnershipGrant to import - * @param importFromId The id of the existing RoleOwnershipGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RoleOwnershipGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RoleOwnershipGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class RoleOwnershipGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role_ownership_grant snowflake_role_ownership_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role_ownership_grant snowflake_role_ownership_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class RoleOwnershipGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_role_ownership_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/role/README.md b/src/role/README.md index a39a6d27e..4b7d808ab 100644 --- a/src/role/README.md +++ b/src/role/README.md @@ -1,3 +1,3 @@ # `snowflake_role` -Refer to the Terraform Registory for docs: [`snowflake_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role). +Refer to the Terraform Registory for docs: [`snowflake_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role). diff --git a/src/role/index.ts b/src/role/index.ts index 065bf79f7..6a671046c 100644 --- a/src/role/index.ts +++ b/src/role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface RoleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#comment Role#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#comment Role#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#id Role#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#id Role#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name} */ readonly name: string; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#tag Role#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#tag Role#tag} */ readonly tag?: RoleTag[] | cdktf.IResolvable; } @@ -38,25 +38,25 @@ export interface RoleTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#database Role#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#database Role#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#name Role#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#name Role#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#schema Role#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#schema Role#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#value Role#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#value Role#value} */ readonly value: string; } @@ -216,7 +216,7 @@ export class RoleTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role snowflake_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role snowflake_role} */ export class Role extends cdktf.TerraformResource { @@ -232,7 +232,7 @@ export class Role extends cdktf.TerraformResource { * Generates CDKTF code for importing a Role resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Role to import - * @param importFromId The id of the existing Role that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Role that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Role to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -244,7 +244,7 @@ export class Role extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/role snowflake_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/role snowflake_role} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -255,7 +255,7 @@ export class Role extends cdktf.TerraformResource { terraformResourceType: 'snowflake_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/row-access-policy-grant/README.md b/src/row-access-policy-grant/README.md index 8d55e5831..435206898 100644 --- a/src/row-access-policy-grant/README.md +++ b/src/row-access-policy-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_row_access_policy_grant` -Refer to the Terraform Registory for docs: [`snowflake_row_access_policy_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant). +Refer to the Terraform Registory for docs: [`snowflake_row_access_policy_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant). diff --git a/src/row-access-policy-grant/index.ts b/src/row-access-policy-grant/index.ts index bee7f372e..09baee7e2 100644 --- a/src/row-access-policy-grant/index.ts +++ b/src/row-access-policy-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface RowAccessPolicyGrantConfig extends cdktf.TerraformMetaArguments /** * The name of the database containing the row access policy on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#database_name RowAccessPolicyGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#enable_multiple_grants RowAccessPolicyGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#id RowAccessPolicyGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,43 +34,43 @@ export interface RowAccessPolicyGrantConfig extends cdktf.TerraformMetaArguments /** * The privilege to grant on the row access policy. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#privilege RowAccessPolicyGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#revert_ownership_to_role_name RowAccessPolicyGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#roles RowAccessPolicyGrant#roles} */ readonly roles?: string[]; /** * The name of the row access policy on which to grant privileges immediately. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#row_access_policy_name RowAccessPolicyGrant#row_access_policy_name} */ readonly rowAccessPolicyName: string; /** * The name of the schema containing the row access policy on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#schema_name RowAccessPolicyGrant#schema_name} */ readonly schemaName: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#with_grant_option RowAccessPolicyGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant} */ export class RowAccessPolicyGrant extends cdktf.TerraformResource { @@ -86,7 +86,7 @@ export class RowAccessPolicyGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a RowAccessPolicyGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the RowAccessPolicyGrant to import - * @param importFromId The id of the existing RowAccessPolicyGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RowAccessPolicyGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RowAccessPolicyGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -98,7 +98,7 @@ export class RowAccessPolicyGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy_grant snowflake_row_access_policy_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -109,7 +109,7 @@ export class RowAccessPolicyGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_row_access_policy_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/row-access-policy/README.md b/src/row-access-policy/README.md index d130c8446..db60de1df 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 Registory for docs: [`snowflake_row_access_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy). +Refer to the Terraform Registory for docs: [`snowflake_row_access_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy). diff --git a/src/row-access-policy/index.ts b/src/row-access-policy/index.ts index ee8b9b80d..a9e03ca05 100644 --- a/src/row-access-policy/index.ts +++ b/src/row-access-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface RowAccessPolicyConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the row access policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#comment RowAccessPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} */ readonly comment?: string; /** * The database in which to create the row access policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#database RowAccessPolicy#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#database RowAccessPolicy#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#id RowAccessPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#id RowAccessPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,31 +34,31 @@ export interface RowAccessPolicyConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#name RowAccessPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#name RowAccessPolicy#name} */ readonly name: string; /** * Specifies the SQL expression. The expression can be any boolean-valued SQL expression. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#row_access_expression RowAccessPolicy#row_access_expression} */ readonly rowAccessExpression: string; /** * The schema in which to create the row access policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#schema RowAccessPolicy#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} */ readonly schema: string; /** * Specifies signature (arguments) for the row access policy (uppercase and sorted to avoid recreation of resource). A signature specifies a set of attributes that must be considered to determine whether the row is accessible. The attribute values come from the database object (e.g. table or view) to be protected by the row access policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#signature RowAccessPolicy#signature} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#signature RowAccessPolicy#signature} */ readonly signature: { [key: string]: string }; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy snowflake_row_access_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy snowflake_row_access_policy} */ export class RowAccessPolicy extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class RowAccessPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a RowAccessPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the RowAccessPolicy to import - * @param importFromId The id of the existing RowAccessPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RowAccessPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RowAccessPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class RowAccessPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/row_access_policy snowflake_row_access_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/row_access_policy snowflake_row_access_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -97,7 +97,7 @@ export class RowAccessPolicy extends cdktf.TerraformResource { terraformResourceType: 'snowflake_row_access_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/saml-integration/README.md b/src/saml-integration/README.md index 6f2ae6456..e044a2f84 100644 --- a/src/saml-integration/README.md +++ b/src/saml-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_saml_integration` -Refer to the Terraform Registory for docs: [`snowflake_saml_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration). +Refer to the Terraform Registory for docs: [`snowflake_saml_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration). diff --git a/src/saml-integration/index.ts b/src/saml-integration/index.ts index 9bc270d6f..0c7a54744 100644 --- a/src/saml-integration/index.ts +++ b/src/saml-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface SamlIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether this security integration is enabled or disabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#enabled SamlIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#enabled SamlIntegration#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#id SamlIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#id SamlIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,91 +28,91 @@ export interface SamlIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#name SamlIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#name SamlIntegration#name} */ readonly name: string; /** * The Boolean indicating if the Log In With button will be shown on the login page. TRUE: displays the Log in WIth button on the login page. FALSE: does not display the Log in With button on the login page. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_enable_sp_initiated SamlIntegration#saml2_enable_sp_initiated} */ readonly saml2EnableSpInitiated?: boolean | cdktf.IResolvable; /** * The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_force_authn SamlIntegration#saml2_force_authn} */ readonly saml2ForceAuthn?: boolean | cdktf.IResolvable; /** * The string containing the IdP EntityID / Issuer. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_issuer SamlIntegration#saml2_issuer} */ readonly saml2Issuer: string; /** * The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. Snowflake terminates the Snowflake session upon redirecting to the specified endpoint. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_post_logout_redirect_url SamlIntegration#saml2_post_logout_redirect_url} */ readonly saml2PostLogoutRedirectUrl?: string; /** * The string describing the IdP. One of the following: OKTA, ADFS, Custom. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_provider SamlIntegration#saml2_provider} */ readonly saml2Provider: string; /** * The SAML NameID format allows Snowflake to set an expectation of the identifying attribute of the user (i.e. SAML Subject) in the SAML assertion from the IdP to ensure a valid authentication to Snowflake. If a value is not specified, Snowflake sends the urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress value in the authentication request to the IdP. NameID must be one of the following values: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName, urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName, urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient . * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_requested_nameid_format SamlIntegration#saml2_requested_nameid_format} */ readonly saml2RequestedNameidFormat?: string; /** * The Boolean indicating whether SAML requests are signed. TRUE: allows SAML requests to be signed. FALSE: does not allow SAML requests to be signed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sign_request SamlIntegration#saml2_sign_request} */ readonly saml2SignRequest?: boolean | cdktf.IResolvable; /** * The string containing the Snowflake Assertion Consumer Service URL to which the IdP will send its SAML authentication response back to Snowflake. This property will be set in the SAML authentication request generated by Snowflake when initiating a SAML SSO operation with the IdP. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. Default: https://..snowflakecomputing.com/fed/login * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_acs_url SamlIntegration#saml2_snowflake_acs_url} */ readonly saml2SnowflakeAcsUrl?: string; /** * The string containing the EntityID / Issuer for the Snowflake service provider. If an incorrect value is specified, Snowflake returns an error message indicating the acceptable values to use. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_issuer_url SamlIntegration#saml2_snowflake_issuer_url} */ readonly saml2SnowflakeIssuerUrl?: string; /** * The Base64 encoded self-signed certificate generated by Snowflake for use with Encrypting SAML Assertions and Signed SAML Requests. You must have at least one of these features (encrypted SAML assertions or signed SAML responses) enabled in your Snowflake account to access the certificate value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_snowflake_x509_cert SamlIntegration#saml2_snowflake_x509_cert} */ readonly saml2SnowflakeX509Cert?: string; /** * The string containing the label to display after the Log In With button on the login page. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sp_initiated_login_page_label SamlIntegration#saml2_sp_initiated_login_page_label} */ readonly saml2SpInitiatedLoginPageLabel?: string; /** * The string containing the IdP SSO URL, where the user should be redirected by Snowflake (the Service Provider) with a SAML AuthnRequest message. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_sso_url SamlIntegration#saml2_sso_url} */ readonly saml2SsoUrl: string; /** * The Base64 encoded IdP signing certificate on a single line without the leading -----BEGIN CERTIFICATE----- and ending -----END CERTIFICATE----- markers. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#saml2_x509_cert SamlIntegration#saml2_x509_cert} */ readonly saml2X509Cert: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration snowflake_saml_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration snowflake_saml_integration} */ export class SamlIntegration extends cdktf.TerraformResource { @@ -128,7 +128,7 @@ export class SamlIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a SamlIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SamlIntegration to import - * @param importFromId The id of the existing SamlIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SamlIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SamlIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -140,7 +140,7 @@ export class SamlIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/saml_integration snowflake_saml_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/saml_integration snowflake_saml_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -151,7 +151,7 @@ export class SamlIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_saml_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/schema-grant/README.md b/src/schema-grant/README.md index ddb43493f..9a8e746b2 100644 --- a/src/schema-grant/README.md +++ b/src/schema-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_schema_grant` -Refer to the Terraform Registory for docs: [`snowflake_schema_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant). +Refer to the Terraform Registory for docs: [`snowflake_schema_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant). diff --git a/src/schema-grant/index.ts b/src/schema-grant/index.ts index b65faeb9b..434af3087 100644 --- a/src/schema-grant/index.ts +++ b/src/schema-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface SchemaGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the schema on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#database_name SchemaGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#database_name SchemaGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#enable_multiple_grants SchemaGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#id SchemaGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#id SchemaGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,55 +34,55 @@ export interface SchemaGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, apply this grant on all schemas in the given database. The schema_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_all SchemaGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_all SchemaGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true, apply this grant on all future schemas in the given database. The schema_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#on_future SchemaGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#on_future SchemaGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future schema. Note that if "OWNERSHIP" is specified, ensure that the role that terraform is using is granted access. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#privilege SchemaGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#privilege SchemaGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#revert_ownership_to_role_name SchemaGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#roles SchemaGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#roles SchemaGrant#roles} */ readonly roles?: string[]; /** * The name of the schema on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#schema_name SchemaGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future and on_all are unset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#shares SchemaGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#shares SchemaGrant#shares} */ readonly shares?: string[]; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#with_grant_option SchemaGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant snowflake_schema_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant snowflake_schema_grant} */ export class SchemaGrant extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class SchemaGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a SchemaGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SchemaGrant to import - * @param importFromId The id of the existing SchemaGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SchemaGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SchemaGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class SchemaGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema_grant snowflake_schema_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema_grant snowflake_schema_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class SchemaGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_schema_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/schema/README.md b/src/schema/README.md index c7af865a5..ff993a54a 100644 --- a/src/schema/README.md +++ b/src/schema/README.md @@ -1,3 +1,3 @@ # `snowflake_schema` -Refer to the Terraform Registory for docs: [`snowflake_schema`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema). +Refer to the Terraform Registory for docs: [`snowflake_schema`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema). diff --git a/src/schema/index.ts b/src/schema/index.ts index 54b88e0d5..a9cbdc128 100644 --- a/src/schema/index.ts +++ b/src/schema/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface SchemaConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#comment Schema#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#comment Schema#comment} */ readonly comment?: string; /** * Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the schema, as well as specifying the default Time Travel retention time for all tables created in the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#data_retention_days Schema#data_retention_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#data_retention_days Schema#data_retention_days} */ readonly dataRetentionDays?: number; /** * The database in which to create the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#id Schema#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#id Schema#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,25 +40,25 @@ export interface SchemaConfig extends cdktf.TerraformMetaArguments { /** * Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_managed Schema#is_managed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_managed Schema#is_managed} */ readonly isManaged?: boolean | cdktf.IResolvable; /** * Specifies a schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#is_transient Schema#is_transient} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#is_transient Schema#is_transient} */ readonly isTransient?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the schema; must be unique for the database in which the schema is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} */ readonly name: string; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#tag Schema#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#tag Schema#tag} */ readonly tag?: SchemaTag[] | cdktf.IResolvable; } @@ -66,25 +66,25 @@ export interface SchemaTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#database Schema#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#database Schema#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#name Schema#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#name Schema#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#schema Schema#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#schema Schema#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#value Schema#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema#value Schema#value} */ readonly value: string; } @@ -244,7 +244,7 @@ export class SchemaTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema snowflake_schema} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/schema snowflake_schema} */ export class Schema extends cdktf.TerraformResource { @@ -260,7 +260,7 @@ export class Schema extends cdktf.TerraformResource { * Generates CDKTF code for importing a Schema resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Schema to import - * @param importFromId The id of the existing Schema that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Schema that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -272,7 +272,7 @@ export class Schema extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/schema snowflake_schema} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -283,7 +283,7 @@ export class Schema extends cdktf.TerraformResource { terraformResourceType: 'snowflake_schema', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/scim-integration/README.md b/src/scim-integration/README.md index da3660a24..3b14f05eb 100644 --- a/src/scim-integration/README.md +++ b/src/scim-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_scim_integration` -Refer to the Terraform Registory for docs: [`snowflake_scim_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration). +Refer to the Terraform Registory for docs: [`snowflake_scim_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration). diff --git a/src/scim-integration/index.ts b/src/scim-integration/index.ts index e4c89f80b..80366fd09 100644 --- a/src/scim-integration/index.ts +++ b/src/scim-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface ScimIntegrationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#id ScimIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#id ScimIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,31 +22,31 @@ export interface ScimIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Specifies the name of the SCIM integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#name ScimIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#name ScimIntegration#name} */ readonly name: string; /** * Specifies an existing network policy active for your account. The network policy restricts the list of user IP addresses when exchanging an authorization code for an access or refresh token and when using a refresh token to obtain a new access token. If this parameter is not set, the network policy for the account (if any) is used instead. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} */ readonly networkPolicy?: string; /** * Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#provisioner_role ScimIntegration#provisioner_role} */ readonly provisionerRole: string; /** * Specifies the client type for the scim integration * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} */ readonly scimClient: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration snowflake_scim_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration snowflake_scim_integration} */ export class ScimIntegration extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class ScimIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a ScimIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ScimIntegration to import - * @param importFromId The id of the existing ScimIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ScimIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ScimIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class ScimIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/scim_integration snowflake_scim_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/scim_integration snowflake_scim_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class ScimIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_scim_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/sequence-grant/README.md b/src/sequence-grant/README.md index 7b98489a3..499bd0dfb 100644 --- a/src/sequence-grant/README.md +++ b/src/sequence-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_sequence_grant` -Refer to the Terraform Registory for docs: [`snowflake_sequence_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant). +Refer to the Terraform Registory for docs: [`snowflake_sequence_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant). diff --git a/src/sequence-grant/index.ts b/src/sequence-grant/index.ts index ecebd1314..5601a67d0 100644 --- a/src/sequence-grant/index.ts +++ b/src/sequence-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface SequenceGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future sequences on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#database_name SequenceGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#database_name SequenceGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#enable_multiple_grants SequenceGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#id SequenceGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#id SequenceGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,55 +34,55 @@ export interface SequenceGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all sequences in the given schema. When this is true and no schema_name is provided apply this grant on all sequences in the given database. The sequence_name field must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_all SequenceGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_all SequenceGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future sequences in the given schema. When this is true and no schema_name is provided apply this grant on all future sequences in the given database. The sequence_name field must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#on_future SequenceGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#on_future SequenceGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future sequence. To grant all privileges, use the value `ALL PRIVILEGES` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#privilege SequenceGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#privilege SequenceGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#revert_ownership_to_role_name SequenceGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#roles SequenceGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#roles SequenceGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future sequences on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#schema_name SequenceGrant#schema_name} */ readonly schemaName?: string; /** * The name of the sequence on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#sequence_name SequenceGrant#sequence_name} */ readonly sequenceName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#with_grant_option SequenceGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant snowflake_sequence_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant snowflake_sequence_grant} */ export class SequenceGrant extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class SequenceGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a SequenceGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SequenceGrant to import - * @param importFromId The id of the existing SequenceGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SequenceGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SequenceGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class SequenceGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence_grant snowflake_sequence_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence_grant snowflake_sequence_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class SequenceGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_sequence_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/sequence/README.md b/src/sequence/README.md index 4f95b4a68..fdfa01636 100644 --- a/src/sequence/README.md +++ b/src/sequence/README.md @@ -1,3 +1,3 @@ # `snowflake_sequence` -Refer to the Terraform Registory for docs: [`snowflake_sequence`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence). +Refer to the Terraform Registory for docs: [`snowflake_sequence`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence). diff --git a/src/sequence/index.ts b/src/sequence/index.ts index f19b55d66..be93c3985 100644 --- a/src/sequence/index.ts +++ b/src/sequence/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface SequenceConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the sequence. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#comment Sequence#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#comment Sequence#comment} */ readonly comment?: string; /** * The database in which to create the sequence. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#database Sequence#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#database Sequence#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#id Sequence#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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,25 +34,25 @@ export interface SequenceConfig extends cdktf.TerraformMetaArguments { /** * The amount the sequence will increase by each time it is used * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#increment Sequence#increment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#increment Sequence#increment} */ readonly increment?: number; /** * Specifies the name for the sequence. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#name Sequence#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#name Sequence#name} */ readonly name: string; /** * The schema in which to create the sequence. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#schema Sequence#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence#schema Sequence#schema} */ readonly schema: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence snowflake_sequence} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/sequence snowflake_sequence} */ export class Sequence extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class Sequence extends cdktf.TerraformResource { * Generates CDKTF code for importing a Sequence resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Sequence to import - * @param importFromId The id of the existing Sequence that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Sequence that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -80,7 +80,7 @@ export class Sequence extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/sequence snowflake_sequence} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -91,7 +91,7 @@ export class Sequence extends cdktf.TerraformResource { terraformResourceType: 'snowflake_sequence', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/session-parameter/README.md b/src/session-parameter/README.md index 64102c6d5..203a42c8f 100644 --- a/src/session-parameter/README.md +++ b/src/session-parameter/README.md @@ -1,3 +1,3 @@ # `snowflake_session_parameter` -Refer to the Terraform Registory for docs: [`snowflake_session_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter). +Refer to the Terraform Registory for docs: [`snowflake_session_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter). diff --git a/src/session-parameter/index.ts b/src/session-parameter/index.ts index 3865b914a..528822b6d 100644 --- a/src/session-parameter/index.ts +++ b/src/session-parameter/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface SessionParameterConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#id SessionParameter#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#id SessionParameter#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,31 +22,31 @@ export interface SessionParameterConfig extends cdktf.TerraformMetaArguments { /** * Name of session parameter. Valid values are those in [session parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#session-parameters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#key SessionParameter#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#key SessionParameter#key} */ readonly key: string; /** * If true, the session parameter will be set on the account level. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#on_account SessionParameter#on_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#on_account SessionParameter#on_account} */ readonly onAccount?: boolean | cdktf.IResolvable; /** * The user to set the session parameter for. Required if on_account is false * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#user SessionParameter#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#user SessionParameter#user} */ readonly user?: string; /** * Value of session parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#value SessionParameter#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#value SessionParameter#value} */ readonly value: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter snowflake_session_parameter} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter snowflake_session_parameter} */ export class SessionParameter extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class SessionParameter extends cdktf.TerraformResource { * Generates CDKTF code for importing a SessionParameter resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the SessionParameter to import - * @param importFromId The id of the existing SessionParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SessionParameter that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SessionParameter to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class SessionParameter extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/session_parameter snowflake_session_parameter} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/session_parameter snowflake_session_parameter} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class SessionParameter extends cdktf.TerraformResource { terraformResourceType: 'snowflake_session_parameter', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/share/README.md b/src/share/README.md index 7feaaed19..6dfd9f963 100644 --- a/src/share/README.md +++ b/src/share/README.md @@ -1,3 +1,3 @@ # `snowflake_share` -Refer to the Terraform Registory for docs: [`snowflake_share`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share). +Refer to the Terraform Registory for docs: [`snowflake_share`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share). diff --git a/src/share/index.ts b/src/share/index.ts index 576ab488d..bb0ed2acc 100644 --- a/src/share/index.ts +++ b/src/share/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ShareConfig extends cdktf.TerraformMetaArguments { /** * A list of accounts to be added to the share. Values should not be the account locator, but in the form of 'organization_name.account_name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#accounts Share#accounts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#accounts Share#accounts} */ readonly accounts?: string[]; /** * Specifies a comment for the managed account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#comment Share#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#comment Share#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#id Share#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#id Share#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,13 +34,13 @@ export interface ShareConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the share; must be unique for the account in which the share is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#name Share#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#name Share#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share snowflake_share} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share snowflake_share} */ export class Share extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class Share extends cdktf.TerraformResource { * Generates CDKTF code for importing a Share resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Share to import - * @param importFromId The id of the existing Share that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Share that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Share to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class Share extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/share snowflake_share} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/share snowflake_share} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class Share extends cdktf.TerraformResource { terraformResourceType: 'snowflake_share', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/stage-grant/README.md b/src/stage-grant/README.md index 92fde6113..c50d6722c 100644 --- a/src/stage-grant/README.md +++ b/src/stage-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_stage_grant` -Refer to the Terraform Registory for docs: [`snowflake_stage_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant). +Refer to the Terraform Registory for docs: [`snowflake_stage_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant). diff --git a/src/stage-grant/index.ts b/src/stage-grant/index.ts index a6e9e52cc..73a264f2b 100644 --- a/src/stage-grant/index.ts +++ b/src/stage-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface StageGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current stage on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#database_name StageGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#database_name StageGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#enable_multiple_grants StageGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#id StageGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#id StageGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,55 +34,55 @@ export interface StageGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all stages in the given schema. When this is true and no schema_name is provided apply this grant on all stages in the given database. The stage_name field must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_all StageGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_all StageGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future stages in the given schema. When this is true and no schema_name is provided apply this grant on all future stages in the given database. The stage_name field must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#on_future StageGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#on_future StageGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the stage. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#privilege StageGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#privilege StageGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#revert_ownership_to_role_name StageGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#roles StageGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#roles StageGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current stage on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#schema_name StageGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#schema_name StageGrant#schema_name} */ readonly schemaName?: string; /** * The name of the stage on which to grant privilege (only valid if on_future and on_all are false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#stage_name StageGrant#stage_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#stage_name StageGrant#stage_name} */ readonly stageName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#with_grant_option StageGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant snowflake_stage_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant snowflake_stage_grant} */ export class StageGrant extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class StageGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a StageGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the StageGrant to import - * @param importFromId The id of the existing StageGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StageGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StageGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class StageGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage_grant snowflake_stage_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage_grant snowflake_stage_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class StageGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stage_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/stage/README.md b/src/stage/README.md index 7bf799b45..9c8810595 100644 --- a/src/stage/README.md +++ b/src/stage/README.md @@ -1,3 +1,3 @@ # `snowflake_stage` -Refer to the Terraform Registory for docs: [`snowflake_stage`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage). +Refer to the Terraform Registory for docs: [`snowflake_stage`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage). diff --git a/src/stage/index.ts b/src/stage/index.ts index 40abe902a..0fc563f5c 100644 --- a/src/stage/index.ts +++ b/src/stage/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,53 +13,53 @@ import * as cdktf from 'cdktf'; export interface StageConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#aws_external_id Stage#aws_external_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#aws_external_id Stage#aws_external_id} */ readonly awsExternalId?: string; /** * Specifies a comment for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#comment Stage#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#comment Stage#comment} */ readonly comment?: string; /** * Specifies the copy options for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#copy_options Stage#copy_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#copy_options Stage#copy_options} */ readonly copyOptions?: string; /** * Specifies the credentials for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#credentials Stage#credentials} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#credentials Stage#credentials} */ readonly credentials?: string; /** * The database in which to create the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} */ readonly database: string; /** * Specifies the directory settings for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#directory Stage#directory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#directory Stage#directory} */ readonly directory?: string; /** * Specifies the encryption settings for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#encryption Stage#encryption} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#encryption Stage#encryption} */ readonly encryption?: string; /** * Specifies the file format for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#file_format Stage#file_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#file_format Stage#file_format} */ readonly fileFormat?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#id Stage#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#id Stage#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -68,35 +68,35 @@ export interface StageConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} */ readonly name: string; /** * The schema in which to create the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} */ readonly schema: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} */ readonly snowflakeIamUser?: string; /** * Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#storage_integration Stage#storage_integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#storage_integration Stage#storage_integration} */ readonly storageIntegration?: string; /** * Specifies the URL for the stage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#url Stage#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#url Stage#url} */ readonly url?: string; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#tag Stage#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#tag Stage#tag} */ readonly tag?: StageTag[] | cdktf.IResolvable; } @@ -104,25 +104,25 @@ export interface StageTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#database Stage#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#database Stage#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#name Stage#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#name Stage#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#schema Stage#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#schema Stage#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#value Stage#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage#value Stage#value} */ readonly value: string; } @@ -282,7 +282,7 @@ export class StageTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage snowflake_stage} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stage snowflake_stage} */ export class Stage extends cdktf.TerraformResource { @@ -298,7 +298,7 @@ export class Stage extends cdktf.TerraformResource { * Generates CDKTF code for importing a Stage resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Stage to import - * @param importFromId The id of the existing Stage that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Stage that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -310,7 +310,7 @@ export class Stage extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stage snowflake_stage} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -321,7 +321,7 @@ export class Stage extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stage', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/storage-integration/README.md b/src/storage-integration/README.md index d759dc6c5..363222fcb 100644 --- a/src/storage-integration/README.md +++ b/src/storage-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_storage_integration` -Refer to the Terraform Registory for docs: [`snowflake_storage_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration). +Refer to the Terraform Registory for docs: [`snowflake_storage_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration). diff --git a/src/storage-integration/index.ts b/src/storage-integration/index.ts index 200e1816b..26f8e7c4a 100644 --- a/src/storage-integration/index.ts +++ b/src/storage-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,62 +13,62 @@ import * as cdktf from 'cdktf'; export interface StorageIntegrationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id} */ readonly azureTenantId?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#comment StorageIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#comment StorageIntegration#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#enabled StorageIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#enabled StorageIntegration#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#id StorageIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#id StorageIntegration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#name StorageIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#name StorageIntegration#name} */ readonly name: string; /** * Explicitly limits external stages that use the integration to reference one or more storage locations. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} */ readonly storageAllowedLocations: string[]; /** * "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} */ readonly storageAwsObjectAcl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn} */ readonly storageAwsRoleArn?: string; /** * Explicitly prohibits external stages that use the integration from referencing one or more storage locations. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} */ readonly storageBlockedLocations?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} */ readonly storageProvider: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#type StorageIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#type StorageIntegration#type} */ readonly type?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration snowflake_storage_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration snowflake_storage_integration} */ export class StorageIntegration extends cdktf.TerraformResource { @@ -84,7 +84,7 @@ export class StorageIntegration extends cdktf.TerraformResource { * Generates CDKTF code for importing a StorageIntegration resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the StorageIntegration to import - * @param importFromId The id of the existing StorageIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StorageIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StorageIntegration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -96,7 +96,7 @@ export class StorageIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/storage_integration snowflake_storage_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/storage_integration snowflake_storage_integration} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -107,7 +107,7 @@ export class StorageIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_storage_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/stream-grant/README.md b/src/stream-grant/README.md index bff451dc3..88aa5e37c 100644 --- a/src/stream-grant/README.md +++ b/src/stream-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_stream_grant` -Refer to the Terraform Registory for docs: [`snowflake_stream_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant). +Refer to the Terraform Registory for docs: [`snowflake_stream_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant). diff --git a/src/stream-grant/index.ts b/src/stream-grant/index.ts index 6bec5c573..8c0f52092 100644 --- a/src/stream-grant/index.ts +++ b/src/stream-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface StreamGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future streams on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#database_name StreamGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#database_name StreamGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#enable_multiple_grants StreamGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#id StreamGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#id StreamGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,55 +34,55 @@ export interface StreamGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all streams in the given schema. When this is true and no schema_name is provided apply this grant on all streams in the given database. The stream_name field must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_all StreamGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_all StreamGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future streams in the given schema. When this is true and no schema_name is provided apply this grant on all future streams in the given database. The stream_name field must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#on_future StreamGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#on_future StreamGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future stream. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#privilege StreamGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#privilege StreamGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#revert_ownership_to_role_name StreamGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#roles StreamGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#roles StreamGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future streams on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#schema_name StreamGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#schema_name StreamGrant#schema_name} */ readonly schemaName?: string; /** * The name of the stream on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#stream_name StreamGrant#stream_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#stream_name StreamGrant#stream_name} */ readonly streamName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#with_grant_option StreamGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant snowflake_stream_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant snowflake_stream_grant} */ export class StreamGrant extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class StreamGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a StreamGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the StreamGrant to import - * @param importFromId The id of the existing StreamGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StreamGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StreamGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class StreamGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream_grant snowflake_stream_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream_grant snowflake_stream_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class StreamGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stream_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/stream/README.md b/src/stream/README.md index fed502923..042d917c0 100644 --- a/src/stream/README.md +++ b/src/stream/README.md @@ -1,3 +1,3 @@ # `snowflake_stream` -Refer to the Terraform Registory for docs: [`snowflake_stream`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream). +Refer to the Terraform Registory for docs: [`snowflake_stream`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream). diff --git a/src/stream/index.ts b/src/stream/index.ts index 42dc6b034..9d87d5421 100644 --- a/src/stream/index.ts +++ b/src/stream/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface StreamConfig extends cdktf.TerraformMetaArguments { /** * Type of the stream that will be created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#append_only Stream#append_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#append_only Stream#append_only} */ readonly appendOnly?: boolean | cdktf.IResolvable; /** * Specifies a comment for the stream. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#comment Stream#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#comment Stream#comment} */ readonly comment?: string; /** * The database in which to create the stream. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#database Stream#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#database Stream#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#id Stream#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#id Stream#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,49 +40,49 @@ export interface StreamConfig extends cdktf.TerraformMetaArguments { /** * Create an insert only stream type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#insert_only Stream#insert_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#insert_only Stream#insert_only} */ readonly insertOnly?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#name Stream#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#name Stream#name} */ readonly name: string; /** * Specifies an identifier for the stage the stream will monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_stage Stream#on_stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_stage Stream#on_stage} */ readonly onStage?: string; /** * Specifies an identifier for the table the stream will monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_table Stream#on_table} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_table Stream#on_table} */ readonly onTable?: string; /** * Specifies an identifier for the view the stream will monitor. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#on_view Stream#on_view} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#on_view Stream#on_view} */ readonly onView?: string; /** * The schema in which to create the stream. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#schema Stream#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#schema Stream#schema} */ readonly schema: string; /** * Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#show_initial_rows Stream#show_initial_rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#show_initial_rows Stream#show_initial_rows} */ readonly showInitialRows?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream snowflake_stream} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream snowflake_stream} */ export class Stream extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class Stream extends cdktf.TerraformResource { * Generates CDKTF code for importing a Stream resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Stream to import - * @param importFromId The id of the existing Stream that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Stream that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Stream to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class Stream extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/stream snowflake_stream} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/stream snowflake_stream} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class Stream extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stream', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/table-column-masking-policy-application/README.md b/src/table-column-masking-policy-application/README.md index 398947aa8..94eff1c25 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 Registory for docs: [`snowflake_table_column_masking_policy_application`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application). +Refer to the Terraform Registory for docs: [`snowflake_table_column_masking_policy_application`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 9de575c19..f1f55fb2f 100644 --- a/src/table-column-masking-policy-application/index.ts +++ b/src/table-column-masking-policy-application/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface TableColumnMaskingPolicyApplicationConfig extends cdktf.Terrafo /** * The column to apply the masking policy to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} */ readonly column: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,19 +28,19 @@ export interface TableColumnMaskingPolicyApplicationConfig extends cdktf.Terrafo /** * Fully qualified name (`database.schema.policyname`) of the policy to apply. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#masking_policy TableColumnMaskingPolicyApplication#masking_policy} */ readonly maskingPolicy: string; /** * The fully qualified name (`database.schema.table`) of the table to apply the masking policy to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} */ readonly table: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application} */ export class TableColumnMaskingPolicyApplication extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class TableColumnMaskingPolicyApplication extends cdktf.TerraformResource * Generates CDKTF code for importing a TableColumnMaskingPolicyApplication resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TableColumnMaskingPolicyApplication to import - * @param importFromId The id of the existing TableColumnMaskingPolicyApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TableColumnMaskingPolicyApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TableColumnMaskingPolicyApplication to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class TableColumnMaskingPolicyApplication extends cdktf.TerraformResource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class TableColumnMaskingPolicyApplication extends cdktf.TerraformResource terraformResourceType: 'snowflake_table_column_masking_policy_application', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/table-constraint/README.md b/src/table-constraint/README.md index 5b5bfcfbc..7190c7379 100644 --- a/src/table-constraint/README.md +++ b/src/table-constraint/README.md @@ -1,3 +1,3 @@ # `snowflake_table_constraint` -Refer to the Terraform Registory for docs: [`snowflake_table_constraint`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint). +Refer to the Terraform Registory for docs: [`snowflake_table_constraint`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint). diff --git a/src/table-constraint/index.ts b/src/table-constraint/index.ts index 2a548e645..a63afee54 100644 --- a/src/table-constraint/index.ts +++ b/src/table-constraint/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,35 +15,35 @@ export interface TableConstraintConfig extends cdktf.TerraformMetaArguments { /** * Columns to use in constraint key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} */ readonly columns: string[]; /** * Comment for the table constraint * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#comment TableConstraint#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#comment TableConstraint#comment} */ readonly comment?: string; /** * Whether the constraint is deferrable * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#deferrable TableConstraint#deferrable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} */ readonly deferrable?: boolean | cdktf.IResolvable; /** * Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enable TableConstraint#enable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enable TableConstraint#enable} */ readonly enable?: boolean | cdktf.IResolvable; /** * Whether the constraint is enforced * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#enforced TableConstraint#enforced} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#enforced TableConstraint#enforced} */ readonly enforced?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#id TableConstraint#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#id TableConstraint#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -52,43 +52,43 @@ export interface TableConstraintConfig extends cdktf.TerraformMetaArguments { /** * Whether the constraint is initially deferred or immediate * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#initially TableConstraint#initially} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#initially TableConstraint#initially} */ readonly initially?: string; /** * Name of constraint * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#name TableConstraint#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#name TableConstraint#name} */ readonly name: string; /** * Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#rely TableConstraint#rely} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#rely TableConstraint#rely} */ readonly rely?: boolean | cdktf.IResolvable; /** * Idenfifier for table to create constraint on. Must be of the form Note: format must follow: "".""."" or ".." or "|." (snowflake_table.my_table.id) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} */ readonly tableId: string; /** * Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', 'FOREIGN KEY', or 'NOT NULL' * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#type TableConstraint#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#type TableConstraint#type} */ readonly type: string; /** * Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#validate TableConstraint#validate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#validate TableConstraint#validate} */ readonly validate?: boolean | cdktf.IResolvable; /** * foreign_key_properties block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} */ readonly foreignKeyProperties?: TableConstraintForeignKeyProperties; } @@ -96,13 +96,13 @@ export interface TableConstraintForeignKeyPropertiesReferences { /** * Columns to use in foreign key reference * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#columns TableConstraint#columns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#columns TableConstraint#columns} */ readonly columns: string[]; /** * Name of constraint * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#table_id TableConstraint#table_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#table_id TableConstraint#table_id} */ readonly tableId: string; } @@ -186,25 +186,25 @@ export interface TableConstraintForeignKeyProperties { /** * The match type for the foreign key. Not applicable for primary/unique keys * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#match TableConstraint#match} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#match TableConstraint#match} */ readonly match?: string; /** * Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_delete TableConstraint#on_delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} */ readonly onDelete?: string; /** * Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#on_update TableConstraint#on_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#on_update TableConstraint#on_update} */ readonly onUpdate?: string; /** * references block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#references TableConstraint#references} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint#references TableConstraint#references} */ readonly references?: TableConstraintForeignKeyPropertiesReferences; } @@ -338,7 +338,7 @@ export class TableConstraintForeignKeyPropertiesOutputReference extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint snowflake_table_constraint} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_constraint snowflake_table_constraint} */ export class TableConstraint extends cdktf.TerraformResource { @@ -354,7 +354,7 @@ export class TableConstraint extends cdktf.TerraformResource { * Generates CDKTF code for importing a TableConstraint resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TableConstraint to import - * @param importFromId The id of the existing TableConstraint that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TableConstraint that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -366,7 +366,7 @@ export class TableConstraint extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_constraint snowflake_table_constraint} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -377,7 +377,7 @@ export class TableConstraint extends cdktf.TerraformResource { terraformResourceType: 'snowflake_table_constraint', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/table-grant/README.md b/src/table-grant/README.md index e7ca6414d..dd05a26b6 100644 --- a/src/table-grant/README.md +++ b/src/table-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_table_grant` -Refer to the Terraform Registory for docs: [`snowflake_table_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant). +Refer to the Terraform Registory for docs: [`snowflake_table_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant). diff --git a/src/table-grant/index.ts b/src/table-grant/index.ts index 5a7fb4572..d79545385 100644 --- a/src/table-grant/index.ts +++ b/src/table-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface TableGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future tables on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#database_name TableGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#database_name TableGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#enable_multiple_grants TableGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#id TableGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#id TableGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,61 +34,61 @@ export interface TableGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all tables in the given schema. When this is true and no schema_name is provided apply this grant on all tables in the given database. The table_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_all TableGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_all TableGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future tables in the given schema. When this is true and no schema_name is provided apply this grant on all future tables in the given database. The table_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#on_future TableGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#on_future TableGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future table. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#privilege TableGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#privilege TableGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#revert_ownership_to_role_name TableGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#roles TableGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#roles TableGrant#roles} */ readonly roles?: string[]; /** * The name of the schema containing the current or future tables on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#schema_name TableGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#schema_name TableGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future or on_all are unset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#shares TableGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#shares TableGrant#shares} */ readonly shares?: string[]; /** * The name of the table on which to grant privileges immediately (only valid if on_future or on_all are unset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#table_name TableGrant#table_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#table_name TableGrant#table_name} */ readonly tableName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#with_grant_option TableGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant snowflake_table_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant snowflake_table_grant} */ export class TableGrant extends cdktf.TerraformResource { @@ -104,7 +104,7 @@ export class TableGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a TableGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TableGrant to import - * @param importFromId The id of the existing TableGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TableGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TableGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -116,7 +116,7 @@ export class TableGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table_grant snowflake_table_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table_grant snowflake_table_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -127,7 +127,7 @@ export class TableGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_table_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/table/README.md b/src/table/README.md index 800bcbff7..898c17f30 100644 --- a/src/table/README.md +++ b/src/table/README.md @@ -1,3 +1,3 @@ # `snowflake_table` -Refer to the Terraform Registory for docs: [`snowflake_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table). +Refer to the Terraform Registory for docs: [`snowflake_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table). diff --git a/src/table/index.ts b/src/table/index.ts index cda2f79c5..ac727a42b 100644 --- a/src/table/index.ts +++ b/src/table/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface TableConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether to enable change tracking on the table. Default false. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#change_tracking Table#change_tracking} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#change_tracking Table#change_tracking} */ readonly changeTracking?: boolean | cdktf.IResolvable; /** * A list of one or more table columns/expressions to be used as clustering key(s) for the table * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#cluster_by Table#cluster_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#cluster_by Table#cluster_by} */ readonly clusterBy?: string[]; /** * Specifies a comment for the table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} */ readonly comment?: string; /** * Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_days Table#data_retention_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_days Table#data_retention_days} */ readonly dataRetentionDays?: number; /** * Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. Default value is 1, if you wish to inherit the parent schema setting then pass in the schema attribute to this argument. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} */ readonly dataRetentionTimeInDays?: number; /** * The database in which to create the table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#id Table#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#id Table#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -58,31 +58,31 @@ export interface TableConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the table; must be unique for the database and schema in which the table is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} */ readonly name: string; /** * The schema in which to create the table. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} */ readonly schema: string; /** * column block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#column Table#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#column Table#column} */ readonly column: TableColumn[] | cdktf.IResolvable; /** * primary_key block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#primary_key Table#primary_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#primary_key Table#primary_key} */ readonly primaryKey?: TablePrimaryKey; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#tag Table#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#tag Table#tag} */ readonly tag?: TableTag[] | cdktf.IResolvable; } @@ -90,19 +90,19 @@ export interface TableColumnDefault { /** * The default constant value for the column * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#constant Table#constant} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#constant Table#constant} */ readonly constant?: string; /** * The default expression value for the column * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#expression Table#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#expression Table#expression} */ readonly expression?: string; /** * The default sequence to use for the column * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#sequence Table#sequence} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#sequence Table#sequence} */ readonly sequence?: string; } @@ -215,13 +215,13 @@ export interface TableColumnIdentity { /** * The number to start incrementing at. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#start_num Table#start_num} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#start_num Table#start_num} */ readonly startNum?: number; /** * Step size to increment by. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#step_num Table#step_num} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#step_num Table#step_num} */ readonly stepNum?: number; } @@ -311,43 +311,43 @@ export interface TableColumn { /** * Column comment * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#comment Table#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#comment Table#comment} */ readonly comment?: string; /** * Masking policy to apply on column * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#masking_policy Table#masking_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#masking_policy Table#masking_policy} */ readonly maskingPolicy?: string; /** * Column name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} */ readonly name: string; /** * Whether this column can contain null values. **Note**: Depending on your Snowflake version, the default value will not suffice if this column is used in a primary key constraint. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#nullable Table#nullable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#nullable Table#nullable} */ readonly nullable?: boolean | cdktf.IResolvable; /** * Column type, e.g. VARIANT * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#type Table#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#type Table#type} */ readonly type: string; /** * default block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#default Table#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#default Table#default} */ readonly default?: TableColumnDefault; /** * identity block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#identity Table#identity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#identity Table#identity} */ readonly identity?: TableColumnIdentity; } @@ -578,13 +578,13 @@ export interface TablePrimaryKey { /** * Columns to use in primary key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#keys Table#keys} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#keys Table#keys} */ readonly keys: string[]; /** * Name of constraint * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} */ readonly name?: string; } @@ -671,25 +671,25 @@ export interface TableTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#database Table#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#database Table#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#name Table#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#name Table#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#schema Table#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#schema Table#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#value Table#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table#value Table#value} */ readonly value: string; } @@ -849,7 +849,7 @@ export class TableTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table snowflake_table} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/table snowflake_table} */ export class Table extends cdktf.TerraformResource { @@ -865,7 +865,7 @@ export class Table extends cdktf.TerraformResource { * Generates CDKTF code for importing a Table resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Table to import - * @param importFromId The id of the existing Table that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Table that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -877,7 +877,7 @@ export class Table extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/table snowflake_table} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -888,7 +888,7 @@ export class Table extends cdktf.TerraformResource { terraformResourceType: 'snowflake_table', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/tag-association/README.md b/src/tag-association/README.md index b5b129055..09a8a09c3 100644 --- a/src/tag-association/README.md +++ b/src/tag-association/README.md @@ -1,3 +1,3 @@ # `snowflake_tag_association` -Refer to the Terraform Registory for docs: [`snowflake_tag_association`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association). +Refer to the Terraform Registory for docs: [`snowflake_tag_association`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association). diff --git a/src/tag-association/index.ts b/src/tag-association/index.ts index ad8fe1cc2..86f2c3da6 100644 --- a/src/tag-association/index.ts +++ b/src/tag-association/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface TagAssociationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#id TagAssociation#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#id TagAssociation#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,43 +22,43 @@ export interface TagAssociationConfig extends cdktf.TerraformMetaArguments { /** * Specifies the object identifier for the tag association. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_name TagAssociation#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_name TagAssociation#object_name} */ readonly objectName?: string; /** * Specifies the type of object to add a tag to. ex: 'ACCOUNT', 'COLUMN', 'DATABASE', etc. For more information: https://docs.snowflake.com/en/user-guide/object-tagging.html#supported-objects * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_type TagAssociation#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_type TagAssociation#object_type} */ readonly objectType: string; /** * If true, skips validation of the tag association. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} */ readonly skipValidation?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_id TagAssociation#tag_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} */ readonly tagId: string; /** * Specifies the value of the tag, (e.g. 'finance' or 'engineering') * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#tag_value TagAssociation#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} */ readonly tagValue: string; /** * object_identifier block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#object_identifier TagAssociation#object_identifier} */ readonly objectIdentifier: TagAssociationObjectIdentifier[] | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#timeouts TagAssociation#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} */ readonly timeouts?: TagAssociationTimeouts; } @@ -66,19 +66,19 @@ export interface TagAssociationObjectIdentifier { /** * Name of the database that the object was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#database TagAssociation#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#database TagAssociation#database} */ readonly database?: string; /** * Name of the object to associate the tag with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#name TagAssociation#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#name TagAssociation#name} */ readonly name: string; /** * Name of the schema that the object was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#schema TagAssociation#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#schema TagAssociation#schema} */ readonly schema?: string; } @@ -218,7 +218,7 @@ export class TagAssociationObjectIdentifierList extends cdktf.ComplexList { } export interface TagAssociationTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#create TagAssociation#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association#create TagAssociation#create} */ readonly create?: string; } @@ -293,7 +293,7 @@ export class TagAssociationTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association snowflake_tag_association} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_association snowflake_tag_association} */ export class TagAssociation extends cdktf.TerraformResource { @@ -309,7 +309,7 @@ export class TagAssociation extends cdktf.TerraformResource { * Generates CDKTF code for importing a TagAssociation resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TagAssociation to import - * @param importFromId The id of the existing TagAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TagAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -321,7 +321,7 @@ export class TagAssociation extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_association snowflake_tag_association} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -332,7 +332,7 @@ export class TagAssociation extends cdktf.TerraformResource { terraformResourceType: 'snowflake_tag_association', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/tag-grant/README.md b/src/tag-grant/README.md index 4af54a9dc..bc76e415b 100644 --- a/src/tag-grant/README.md +++ b/src/tag-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_tag_grant` -Refer to the Terraform Registory for docs: [`snowflake_tag_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant). +Refer to the Terraform Registory for docs: [`snowflake_tag_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant). diff --git a/src/tag-grant/index.ts b/src/tag-grant/index.ts index 63fa724a3..f9c3b7cf9 100644 --- a/src/tag-grant/index.ts +++ b/src/tag-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface TagGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the tag on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#database_name TagGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#database_name TagGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#enable_multiple_grants TagGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#id TagGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#id TagGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,43 +34,43 @@ export interface TagGrantConfig extends cdktf.TerraformMetaArguments { /** * The privilege to grant on the tag. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#privilege TagGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#privilege TagGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#revert_ownership_to_role_name TagGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#roles TagGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#roles TagGrant#roles} */ readonly roles?: string[]; /** * The name of the schema containing the tag on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#schema_name TagGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#schema_name TagGrant#schema_name} */ readonly schemaName: string; /** * The name of the tag on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#tag_name TagGrant#tag_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#tag_name TagGrant#tag_name} */ readonly tagName: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#with_grant_option TagGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant snowflake_tag_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant snowflake_tag_grant} */ export class TagGrant extends cdktf.TerraformResource { @@ -86,7 +86,7 @@ export class TagGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a TagGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TagGrant to import - * @param importFromId The id of the existing TagGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TagGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TagGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -98,7 +98,7 @@ export class TagGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_grant snowflake_tag_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_grant snowflake_tag_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -109,7 +109,7 @@ export class TagGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_tag_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/tag-masking-policy-association/README.md b/src/tag-masking-policy-association/README.md index 97f0e600b..5621a0301 100644 --- a/src/tag-masking-policy-association/README.md +++ b/src/tag-masking-policy-association/README.md @@ -1,3 +1,3 @@ # `snowflake_tag_masking_policy_association` -Refer to the Terraform Registory for docs: [`snowflake_tag_masking_policy_association`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association). +Refer to the Terraform Registory for docs: [`snowflake_tag_masking_policy_association`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association). diff --git a/src/tag-masking-policy-association/index.ts b/src/tag-masking-policy-association/index.ts index 95c775691..ebde9b41b 100644 --- a/src/tag-masking-policy-association/index.ts +++ b/src/tag-masking-policy-association/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface TagMaskingPolicyAssociationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#id TagMaskingPolicyAssociation#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,19 +22,19 @@ export interface TagMaskingPolicyAssociationConfig extends cdktf.TerraformMetaAr /** * The resource id of the masking policy * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#masking_policy_id TagMaskingPolicyAssociation#masking_policy_id} */ readonly maskingPolicyId: string; /** * Specifies the identifier for the tag. Note: format must follow: "databaseName"."schemaName"."tagName" or "databaseName.schemaName.tagName" or "databaseName|schemaName.tagName" (snowflake_tag.tag.id) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#tag_id TagMaskingPolicyAssociation#tag_id} */ readonly tagId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association} */ export class TagMaskingPolicyAssociation extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class TagMaskingPolicyAssociation extends cdktf.TerraformResource { * Generates CDKTF code for importing a TagMaskingPolicyAssociation resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TagMaskingPolicyAssociation to import - * @param importFromId The id of the existing TagMaskingPolicyAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TagMaskingPolicyAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TagMaskingPolicyAssociation to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class TagMaskingPolicyAssociation extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag_masking_policy_association snowflake_tag_masking_policy_association} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -73,7 +73,7 @@ export class TagMaskingPolicyAssociation extends cdktf.TerraformResource { terraformResourceType: 'snowflake_tag_masking_policy_association', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/tag/README.md b/src/tag/README.md index 01dc258b6..aadf8fd89 100644 --- a/src/tag/README.md +++ b/src/tag/README.md @@ -1,3 +1,3 @@ # `snowflake_tag` -Refer to the Terraform Registory for docs: [`snowflake_tag`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag). +Refer to the Terraform Registory for docs: [`snowflake_tag`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag). diff --git a/src/tag/index.ts b/src/tag/index.ts index bb42556a1..0d4b2ee71 100644 --- a/src/tag/index.ts +++ b/src/tag/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface TagConfig extends cdktf.TerraformMetaArguments { /** * List of allowed values for the tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#allowed_values Tag#allowed_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#allowed_values Tag#allowed_values} */ readonly allowedValues?: string[]; /** * Specifies a comment for the tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#comment Tag#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#comment Tag#comment} */ readonly comment?: string; /** * The database in which to create the tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#database Tag#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#database Tag#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#id Tag#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#id Tag#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,19 +40,19 @@ export interface TagConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the tag; must be unique for the database in which the tag is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#name Tag#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#name Tag#name} */ readonly name: string; /** * The schema in which to create the tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#schema Tag#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#schema Tag#schema} */ readonly schema: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag snowflake_tag} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag snowflake_tag} */ export class Tag extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class Tag extends cdktf.TerraformResource { * Generates CDKTF code for importing a Tag resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Tag to import - * @param importFromId The id of the existing Tag that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Tag that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Tag to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class Tag extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/tag snowflake_tag} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/tag snowflake_tag} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -91,7 +91,7 @@ export class Tag extends cdktf.TerraformResource { terraformResourceType: 'snowflake_tag', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/task-grant/README.md b/src/task-grant/README.md index b20e43d4a..3e6b80d23 100644 --- a/src/task-grant/README.md +++ b/src/task-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_task_grant` -Refer to the Terraform Registory for docs: [`snowflake_task_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant). +Refer to the Terraform Registory for docs: [`snowflake_task_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant). diff --git a/src/task-grant/index.ts b/src/task-grant/index.ts index c29227190..6b4101af0 100644 --- a/src/task-grant/index.ts +++ b/src/task-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface TaskGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future tasks on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#database_name TaskGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#database_name TaskGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#enable_multiple_grants TaskGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#id TaskGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#id TaskGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,55 +34,55 @@ export interface TaskGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all tasks in the given schema. When this is true and no schema_name is provided apply this grant on all tasks in the given database. The task_name field must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_all TaskGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_all TaskGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future tasks in the given schema. When this is true and no schema_name is provided apply this grant on all future tasks in the given database. The task_name field must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#on_future TaskGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#on_future TaskGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future task. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#privilege TaskGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#privilege TaskGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#revert_ownership_to_role_name TaskGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#roles TaskGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#roles TaskGrant#roles} */ readonly roles: string[]; /** * The name of the schema containing the current or future tasks on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#schema_name TaskGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#schema_name TaskGrant#schema_name} */ readonly schemaName?: string; /** * The name of the task on which to grant privileges immediately (only valid if on_future is false). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#task_name TaskGrant#task_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#task_name TaskGrant#task_name} */ readonly taskName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#with_grant_option TaskGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant snowflake_task_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant snowflake_task_grant} */ export class TaskGrant extends cdktf.TerraformResource { @@ -98,7 +98,7 @@ export class TaskGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a TaskGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TaskGrant to import - * @param importFromId The id of the existing TaskGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TaskGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TaskGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -110,7 +110,7 @@ export class TaskGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task_grant snowflake_task_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task_grant snowflake_task_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -121,7 +121,7 @@ export class TaskGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_task_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/task/README.md b/src/task/README.md index 0213ed1af..222ff8829 100644 --- a/src/task/README.md +++ b/src/task/README.md @@ -1,3 +1,3 @@ # `snowflake_task` -Refer to the Terraform Registory for docs: [`snowflake_task`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task). +Refer to the Terraform Registory for docs: [`snowflake_task`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task). diff --git a/src/task/index.ts b/src/task/index.ts index 1a950da37..8c1f3e968 100644 --- a/src/task/index.ts +++ b/src/task/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface TaskConfig extends cdktf.TerraformMetaArguments { /** * Specifies one or more predecessor tasks for the current task. Use this option to create a DAG of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#after Task#after} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#after Task#after} */ readonly after?: string[]; /** * By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} */ readonly allowOverlappingExecution?: boolean | cdktf.IResolvable; /** * Specifies a comment for the task. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#comment Task#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#comment Task#comment} */ readonly comment?: string; /** * The database in which to create the task. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#database Task#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#database Task#database} */ readonly database: string; /** * Specifies if the task should be started (enabled) after creation or should remain suspended (default). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#enabled Task#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#enabled Task#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * Specifies the name of the notification integration used for error notifications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#error_integration Task#error_integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#error_integration Task#error_integration} */ readonly errorIntegration?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#id Task#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#id Task#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -58,67 +58,67 @@ export interface TaskConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the task; must be unique for the database and schema in which the task is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#name Task#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#name Task#name} */ readonly name: string; /** * The schedule for periodically running the task. This can be a cron or interval in minutes. (Conflict with after) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schedule Task#schedule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schedule Task#schedule} */ readonly schedule?: string; /** * The schema in which to create the task. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#schema Task#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#schema Task#schema} */ readonly schema: string; /** * Specifies session parameters to set for the session when the task runs. A task supports all session parameters. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#session_parameters Task#session_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#session_parameters Task#session_parameters} */ readonly sessionParameters?: { [key: string]: string }; /** * Any single SQL statement, or a call to a stored procedure, executed when the task runs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#sql_statement Task#sql_statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#sql_statement Task#sql_statement} */ readonly sqlStatement: string; /** * Specifies the number of consecutive failed task runs after which the current task is suspended automatically. The default is 0 (no automatic suspension). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} */ readonly suspendTaskAfterNumFailures?: number; /** * Specifies the size of the compute resources to provision for the first run of the task, before a task history is available for Snowflake to determine an ideal size. Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. (Conflicts with warehouse) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} */ readonly userTaskManagedInitialWarehouseSize?: string; /** * Specifies the time limit on a single run of the task before it times out (in milliseconds). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} */ readonly userTaskTimeoutMs?: number; /** * The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. (Conflicts with user_task_managed_initial_warehouse_size) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#warehouse Task#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#warehouse Task#warehouse} */ readonly warehouse?: string; /** * Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#when Task#when} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#when Task#when} */ readonly when?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task snowflake_task} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task snowflake_task} */ export class Task extends cdktf.TerraformResource { @@ -134,7 +134,7 @@ export class Task extends cdktf.TerraformResource { * Generates CDKTF code for importing a Task resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Task to import - * @param importFromId The id of the existing Task that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Task that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Task to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -146,7 +146,7 @@ export class Task extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/task snowflake_task} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/task snowflake_task} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -157,7 +157,7 @@ export class Task extends cdktf.TerraformResource { terraformResourceType: 'snowflake_task', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/unsafe-execute/README.md b/src/unsafe-execute/README.md index dafac2d98..afb651a66 100644 --- a/src/unsafe-execute/README.md +++ b/src/unsafe-execute/README.md @@ -1,3 +1,3 @@ # `snowflake_unsafe_execute` -Refer to the Terraform Registory for docs: [`snowflake_unsafe_execute`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute). +Refer to the Terraform Registory for docs: [`snowflake_unsafe_execute`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute). diff --git a/src/unsafe-execute/index.ts b/src/unsafe-execute/index.ts index 72d4c7c8a..0393d7579 100644 --- a/src/unsafe-execute/index.ts +++ b/src/unsafe-execute/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface UnsafeExecuteConfig extends cdktf.TerraformMetaArguments { /** * SQL statement to execute. Forces recreation of resource on change. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#execute UnsafeExecute#execute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#execute UnsafeExecute#execute} */ readonly execute: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#id UnsafeExecute#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#id UnsafeExecute#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,19 +28,19 @@ export interface UnsafeExecuteConfig extends cdktf.TerraformMetaArguments { /** * Optional SQL statement to do a read. Invoked after creation and every time it is changed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#query UnsafeExecute#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#query UnsafeExecute#query} */ readonly query?: string; /** * SQL statement to revert the execute statement. Invoked when resource is being destroyed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#revert UnsafeExecute#revert} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#revert UnsafeExecute#revert} */ readonly revert: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute snowflake_unsafe_execute} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute snowflake_unsafe_execute} */ export class UnsafeExecute extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class UnsafeExecute extends cdktf.TerraformResource { * Generates CDKTF code for importing a UnsafeExecute resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the UnsafeExecute to import - * @param importFromId The id of the existing UnsafeExecute that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UnsafeExecute that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UnsafeExecute to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class UnsafeExecute extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/unsafe_execute snowflake_unsafe_execute} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/unsafe_execute snowflake_unsafe_execute} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class UnsafeExecute extends cdktf.TerraformResource { terraformResourceType: 'snowflake_unsafe_execute', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/user-grant/README.md b/src/user-grant/README.md index 68ab282c4..765d29472 100644 --- a/src/user-grant/README.md +++ b/src/user-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_user_grant` -Refer to the Terraform Registory for docs: [`snowflake_user_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant). +Refer to the Terraform Registory for docs: [`snowflake_user_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant). diff --git a/src/user-grant/index.ts b/src/user-grant/index.ts index d1f1179e2..aeffee572 100644 --- a/src/user-grant/index.ts +++ b/src/user-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface UserGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#enable_multiple_grants UserGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#id UserGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#id UserGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,31 +28,31 @@ export interface UserGrantConfig extends cdktf.TerraformMetaArguments { /** * The privilege to grant on the user. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#privilege UserGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#privilege UserGrant#privilege} */ readonly privilege: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#roles UserGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#roles UserGrant#roles} */ readonly roles?: string[]; /** * The name of the user on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#user_name UserGrant#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#user_name UserGrant#user_name} */ readonly userName: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#with_grant_option UserGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant snowflake_user_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant snowflake_user_grant} */ export class UserGrant extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class UserGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a UserGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the UserGrant to import - * @param importFromId The id of the existing UserGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UserGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UserGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class UserGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_grant snowflake_user_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_grant snowflake_user_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -91,7 +91,7 @@ export class UserGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_user_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/user-ownership-grant/README.md b/src/user-ownership-grant/README.md index e2a32bc54..490d47e9e 100644 --- a/src/user-ownership-grant/README.md +++ b/src/user-ownership-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_user_ownership_grant` -Refer to the Terraform Registory for docs: [`snowflake_user_ownership_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant). +Refer to the Terraform Registory for docs: [`snowflake_user_ownership_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant). diff --git a/src/user-ownership-grant/index.ts b/src/user-ownership-grant/index.ts index 304ae3709..0050d18da 100644 --- a/src/user-ownership-grant/index.ts +++ b/src/user-ownership-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface UserOwnershipGrantConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#current_grants UserOwnershipGrant#current_grants} */ readonly currentGrants?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#id UserOwnershipGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#id UserOwnershipGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,25 +28,25 @@ export interface UserOwnershipGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the user ownership is granted on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#on_user_name UserOwnershipGrant#on_user_name} */ readonly onUserName: string; /** * The name of the role to revert ownership to on destroy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#revert_ownership_to_role_name UserOwnershipGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * The name of the role to grant ownership. Please ensure that the role that terraform is using is granted access. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#to_role_name UserOwnershipGrant#to_role_name} */ readonly toRoleName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant snowflake_user_ownership_grant} */ export class UserOwnershipGrant extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class UserOwnershipGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a UserOwnershipGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the UserOwnershipGrant to import - * @param importFromId The id of the existing UserOwnershipGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UserOwnershipGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UserOwnershipGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class UserOwnershipGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_ownership_grant snowflake_user_ownership_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_ownership_grant snowflake_user_ownership_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -85,7 +85,7 @@ export class UserOwnershipGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_user_ownership_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/user-public-keys/README.md b/src/user-public-keys/README.md index 367e4f42b..5b6e144f0 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 Registory for docs: [`snowflake_user_public_keys`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys). +Refer to the Terraform Registory for docs: [`snowflake_user_public_keys`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys). diff --git a/src/user-public-keys/index.ts b/src/user-public-keys/index.ts index 72274cfe3..afe0dbe6f 100644 --- a/src/user-public-keys/index.ts +++ b/src/user-public-keys/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface UserPublicKeysConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#id UserPublicKeys#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#id UserPublicKeys#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,25 +22,25 @@ export interface UserPublicKeysConfig extends cdktf.TerraformMetaArguments { /** * Name of the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#name UserPublicKeys#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#name UserPublicKeys#name} */ readonly name: string; /** * Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#rsa_public_key UserPublicKeys#rsa_public_key} */ readonly rsaPublicKey?: string; /** * Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#rsa_public_key_2 UserPublicKeys#rsa_public_key_2} */ readonly rsaPublicKey2?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys snowflake_user_public_keys} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys snowflake_user_public_keys} */ export class UserPublicKeys extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class UserPublicKeys extends cdktf.TerraformResource { * Generates CDKTF code for importing a UserPublicKeys resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the UserPublicKeys to import - * @param importFromId The id of the existing UserPublicKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UserPublicKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UserPublicKeys to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class UserPublicKeys extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user_public_keys snowflake_user_public_keys} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user_public_keys snowflake_user_public_keys} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -79,7 +79,7 @@ export class UserPublicKeys extends cdktf.TerraformResource { terraformResourceType: 'snowflake_user_public_keys', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/user/README.md b/src/user/README.md index d8635f02f..34e5d6e43 100644 --- a/src/user/README.md +++ b/src/user/README.md @@ -1,3 +1,3 @@ # `snowflake_user` -Refer to the Terraform Registory for docs: [`snowflake_user`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user). +Refer to the Terraform Registory for docs: [`snowflake_user`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user). diff --git a/src/user/index.ts b/src/user/index.ts index a7c6db0c3..f8b7a0d97 100644 --- a/src/user/index.ts +++ b/src/user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,57 +13,57 @@ import * as cdktf from 'cdktf'; export interface UserConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#comment User#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#comment User#comment} */ readonly comment?: string; /** * Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_namespace User#default_namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_namespace User#default_namespace} */ readonly defaultNamespace?: string; /** * Specifies the role that is active by default for the user’s session upon login. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_role User#default_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_role User#default_role} */ readonly defaultRole?: string; /** * Specifies the set of secondary roles that are active for the user’s session upon login. Currently only ["ALL"] value is supported - more information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_secondary_roles User#default_secondary_roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_secondary_roles User#default_secondary_roles} */ readonly defaultSecondaryRoles?: string[]; /** * Specifies the virtual warehouse that is active by default for the user’s session upon login. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#default_warehouse User#default_warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#default_warehouse User#default_warehouse} */ readonly defaultWarehouse?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#disabled User#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#disabled User#disabled} */ readonly disabled?: boolean | cdktf.IResolvable; /** * Name displayed for the user in the Snowflake web interface. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#display_name User#display_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#display_name User#display_name} */ readonly displayName?: string; /** * Email address for the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#email User#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#email User#email} */ readonly email?: string; /** * First name of the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#first_name User#first_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#first_name User#first_name} */ readonly firstName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#id User#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#id User#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -72,49 +72,49 @@ export interface UserConfig extends cdktf.TerraformMetaArguments { /** * Last name of the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#last_name User#last_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#last_name User#last_name} */ readonly lastName?: string; /** * The name users use to log in. If not supplied, snowflake will use name instead. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#login_name User#login_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#login_name User#login_name} */ readonly loginName?: string; /** * Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#must_change_password User#must_change_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#must_change_password User#must_change_password} */ readonly mustChangePassword?: boolean | cdktf.IResolvable; /** * Name of the user. Note that if you do not supply login_name this will be used as login_name. [doc](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#name User#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#name User#name} */ readonly name: string; /** * **WARNING:** this will put the password in the terraform state file. Use carefully. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#password User#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#password User#password} */ readonly password?: string; /** * Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key User#rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key User#rsa_public_key} */ readonly rsaPublicKey?: string; /** * Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} */ readonly rsaPublicKey2?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user snowflake_user} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user snowflake_user} */ export class User extends cdktf.TerraformResource { @@ -130,7 +130,7 @@ export class User extends cdktf.TerraformResource { * Generates CDKTF code for importing a User resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the User to import - * @param importFromId The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the User to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -142,7 +142,7 @@ export class User extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/user snowflake_user} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/user snowflake_user} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -153,7 +153,7 @@ export class User extends cdktf.TerraformResource { terraformResourceType: 'snowflake_user', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/version.json b/src/version.json index 8570b45ed..ae54483de 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/snowflake-labs/snowflake": "0.79.0" + "registry.terraform.io/snowflake-labs/snowflake": "0.79.1" } diff --git a/src/view-grant/README.md b/src/view-grant/README.md index f4bc52d15..c29fbb234 100644 --- a/src/view-grant/README.md +++ b/src/view-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_view_grant` -Refer to the Terraform Registory for docs: [`snowflake_view_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant). +Refer to the Terraform Registory for docs: [`snowflake_view_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant). diff --git a/src/view-grant/index.ts b/src/view-grant/index.ts index 3df68085b..b6bcb6eef 100644 --- a/src/view-grant/index.ts +++ b/src/view-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ViewGrantConfig extends cdktf.TerraformMetaArguments { /** * The name of the database containing the current or future views on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#database_name ViewGrant#database_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#database_name ViewGrant#database_name} */ readonly databaseName: string; /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#enable_multiple_grants ViewGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#id ViewGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#id ViewGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,61 +34,61 @@ export interface ViewGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true and a schema_name is provided, apply this grant on all views in the given schema. When this is true and no schema_name is provided apply this grant on all views in the given database. The view_name and shares fields must be unset in order to use on_all. Cannot be used together with on_future. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_all ViewGrant#on_all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_all ViewGrant#on_all} */ readonly onAll?: boolean | cdktf.IResolvable; /** * When this is set to true and a schema_name is provided, apply this grant on all future views in the given schema. When this is true and no schema_name is provided apply this grant on all future views in the given database. The view_name and shares fields must be unset in order to use on_future. Cannot be used together with on_all. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#on_future ViewGrant#on_future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#on_future ViewGrant#on_future} */ readonly onFuture?: boolean | cdktf.IResolvable; /** * The privilege to grant on the current or future view. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#privilege ViewGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#privilege ViewGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#revert_ownership_to_role_name ViewGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#roles ViewGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#roles ViewGrant#roles} */ readonly roles?: string[]; /** * The name of the schema containing the current or future views on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#schema_name ViewGrant#schema_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#schema_name ViewGrant#schema_name} */ readonly schemaName?: string; /** * Grants privilege to these shares (only valid if on_future and on_all are unset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#shares ViewGrant#shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#shares ViewGrant#shares} */ readonly shares?: string[]; /** * The name of the view on which to grant privileges immediately (only valid if on_future and on_all are unset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#view_name ViewGrant#view_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#view_name ViewGrant#view_name} */ readonly viewName?: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#with_grant_option ViewGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant snowflake_view_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant snowflake_view_grant} */ export class ViewGrant extends cdktf.TerraformResource { @@ -104,7 +104,7 @@ export class ViewGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a ViewGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ViewGrant to import - * @param importFromId The id of the existing ViewGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ViewGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ViewGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -116,7 +116,7 @@ export class ViewGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view_grant snowflake_view_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view_grant snowflake_view_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -127,7 +127,7 @@ export class ViewGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_view_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/view/README.md b/src/view/README.md index 1e2c88354..021df72ef 100644 --- a/src/view/README.md +++ b/src/view/README.md @@ -1,3 +1,3 @@ # `snowflake_view` -Refer to the Terraform Registory for docs: [`snowflake_view`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view). +Refer to the Terraform Registory for docs: [`snowflake_view`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view). diff --git a/src/view/index.ts b/src/view/index.ts index 35543bfe1..127495f7e 100644 --- a/src/view/index.ts +++ b/src/view/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface ViewConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the view. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#comment View#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#comment View#comment} */ readonly comment?: string; /** * Retains the access permissions from the original view when a new view is created using the OR REPLACE clause. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#copy_grants View#copy_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#copy_grants View#copy_grants} */ readonly copyGrants?: boolean | cdktf.IResolvable; /** * The database in which to create the view. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#database View#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#id View#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#id View#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,37 +40,37 @@ export interface ViewConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the view is secure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#is_secure View#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#is_secure View#is_secure} */ readonly isSecure?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the view; must be unique for the schema in which the view is created. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} */ readonly name: string; /** * Overwrites the View if it exists. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#or_replace View#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#or_replace View#or_replace} */ readonly orReplace?: boolean | cdktf.IResolvable; /** * The schema in which to create the view. Don't use the | character. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} */ readonly schema: string; /** * Specifies the query used to create the view. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#statement View#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#statement View#statement} */ readonly statement: string; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#tag View#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#tag View#tag} */ readonly tag?: ViewTag[] | cdktf.IResolvable; } @@ -78,25 +78,25 @@ export interface ViewTag { /** * Name of the database that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#database View#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#database View#database} */ readonly database?: string; /** * Tag name, e.g. department. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#name View#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#name View#name} */ readonly name: string; /** * Name of the schema that the tag was created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#schema View#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#schema View#schema} */ readonly schema?: string; /** * Tag value, e.g. marketing_info. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#value View#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view#value View#value} */ readonly value: string; } @@ -256,7 +256,7 @@ export class ViewTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view snowflake_view} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/view snowflake_view} */ export class View extends cdktf.TerraformResource { @@ -272,7 +272,7 @@ export class View extends cdktf.TerraformResource { * Generates CDKTF code for importing a View resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the View to import - * @param importFromId The id of the existing View that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing View that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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) { @@ -284,7 +284,7 @@ export class View extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/view snowflake_view} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/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 @@ -295,7 +295,7 @@ export class View extends cdktf.TerraformResource { terraformResourceType: 'snowflake_view', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/warehouse-grant/README.md b/src/warehouse-grant/README.md index 589e2ebf2..35df060ad 100644 --- a/src/warehouse-grant/README.md +++ b/src/warehouse-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_warehouse_grant` -Refer to the Terraform Registory for docs: [`snowflake_warehouse_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant). +Refer to the Terraform Registory for docs: [`snowflake_warehouse_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant). diff --git a/src/warehouse-grant/index.ts b/src/warehouse-grant/index.ts index 006705aea..cc11fd0ab 100644 --- a/src/warehouse-grant/index.ts +++ b/src/warehouse-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface WarehouseGrantConfig extends cdktf.TerraformMetaArguments { /** * When this is set to true, multiple grants of the same type can be created. This will cause Terraform to not revoke grants applied to roles and objects outside Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#enable_multiple_grants WarehouseGrant#enable_multiple_grants} */ readonly enableMultipleGrants?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#id WarehouseGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#id WarehouseGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,37 +28,37 @@ export interface WarehouseGrantConfig extends cdktf.TerraformMetaArguments { /** * The privilege to grant on the warehouse. To grant all privileges, use the value `ALL PRIVILEGES`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#privilege WarehouseGrant#privilege} */ readonly privilege?: string; /** * The name of the role to revert ownership to on destroy. Has no effect unless `privilege` is set to `OWNERSHIP` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#revert_ownership_to_role_name WarehouseGrant#revert_ownership_to_role_name} */ readonly revertOwnershipToRoleName?: string; /** * Grants privilege to these roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#roles WarehouseGrant#roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#roles WarehouseGrant#roles} */ readonly roles?: string[]; /** * The name of the warehouse on which to grant privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#warehouse_name WarehouseGrant#warehouse_name} */ readonly warehouseName: string; /** * When this is set to true, allows the recipient role to grant the privileges to other roles. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#with_grant_option WarehouseGrant#with_grant_option} */ readonly withGrantOption?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant snowflake_warehouse_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant snowflake_warehouse_grant} */ export class WarehouseGrant extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class WarehouseGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a WarehouseGrant resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the WarehouseGrant to import - * @param importFromId The id of the existing WarehouseGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing WarehouseGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the WarehouseGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class WarehouseGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse_grant snowflake_warehouse_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse_grant snowflake_warehouse_grant} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -97,7 +97,7 @@ export class WarehouseGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_warehouse_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/src/warehouse/README.md b/src/warehouse/README.md index ace41608d..5ea34779b 100644 --- a/src/warehouse/README.md +++ b/src/warehouse/README.md @@ -1,3 +1,3 @@ # `snowflake_warehouse` -Refer to the Terraform Registory for docs: [`snowflake_warehouse`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse). +Refer to the Terraform Registory for docs: [`snowflake_warehouse`](https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse). diff --git a/src/warehouse/index.ts b/src/warehouse/index.ts index c1eb99aea..bf576c216 100644 --- a/src/warehouse/index.ts +++ b/src/warehouse/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse +// https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,27 +15,27 @@ export interface WarehouseConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_resume Warehouse#auto_resume} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} */ readonly autoResume?: boolean | cdktf.IResolvable; /** * Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} */ readonly autoSuspend?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#comment Warehouse#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#comment Warehouse#comment} */ readonly comment?: string; /** * Specifies whether to enable the query acceleration service for queries that rely on this warehouse for compute resources. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} */ readonly enableQueryAcceleration?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#id Warehouse#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#id Warehouse#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -44,85 +44,85 @@ export interface WarehouseConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether the warehouse is created initially in the ‘Suspended’ state. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} */ readonly initiallySuspended?: boolean | cdktf.IResolvable; /** * Specifies the maximum number of server clusters for the warehouse. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} */ readonly maxClusterCount?: number; /** * Object parameter that specifies the concurrency level for SQL statements (i.e. queries and DML) executed by a warehouse. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} */ readonly maxConcurrencyLevel?: number; /** * Specifies the minimum number of server clusters for the warehouse (only applies to multi-cluster warehouses). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} */ readonly minClusterCount?: number; /** * Identifier for the virtual warehouse; must be unique for your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#name Warehouse#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#name Warehouse#name} */ readonly name: string; /** * Specifies the maximum scale factor for leasing compute resources for query acceleration. The scale factor is used as a multiplier based on warehouse size. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} */ readonly queryAccelerationMaxScaleFactor?: number; /** * Specifies the name of a resource monitor that is explicitly assigned to the warehouse. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} */ readonly resourceMonitor?: string; /** * Specifies the policy for automatically starting and shutting down clusters in a multi-cluster warehouse running in Auto-scale mode. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} */ readonly scalingPolicy?: string; /** * Object parameter that specifies the time, in seconds, a SQL statement (query, DDL, DML, etc.) can be queued on a warehouse before it is canceled by the system. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} */ readonly statementQueuedTimeoutInSeconds?: number; /** * Specifies the time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} */ readonly statementTimeoutInSeconds?: number; /** * Specifies whether the warehouse, after being resized, waits for all the servers to provision before executing any queued or new queries. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#wait_for_provisioning Warehouse#wait_for_provisioning} */ readonly waitForProvisioning?: boolean | cdktf.IResolvable; /** * Specifies the size of the virtual warehouse. Larger warehouse sizes 5X-Large and 6X-Large are currently in preview and only available on Amazon Web Services (AWS). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} */ readonly warehouseSize?: string; /** * Specifies a STANDARD or SNOWPARK-OPTIMIZED warehouse * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} */ readonly warehouseType?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse snowflake_warehouse} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse snowflake_warehouse} */ export class Warehouse extends cdktf.TerraformResource { @@ -138,7 +138,7 @@ export class Warehouse extends cdktf.TerraformResource { * Generates CDKTF code for importing a Warehouse resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Warehouse to import - * @param importFromId The id of the existing Warehouse that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Warehouse that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Warehouse to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -150,7 +150,7 @@ export class Warehouse extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.0/docs/resources/warehouse snowflake_warehouse} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/0.79.1/docs/resources/warehouse snowflake_warehouse} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -161,7 +161,7 @@ export class Warehouse extends cdktf.TerraformResource { terraformResourceType: 'snowflake_warehouse', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '0.79.0', + providerVersion: '0.79.1', providerVersionConstraint: ' ~> 0.40' }, provider: config.provider, diff --git a/yarn.lock b/yarn.lock index 0fe18dd33..14e101f78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -201,9 +201,9 @@ jsii-srcmak "^0.1.954" "@cdktf/provider-project@^0.4.0": - version "0.4.7" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.4.7.tgz#5df9046167d8d0a3e8cb547c3e9c2681a487dad2" - integrity sha512-cFZwI9spwskJrmjunf/dJ60HNtWo1fZnG305LZye5Rc3B8ZZ66g3RotIvuujGd3Tiu/GTFGafjKkTr5dWA0uTw== + version "0.4.8" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.4.8.tgz#6cdca6ab326071e347e3fadcd9bcab37668cff46" + integrity sha512-VBdWJ/BXrWApD3qRyCaat3pCAXe0bPztT3YFPJXFk35Q5zo/YYRkvg4thfiYT4s2baaYDf9wUS7S2hvBPkgxGg== dependencies: change-case "^4.1.2" fs-extra "^10.1.0"