pulumi-snowflake 1.2.0a1744266763__py3-none-any.whl → 1.2.0a1744642997__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- pulumi_snowflake/_inputs.py +27 -27
- pulumi_snowflake/account.py +7 -7
- pulumi_snowflake/alert.py +7 -7
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +7 -7
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +7 -7
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +7 -7
- pulumi_snowflake/api_integration.py +35 -35
- pulumi_snowflake/authentication_policy.py +7 -7
- pulumi_snowflake/dynamic_table.py +21 -21
- pulumi_snowflake/external_function.py +28 -28
- pulumi_snowflake/external_table.py +21 -21
- pulumi_snowflake/external_volume.py +13 -9
- pulumi_snowflake/failover_group.py +7 -7
- pulumi_snowflake/function_java.py +14 -14
- pulumi_snowflake/function_javascript.py +14 -14
- pulumi_snowflake/function_python.py +21 -21
- pulumi_snowflake/function_scala.py +14 -14
- pulumi_snowflake/function_sql.py +14 -14
- pulumi_snowflake/get_alerts.py +6 -2
- pulumi_snowflake/get_cortex_search_services.py +6 -2
- pulumi_snowflake/get_current_account.py +6 -2
- pulumi_snowflake/get_current_role.py +6 -2
- pulumi_snowflake/get_database.py +6 -2
- pulumi_snowflake/get_database_role.py +6 -2
- pulumi_snowflake/get_databases.py +6 -6
- pulumi_snowflake/get_dynamic_tables.py +6 -2
- pulumi_snowflake/get_external_functions.py +6 -2
- pulumi_snowflake/get_external_tables.py +6 -2
- pulumi_snowflake/get_failover_groups.py +6 -2
- pulumi_snowflake/get_file_formats.py +6 -2
- pulumi_snowflake/get_functions.py +6 -2
- pulumi_snowflake/get_grants.py +4 -0
- pulumi_snowflake/get_masking_policies.py +3 -3
- pulumi_snowflake/get_materialized_views.py +6 -2
- pulumi_snowflake/get_network_policies.py +3 -3
- pulumi_snowflake/get_parameters.py +9 -5
- pulumi_snowflake/get_pipes.py +6 -2
- pulumi_snowflake/get_procedures.py +6 -2
- pulumi_snowflake/get_row_access_policies.py +3 -3
- pulumi_snowflake/get_schemas.py +6 -6
- pulumi_snowflake/get_secrets.py +7 -3
- pulumi_snowflake/get_security_integrations.py +3 -3
- pulumi_snowflake/get_sequences.py +6 -2
- pulumi_snowflake/get_shares.py +6 -2
- pulumi_snowflake/get_stages.py +6 -2
- pulumi_snowflake/get_storage_integrations.py +6 -2
- pulumi_snowflake/get_streamlits.py +3 -3
- pulumi_snowflake/get_streams.py +3 -3
- pulumi_snowflake/get_system_generate_scim_access_token.py +6 -2
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -0
- pulumi_snowflake/get_system_get_private_link_config.py +6 -2
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +6 -2
- pulumi_snowflake/get_tables.py +6 -2
- pulumi_snowflake/get_tasks.py +3 -3
- pulumi_snowflake/get_users.py +6 -6
- pulumi_snowflake/get_views.py +3 -3
- pulumi_snowflake/get_warehouses.py +6 -6
- pulumi_snowflake/grant_privileges_to_account_role.py +28 -28
- pulumi_snowflake/grant_privileges_to_database_role.py +21 -21
- pulumi_snowflake/legacy_service_user.py +21 -21
- pulumi_snowflake/managed_account.py +7 -7
- pulumi_snowflake/masking_policy.py +7 -7
- pulumi_snowflake/materialized_view.py +14 -14
- pulumi_snowflake/network_policy_attachment.py +7 -7
- pulumi_snowflake/notification_integration.py +20 -7
- pulumi_snowflake/oauth_integration_for_custom_clients.py +35 -35
- pulumi_snowflake/oauth_integration_for_partner_applications.py +21 -21
- pulumi_snowflake/object_parameter.py +7 -7
- pulumi_snowflake/outputs.py +18 -18
- pulumi_snowflake/password_policy.py +97 -93
- pulumi_snowflake/pipe.py +7 -7
- pulumi_snowflake/procedure_java.py +14 -14
- pulumi_snowflake/procedure_javascript.py +14 -14
- pulumi_snowflake/procedure_python.py +14 -14
- pulumi_snowflake/procedure_scala.py +14 -14
- pulumi_snowflake/procedure_sql.py +14 -14
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/saml2_integration.py +28 -28
- pulumi_snowflake/schema.py +14 -14
- pulumi_snowflake/scim_integration.py +7 -7
- pulumi_snowflake/sequence.py +21 -21
- pulumi_snowflake/service_user.py +14 -14
- pulumi_snowflake/storage_integration.py +65 -0
- pulumi_snowflake/stream_on_external_table.py +7 -7
- pulumi_snowflake/stream_on_table.py +7 -7
- pulumi_snowflake/stream_on_view.py +7 -7
- pulumi_snowflake/table.py +14 -14
- pulumi_snowflake/table_constraint.py +42 -42
- pulumi_snowflake/tag_association.py +7 -7
- pulumi_snowflake/task.py +7 -7
- pulumi_snowflake/user.py +21 -21
- pulumi_snowflake/view.py +14 -14
- pulumi_snowflake/warehouse.py +28 -28
- {pulumi_snowflake-1.2.0a1744266763.dist-info → pulumi_snowflake-1.2.0a1744642997.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.2.0a1744642997.dist-info/RECORD +148 -0
- pulumi_snowflake-1.2.0a1744266763.dist-info/RECORD +0 -148
- {pulumi_snowflake-1.2.0a1744266763.dist-info → pulumi_snowflake-1.2.0a1744642997.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-1.2.0a1744266763.dist-info → pulumi_snowflake-1.2.0a1744642997.dist-info}/top_level.txt +0 -0
pulumi_snowflake/_inputs.py
CHANGED
|
@@ -38751,11 +38751,11 @@ if not MYPY:
|
|
|
38751
38751
|
"""
|
|
38752
38752
|
collate: NotRequired[pulumi.Input[builtins.str]]
|
|
38753
38753
|
"""
|
|
38754
|
-
Column collation, e.g. utf8
|
|
38754
|
+
(Default: ``) Column collation, e.g. utf8
|
|
38755
38755
|
"""
|
|
38756
38756
|
comment: NotRequired[pulumi.Input[builtins.str]]
|
|
38757
38757
|
"""
|
|
38758
|
-
Column comment
|
|
38758
|
+
(Default: ``) Column comment
|
|
38759
38759
|
"""
|
|
38760
38760
|
default: NotRequired[pulumi.Input['TableColumnDefaultArgsDict']]
|
|
38761
38761
|
"""
|
|
@@ -38767,11 +38767,11 @@ if not MYPY:
|
|
|
38767
38767
|
"""
|
|
38768
38768
|
masking_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
38769
38769
|
"""
|
|
38770
|
-
Masking policy to apply on column. It has to be a fully qualified name.
|
|
38770
|
+
(Default: ``) Masking policy to apply on column. It has to be a fully qualified name.
|
|
38771
38771
|
"""
|
|
38772
38772
|
nullable: NotRequired[pulumi.Input[builtins.bool]]
|
|
38773
38773
|
"""
|
|
38774
|
-
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.
|
|
38774
|
+
(Default: `true`) 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.
|
|
38775
38775
|
"""
|
|
38776
38776
|
schema_evolution_record: NotRequired[pulumi.Input[builtins.str]]
|
|
38777
38777
|
"""
|
|
@@ -38795,12 +38795,12 @@ class TableColumnArgs:
|
|
|
38795
38795
|
"""
|
|
38796
38796
|
:param pulumi.Input[builtins.str] name: Column name
|
|
38797
38797
|
:param pulumi.Input[builtins.str] type: Column type, e.g. VARIANT. For a full list of column types, see [Summary of Data Types](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
|
|
38798
|
-
:param pulumi.Input[builtins.str] collate: Column collation, e.g. utf8
|
|
38799
|
-
:param pulumi.Input[builtins.str] comment: Column comment
|
|
38798
|
+
:param pulumi.Input[builtins.str] collate: (Default: ``) Column collation, e.g. utf8
|
|
38799
|
+
:param pulumi.Input[builtins.str] comment: (Default: ``) Column comment
|
|
38800
38800
|
:param pulumi.Input['TableColumnDefaultArgs'] default: Defines the column default value; note due to limitations of Snowflake's ALTER TABLE ADD/MODIFY COLUMN updates to default will not be applied
|
|
38801
38801
|
:param pulumi.Input['TableColumnIdentityArgs'] identity: Defines the identity start/step values for a column. **Note** Identity/default are mutually exclusive.
|
|
38802
|
-
:param pulumi.Input[builtins.str] masking_policy: Masking policy to apply on column. It has to be a fully qualified name.
|
|
38803
|
-
:param pulumi.Input[builtins.bool] nullable: 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.
|
|
38802
|
+
:param pulumi.Input[builtins.str] masking_policy: (Default: ``) Masking policy to apply on column. It has to be a fully qualified name.
|
|
38803
|
+
:param pulumi.Input[builtins.bool] nullable: (Default: `true`) 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.
|
|
38804
38804
|
:param pulumi.Input[builtins.str] schema_evolution_record: Record of schema evolution.
|
|
38805
38805
|
"""
|
|
38806
38806
|
pulumi.set(__self__, "name", name)
|
|
@@ -38848,7 +38848,7 @@ class TableColumnArgs:
|
|
|
38848
38848
|
@pulumi.getter
|
|
38849
38849
|
def collate(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
38850
38850
|
"""
|
|
38851
|
-
Column collation, e.g. utf8
|
|
38851
|
+
(Default: ``) Column collation, e.g. utf8
|
|
38852
38852
|
"""
|
|
38853
38853
|
return pulumi.get(self, "collate")
|
|
38854
38854
|
|
|
@@ -38860,7 +38860,7 @@ class TableColumnArgs:
|
|
|
38860
38860
|
@pulumi.getter
|
|
38861
38861
|
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
38862
38862
|
"""
|
|
38863
|
-
Column comment
|
|
38863
|
+
(Default: ``) Column comment
|
|
38864
38864
|
"""
|
|
38865
38865
|
return pulumi.get(self, "comment")
|
|
38866
38866
|
|
|
@@ -38896,7 +38896,7 @@ class TableColumnArgs:
|
|
|
38896
38896
|
@pulumi.getter(name="maskingPolicy")
|
|
38897
38897
|
def masking_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
38898
38898
|
"""
|
|
38899
|
-
Masking policy to apply on column. It has to be a fully qualified name.
|
|
38899
|
+
(Default: ``) Masking policy to apply on column. It has to be a fully qualified name.
|
|
38900
38900
|
"""
|
|
38901
38901
|
return pulumi.get(self, "masking_policy")
|
|
38902
38902
|
|
|
@@ -38908,7 +38908,7 @@ class TableColumnArgs:
|
|
|
38908
38908
|
@pulumi.getter
|
|
38909
38909
|
def nullable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
38910
38910
|
"""
|
|
38911
|
-
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.
|
|
38911
|
+
(Default: `true`) 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.
|
|
38912
38912
|
"""
|
|
38913
38913
|
return pulumi.get(self, "nullable")
|
|
38914
38914
|
|
|
@@ -39005,11 +39005,11 @@ if not MYPY:
|
|
|
39005
39005
|
class TableColumnIdentityArgsDict(TypedDict):
|
|
39006
39006
|
start_num: NotRequired[pulumi.Input[builtins.int]]
|
|
39007
39007
|
"""
|
|
39008
|
-
The number to start incrementing at.
|
|
39008
|
+
(Default: `1`) The number to start incrementing at.
|
|
39009
39009
|
"""
|
|
39010
39010
|
step_num: NotRequired[pulumi.Input[builtins.int]]
|
|
39011
39011
|
"""
|
|
39012
|
-
Step size to increment by.
|
|
39012
|
+
(Default: `1`) Step size to increment by.
|
|
39013
39013
|
"""
|
|
39014
39014
|
elif False:
|
|
39015
39015
|
TableColumnIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -39020,8 +39020,8 @@ class TableColumnIdentityArgs:
|
|
|
39020
39020
|
start_num: Optional[pulumi.Input[builtins.int]] = None,
|
|
39021
39021
|
step_num: Optional[pulumi.Input[builtins.int]] = None):
|
|
39022
39022
|
"""
|
|
39023
|
-
:param pulumi.Input[builtins.int] start_num: The number to start incrementing at.
|
|
39024
|
-
:param pulumi.Input[builtins.int] step_num: Step size to increment by.
|
|
39023
|
+
:param pulumi.Input[builtins.int] start_num: (Default: `1`) The number to start incrementing at.
|
|
39024
|
+
:param pulumi.Input[builtins.int] step_num: (Default: `1`) Step size to increment by.
|
|
39025
39025
|
"""
|
|
39026
39026
|
if start_num is not None:
|
|
39027
39027
|
pulumi.set(__self__, "start_num", start_num)
|
|
@@ -39032,7 +39032,7 @@ class TableColumnIdentityArgs:
|
|
|
39032
39032
|
@pulumi.getter(name="startNum")
|
|
39033
39033
|
def start_num(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
39034
39034
|
"""
|
|
39035
|
-
The number to start incrementing at.
|
|
39035
|
+
(Default: `1`) The number to start incrementing at.
|
|
39036
39036
|
"""
|
|
39037
39037
|
return pulumi.get(self, "start_num")
|
|
39038
39038
|
|
|
@@ -39044,7 +39044,7 @@ class TableColumnIdentityArgs:
|
|
|
39044
39044
|
@pulumi.getter(name="stepNum")
|
|
39045
39045
|
def step_num(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
39046
39046
|
"""
|
|
39047
|
-
Step size to increment by.
|
|
39047
|
+
(Default: `1`) Step size to increment by.
|
|
39048
39048
|
"""
|
|
39049
39049
|
return pulumi.get(self, "step_num")
|
|
39050
39050
|
|
|
@@ -39061,15 +39061,15 @@ if not MYPY:
|
|
|
39061
39061
|
"""
|
|
39062
39062
|
match: NotRequired[pulumi.Input[builtins.str]]
|
|
39063
39063
|
"""
|
|
39064
|
-
The match type for the foreign key. Not applicable for primary/unique keys
|
|
39064
|
+
(Default: `FULL`) The match type for the foreign key. Not applicable for primary/unique keys
|
|
39065
39065
|
"""
|
|
39066
39066
|
on_delete: NotRequired[pulumi.Input[builtins.str]]
|
|
39067
39067
|
"""
|
|
39068
|
-
Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys
|
|
39068
|
+
(Default: `NO ACTION`) Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys
|
|
39069
39069
|
"""
|
|
39070
39070
|
on_update: NotRequired[pulumi.Input[builtins.str]]
|
|
39071
39071
|
"""
|
|
39072
|
-
Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys
|
|
39072
|
+
(Default: `NO ACTION`) Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys
|
|
39073
39073
|
"""
|
|
39074
39074
|
elif False:
|
|
39075
39075
|
TableConstraintForeignKeyPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -39083,9 +39083,9 @@ class TableConstraintForeignKeyPropertiesArgs:
|
|
|
39083
39083
|
on_update: Optional[pulumi.Input[builtins.str]] = None):
|
|
39084
39084
|
"""
|
|
39085
39085
|
:param pulumi.Input['TableConstraintForeignKeyPropertiesReferencesArgs'] references: The table and columns that the foreign key references.
|
|
39086
|
-
:param pulumi.Input[builtins.str] match: The match type for the foreign key. Not applicable for primary/unique keys
|
|
39087
|
-
:param pulumi.Input[builtins.str] on_delete: Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys
|
|
39088
|
-
:param pulumi.Input[builtins.str] on_update: Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys
|
|
39086
|
+
:param pulumi.Input[builtins.str] match: (Default: `FULL`) The match type for the foreign key. Not applicable for primary/unique keys
|
|
39087
|
+
:param pulumi.Input[builtins.str] on_delete: (Default: `NO ACTION`) Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys
|
|
39088
|
+
:param pulumi.Input[builtins.str] on_update: (Default: `NO ACTION`) Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys
|
|
39089
39089
|
"""
|
|
39090
39090
|
pulumi.set(__self__, "references", references)
|
|
39091
39091
|
if match is not None:
|
|
@@ -39111,7 +39111,7 @@ class TableConstraintForeignKeyPropertiesArgs:
|
|
|
39111
39111
|
@pulumi.getter
|
|
39112
39112
|
def match(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
39113
39113
|
"""
|
|
39114
|
-
The match type for the foreign key. Not applicable for primary/unique keys
|
|
39114
|
+
(Default: `FULL`) The match type for the foreign key. Not applicable for primary/unique keys
|
|
39115
39115
|
"""
|
|
39116
39116
|
return pulumi.get(self, "match")
|
|
39117
39117
|
|
|
@@ -39123,7 +39123,7 @@ class TableConstraintForeignKeyPropertiesArgs:
|
|
|
39123
39123
|
@pulumi.getter(name="onDelete")
|
|
39124
39124
|
def on_delete(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
39125
39125
|
"""
|
|
39126
|
-
Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys
|
|
39126
|
+
(Default: `NO ACTION`) Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys
|
|
39127
39127
|
"""
|
|
39128
39128
|
return pulumi.get(self, "on_delete")
|
|
39129
39129
|
|
|
@@ -39135,7 +39135,7 @@ class TableConstraintForeignKeyPropertiesArgs:
|
|
|
39135
39135
|
@pulumi.getter(name="onUpdate")
|
|
39136
39136
|
def on_update(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
39137
39137
|
"""
|
|
39138
|
-
Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys
|
|
39138
|
+
(Default: `NO ACTION`) Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys
|
|
39139
39139
|
"""
|
|
39140
39140
|
return pulumi.get(self, "on_update")
|
|
39141
39141
|
|
pulumi_snowflake/account.py
CHANGED
|
@@ -42,7 +42,7 @@ class AccountArgs:
|
|
|
42
42
|
:param pulumi.Input[builtins.str] edition: Snowflake Edition of the account. See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL`
|
|
43
43
|
:param pulumi.Input[builtins.int] grace_period_in_days: Specifies the number of days during which the account can be restored (“undropped”). The minimum is 3 days and the maximum is 90 days.
|
|
44
44
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the account.
|
|
45
|
-
:param pulumi.Input[builtins.str] is_org_admin: Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
45
|
+
:param pulumi.Input[builtins.str] is_org_admin: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
46
46
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores.
|
|
47
47
|
:param pulumi.Input[builtins.str] region: [Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.)
|
|
48
48
|
:param pulumi.Input[builtins.str] region_group: ID of the region group where the account is created. To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups).
|
|
@@ -168,7 +168,7 @@ class AccountArgs:
|
|
|
168
168
|
@pulumi.getter(name="isOrgAdmin")
|
|
169
169
|
def is_org_admin(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
170
170
|
"""
|
|
171
|
-
Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
171
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
172
172
|
"""
|
|
173
173
|
return pulumi.get(self, "is_org_admin")
|
|
174
174
|
|
|
@@ -257,7 +257,7 @@ class _AccountState:
|
|
|
257
257
|
:param pulumi.Input[builtins.str] edition: Snowflake Edition of the account. See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL`
|
|
258
258
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
259
259
|
:param pulumi.Input[builtins.int] grace_period_in_days: Specifies the number of days during which the account can be restored (“undropped”). The minimum is 3 days and the maximum is 90 days.
|
|
260
|
-
:param pulumi.Input[builtins.str] is_org_admin: Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
260
|
+
:param pulumi.Input[builtins.str] is_org_admin: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
261
261
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores.
|
|
262
262
|
:param pulumi.Input[builtins.str] region: [Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.)
|
|
263
263
|
:param pulumi.Input[builtins.str] region_group: ID of the region group where the account is created. To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups).
|
|
@@ -404,7 +404,7 @@ class _AccountState:
|
|
|
404
404
|
@pulumi.getter(name="isOrgAdmin")
|
|
405
405
|
def is_org_admin(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
406
406
|
"""
|
|
407
|
-
Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
407
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
408
408
|
"""
|
|
409
409
|
return pulumi.get(self, "is_org_admin")
|
|
410
410
|
|
|
@@ -512,7 +512,7 @@ class Account(pulumi.CustomResource):
|
|
|
512
512
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the account.
|
|
513
513
|
:param pulumi.Input[builtins.str] edition: Snowflake Edition of the account. See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL`
|
|
514
514
|
:param pulumi.Input[builtins.int] grace_period_in_days: Specifies the number of days during which the account can be restored (“undropped”). The minimum is 3 days and the maximum is 90 days.
|
|
515
|
-
:param pulumi.Input[builtins.str] is_org_admin: Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
515
|
+
:param pulumi.Input[builtins.str] is_org_admin: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
516
516
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores.
|
|
517
517
|
:param pulumi.Input[builtins.str] region: [Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.)
|
|
518
518
|
:param pulumi.Input[builtins.str] region_group: ID of the region group where the account is created. To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups).
|
|
@@ -634,7 +634,7 @@ class Account(pulumi.CustomResource):
|
|
|
634
634
|
:param pulumi.Input[builtins.str] edition: Snowflake Edition of the account. See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL`
|
|
635
635
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
636
636
|
:param pulumi.Input[builtins.int] grace_period_in_days: Specifies the number of days during which the account can be restored (“undropped”). The minimum is 3 days and the maximum is 90 days.
|
|
637
|
-
:param pulumi.Input[builtins.str] is_org_admin: Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
637
|
+
:param pulumi.Input[builtins.str] is_org_admin: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
638
638
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and must start with an alphabetic character and cannot contain spaces or special characters except for underscores (_). Note that if the account name includes underscores, features that do not accept account names with underscores (e.g. Okta SSO or SCIM) can reference a version of the account name that substitutes hyphens (-) for the underscores.
|
|
639
639
|
:param pulumi.Input[builtins.str] region: [Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the region where the account is created. If no value is provided, Snowflake creates the account in the same Snowflake Region as the current account (i.e. the account in which the CREATE ACCOUNT statement is executed.)
|
|
640
640
|
:param pulumi.Input[builtins.str] region_group: ID of the region group where the account is created. To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups).
|
|
@@ -729,7 +729,7 @@ class Account(pulumi.CustomResource):
|
|
|
729
729
|
@pulumi.getter(name="isOrgAdmin")
|
|
730
730
|
def is_org_admin(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
731
731
|
"""
|
|
732
|
-
Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
732
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property.
|
|
733
733
|
"""
|
|
734
734
|
return pulumi.get(self, "is_org_admin")
|
|
735
735
|
|
pulumi_snowflake/alert.py
CHANGED
|
@@ -40,7 +40,7 @@ class AlertArgs:
|
|
|
40
40
|
:param pulumi.Input[builtins.str] warehouse: The warehouse the alert will use.
|
|
41
41
|
:param pulumi.Input['AlertAlertScheduleArgs'] alert_schedule: The schedule for periodically running an alert.
|
|
42
42
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the alert.
|
|
43
|
-
:param pulumi.Input[builtins.bool] enabled: Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
43
|
+
:param pulumi.Input[builtins.bool] enabled: (Default: `false`) Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
44
44
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created.
|
|
45
45
|
"""
|
|
46
46
|
pulumi.set(__self__, "action", action)
|
|
@@ -145,7 +145,7 @@ class AlertArgs:
|
|
|
145
145
|
@pulumi.getter
|
|
146
146
|
def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
147
147
|
"""
|
|
148
|
-
Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
148
|
+
(Default: `false`) Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
149
149
|
"""
|
|
150
150
|
return pulumi.get(self, "enabled")
|
|
151
151
|
|
|
@@ -186,7 +186,7 @@ class _AlertState:
|
|
|
186
186
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the alert.
|
|
187
187
|
:param pulumi.Input[builtins.str] condition: The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL)
|
|
188
188
|
:param pulumi.Input[builtins.str] database: The database in which to create the alert.
|
|
189
|
-
:param pulumi.Input[builtins.bool] enabled: Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
189
|
+
:param pulumi.Input[builtins.bool] enabled: (Default: `false`) Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
190
190
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
191
191
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created.
|
|
192
192
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the alert.
|
|
@@ -277,7 +277,7 @@ class _AlertState:
|
|
|
277
277
|
@pulumi.getter
|
|
278
278
|
def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
279
279
|
"""
|
|
280
|
-
Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
280
|
+
(Default: `false`) Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
281
281
|
"""
|
|
282
282
|
return pulumi.get(self, "enabled")
|
|
283
283
|
|
|
@@ -365,7 +365,7 @@ class Alert(pulumi.CustomResource):
|
|
|
365
365
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the alert.
|
|
366
366
|
:param pulumi.Input[builtins.str] condition: The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL)
|
|
367
367
|
:param pulumi.Input[builtins.str] database: The database in which to create the alert.
|
|
368
|
-
:param pulumi.Input[builtins.bool] enabled: Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
368
|
+
:param pulumi.Input[builtins.bool] enabled: (Default: `false`) Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
369
369
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created.
|
|
370
370
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the alert.
|
|
371
371
|
:param pulumi.Input[builtins.str] warehouse: The warehouse the alert will use.
|
|
@@ -470,7 +470,7 @@ class Alert(pulumi.CustomResource):
|
|
|
470
470
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the alert.
|
|
471
471
|
:param pulumi.Input[builtins.str] condition: The SQL statement that represents the condition for the alert. (SELECT, SHOW, CALL)
|
|
472
472
|
:param pulumi.Input[builtins.str] database: The database in which to create the alert.
|
|
473
|
-
:param pulumi.Input[builtins.bool] enabled: Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
473
|
+
:param pulumi.Input[builtins.bool] enabled: (Default: `false`) Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
474
474
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
475
475
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the alert; must be unique for the database and schema in which the alert is created.
|
|
476
476
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the alert.
|
|
@@ -536,7 +536,7 @@ class Alert(pulumi.CustomResource):
|
|
|
536
536
|
@pulumi.getter
|
|
537
537
|
def enabled(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
538
538
|
"""
|
|
539
|
-
Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
539
|
+
(Default: `false`) Specifies if an alert should be 'started' (enabled) after creation or should remain 'suspended' (default).
|
|
540
540
|
"""
|
|
541
541
|
return pulumi.get(self, "enabled")
|
|
542
542
|
|
|
@@ -39,7 +39,7 @@ class ApiAuthenticationIntegrationWithAuthorizationCodeGrantArgs:
|
|
|
39
39
|
:param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
|
|
40
40
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the integration.
|
|
41
41
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
42
|
-
:param pulumi.Input[builtins.int] oauth_access_token_validity: Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
42
|
+
:param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
43
43
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
|
|
44
44
|
:param pulumi.Input[builtins.str] oauth_authorization_endpoint: Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated.
|
|
45
45
|
:param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
|
|
@@ -127,7 +127,7 @@ class ApiAuthenticationIntegrationWithAuthorizationCodeGrantArgs:
|
|
|
127
127
|
@pulumi.getter(name="oauthAccessTokenValidity")
|
|
128
128
|
def oauth_access_token_validity(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
129
129
|
"""
|
|
130
|
-
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
130
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
131
131
|
"""
|
|
132
132
|
return pulumi.get(self, "oauth_access_token_validity")
|
|
133
133
|
|
|
@@ -220,7 +220,7 @@ class _ApiAuthenticationIntegrationWithAuthorizationCodeGrantState:
|
|
|
220
220
|
:param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
|
|
221
221
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
222
222
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
223
|
-
:param pulumi.Input[builtins.int] oauth_access_token_validity: Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
223
|
+
:param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
224
224
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
|
|
225
225
|
:param pulumi.Input[builtins.str] oauth_authorization_endpoint: Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated.
|
|
226
226
|
:param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
|
|
@@ -322,7 +322,7 @@ class _ApiAuthenticationIntegrationWithAuthorizationCodeGrantState:
|
|
|
322
322
|
@pulumi.getter(name="oauthAccessTokenValidity")
|
|
323
323
|
def oauth_access_token_validity(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
324
324
|
"""
|
|
325
|
-
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
325
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
326
326
|
"""
|
|
327
327
|
return pulumi.get(self, "oauth_access_token_validity")
|
|
328
328
|
|
|
@@ -453,7 +453,7 @@ class ApiAuthenticationIntegrationWithAuthorizationCodeGrant(pulumi.CustomResour
|
|
|
453
453
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the integration.
|
|
454
454
|
:param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
|
|
455
455
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
456
|
-
:param pulumi.Input[builtins.int] oauth_access_token_validity: Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
456
|
+
:param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
457
457
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
|
|
458
458
|
:param pulumi.Input[builtins.str] oauth_authorization_endpoint: Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated.
|
|
459
459
|
:param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
|
|
@@ -565,7 +565,7 @@ class ApiAuthenticationIntegrationWithAuthorizationCodeGrant(pulumi.CustomResour
|
|
|
565
565
|
:param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
|
|
566
566
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
567
567
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
568
|
-
:param pulumi.Input[builtins.int] oauth_access_token_validity: Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
568
|
+
:param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
569
569
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
|
|
570
570
|
:param pulumi.Input[builtins.str] oauth_authorization_endpoint: Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated.
|
|
571
571
|
:param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
|
|
@@ -638,7 +638,7 @@ class ApiAuthenticationIntegrationWithAuthorizationCodeGrant(pulumi.CustomResour
|
|
|
638
638
|
@pulumi.getter(name="oauthAccessTokenValidity")
|
|
639
639
|
def oauth_access_token_validity(self) -> pulumi.Output[Optional[builtins.int]]:
|
|
640
640
|
"""
|
|
641
|
-
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
641
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
642
642
|
"""
|
|
643
643
|
return pulumi.get(self, "oauth_access_token_validity")
|
|
644
644
|
|
|
@@ -38,7 +38,7 @@ class ApiAuthenticationIntegrationWithClientCredentialsArgs:
|
|
|
38
38
|
:param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
|
|
39
39
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the integration.
|
|
40
40
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
41
|
-
:param pulumi.Input[builtins.int] oauth_access_token_validity: Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
41
|
+
:param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
42
42
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
|
|
43
43
|
:param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
|
|
44
44
|
:param pulumi.Input[builtins.int] oauth_refresh_token_validity: Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
|
|
@@ -123,7 +123,7 @@ class ApiAuthenticationIntegrationWithClientCredentialsArgs:
|
|
|
123
123
|
@pulumi.getter(name="oauthAccessTokenValidity")
|
|
124
124
|
def oauth_access_token_validity(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
125
125
|
"""
|
|
126
|
-
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
126
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "oauth_access_token_validity")
|
|
129
129
|
|
|
@@ -203,7 +203,7 @@ class _ApiAuthenticationIntegrationWithClientCredentialsState:
|
|
|
203
203
|
:param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
|
|
204
204
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
205
205
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
206
|
-
:param pulumi.Input[builtins.int] oauth_access_token_validity: Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
206
|
+
:param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
207
207
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
|
|
208
208
|
:param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
|
|
209
209
|
:param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
|
|
@@ -302,7 +302,7 @@ class _ApiAuthenticationIntegrationWithClientCredentialsState:
|
|
|
302
302
|
@pulumi.getter(name="oauthAccessTokenValidity")
|
|
303
303
|
def oauth_access_token_validity(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
304
304
|
"""
|
|
305
|
-
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
305
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
306
306
|
"""
|
|
307
307
|
return pulumi.get(self, "oauth_access_token_validity")
|
|
308
308
|
|
|
@@ -420,7 +420,7 @@ class ApiAuthenticationIntegrationWithClientCredentials(pulumi.CustomResource):
|
|
|
420
420
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the integration.
|
|
421
421
|
:param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
|
|
422
422
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
423
|
-
:param pulumi.Input[builtins.int] oauth_access_token_validity: Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
423
|
+
:param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
424
424
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
|
|
425
425
|
:param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
|
|
426
426
|
:param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
|
|
@@ -528,7 +528,7 @@ class ApiAuthenticationIntegrationWithClientCredentials(pulumi.CustomResource):
|
|
|
528
528
|
:param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
|
|
529
529
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
530
530
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
531
|
-
:param pulumi.Input[builtins.int] oauth_access_token_validity: Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
531
|
+
:param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
532
532
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
|
|
533
533
|
:param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
|
|
534
534
|
:param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
|
|
@@ -599,7 +599,7 @@ class ApiAuthenticationIntegrationWithClientCredentials(pulumi.CustomResource):
|
|
|
599
599
|
@pulumi.getter(name="oauthAccessTokenValidity")
|
|
600
600
|
def oauth_access_token_validity(self) -> pulumi.Output[Optional[builtins.int]]:
|
|
601
601
|
"""
|
|
602
|
-
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
602
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
603
603
|
"""
|
|
604
604
|
return pulumi.get(self, "oauth_access_token_validity")
|
|
605
605
|
|
|
@@ -39,7 +39,7 @@ class ApiAuthenticationIntegrationWithJwtBearerArgs:
|
|
|
39
39
|
:param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
|
|
40
40
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the integration.
|
|
41
41
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
42
|
-
:param pulumi.Input[builtins.int] oauth_access_token_validity: Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
42
|
+
:param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
43
43
|
:param pulumi.Input[builtins.str] oauth_authorization_endpoint: Specifies the URL for authenticating to the external service.
|
|
44
44
|
:param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
|
|
45
45
|
:param pulumi.Input[builtins.int] oauth_refresh_token_validity: Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
|
|
@@ -134,7 +134,7 @@ class ApiAuthenticationIntegrationWithJwtBearerArgs:
|
|
|
134
134
|
@pulumi.getter(name="oauthAccessTokenValidity")
|
|
135
135
|
def oauth_access_token_validity(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
136
136
|
"""
|
|
137
|
-
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
137
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
138
138
|
"""
|
|
139
139
|
return pulumi.get(self, "oauth_access_token_validity")
|
|
140
140
|
|
|
@@ -215,7 +215,7 @@ class _ApiAuthenticationIntegrationWithJwtBearerState:
|
|
|
215
215
|
:param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
|
|
216
216
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
217
217
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
218
|
-
:param pulumi.Input[builtins.int] oauth_access_token_validity: Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
218
|
+
:param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
219
219
|
:param pulumi.Input[builtins.str] oauth_authorization_endpoint: Specifies the URL for authenticating to the external service.
|
|
220
220
|
:param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
|
|
221
221
|
:param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
|
|
@@ -316,7 +316,7 @@ class _ApiAuthenticationIntegrationWithJwtBearerState:
|
|
|
316
316
|
@pulumi.getter(name="oauthAccessTokenValidity")
|
|
317
317
|
def oauth_access_token_validity(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
318
318
|
"""
|
|
319
|
-
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
319
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
320
320
|
"""
|
|
321
321
|
return pulumi.get(self, "oauth_access_token_validity")
|
|
322
322
|
|
|
@@ -444,7 +444,7 @@ class ApiAuthenticationIntegrationWithJwtBearer(pulumi.CustomResource):
|
|
|
444
444
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the integration.
|
|
445
445
|
:param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
|
|
446
446
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
447
|
-
:param pulumi.Input[builtins.int] oauth_access_token_validity: Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
447
|
+
:param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
448
448
|
:param pulumi.Input[builtins.str] oauth_authorization_endpoint: Specifies the URL for authenticating to the external service.
|
|
449
449
|
:param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
|
|
450
450
|
:param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
|
|
@@ -557,7 +557,7 @@ class ApiAuthenticationIntegrationWithJwtBearer(pulumi.CustomResource):
|
|
|
557
557
|
:param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
|
|
558
558
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
559
559
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
560
|
-
:param pulumi.Input[builtins.int] oauth_access_token_validity: Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
560
|
+
:param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
561
561
|
:param pulumi.Input[builtins.str] oauth_authorization_endpoint: Specifies the URL for authenticating to the external service.
|
|
562
562
|
:param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
|
|
563
563
|
:param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
|
|
@@ -629,7 +629,7 @@ class ApiAuthenticationIntegrationWithJwtBearer(pulumi.CustomResource):
|
|
|
629
629
|
@pulumi.getter(name="oauthAccessTokenValidity")
|
|
630
630
|
def oauth_access_token_validity(self) -> pulumi.Output[Optional[builtins.int]]:
|
|
631
631
|
"""
|
|
632
|
-
Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
632
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
|
|
633
633
|
"""
|
|
634
634
|
return pulumi.get(self, "oauth_access_token_validity")
|
|
635
635
|
|