pulumi-snowflake 1.2.0a1744439488__py3-none-any.whl → 1.3.0__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.

Files changed (101) hide show
  1. pulumi_snowflake/_inputs.py +33 -33
  2. pulumi_snowflake/account.py +7 -7
  3. pulumi_snowflake/alert.py +7 -7
  4. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +7 -7
  5. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +7 -7
  6. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +7 -7
  7. pulumi_snowflake/api_integration.py +35 -35
  8. pulumi_snowflake/authentication_policy.py +7 -7
  9. pulumi_snowflake/config/__init__.pyi +7 -0
  10. pulumi_snowflake/config/vars.py +9 -0
  11. pulumi_snowflake/dynamic_table.py +21 -21
  12. pulumi_snowflake/external_function.py +28 -28
  13. pulumi_snowflake/external_table.py +21 -21
  14. pulumi_snowflake/external_volume.py +13 -9
  15. pulumi_snowflake/failover_group.py +7 -7
  16. pulumi_snowflake/function_java.py +14 -14
  17. pulumi_snowflake/function_javascript.py +14 -14
  18. pulumi_snowflake/function_python.py +21 -21
  19. pulumi_snowflake/function_scala.py +14 -14
  20. pulumi_snowflake/function_sql.py +14 -14
  21. pulumi_snowflake/get_alerts.py +6 -2
  22. pulumi_snowflake/get_cortex_search_services.py +6 -2
  23. pulumi_snowflake/get_current_account.py +6 -2
  24. pulumi_snowflake/get_current_role.py +6 -2
  25. pulumi_snowflake/get_database.py +6 -2
  26. pulumi_snowflake/get_database_role.py +6 -2
  27. pulumi_snowflake/get_databases.py +6 -6
  28. pulumi_snowflake/get_dynamic_tables.py +6 -2
  29. pulumi_snowflake/get_external_functions.py +6 -2
  30. pulumi_snowflake/get_external_tables.py +6 -2
  31. pulumi_snowflake/get_failover_groups.py +6 -2
  32. pulumi_snowflake/get_file_formats.py +6 -2
  33. pulumi_snowflake/get_functions.py +6 -2
  34. pulumi_snowflake/get_grants.py +4 -0
  35. pulumi_snowflake/get_masking_policies.py +3 -3
  36. pulumi_snowflake/get_materialized_views.py +6 -2
  37. pulumi_snowflake/get_network_policies.py +3 -3
  38. pulumi_snowflake/get_parameters.py +9 -5
  39. pulumi_snowflake/get_pipes.py +6 -2
  40. pulumi_snowflake/get_procedures.py +6 -2
  41. pulumi_snowflake/get_row_access_policies.py +3 -3
  42. pulumi_snowflake/get_schemas.py +6 -6
  43. pulumi_snowflake/get_secrets.py +7 -3
  44. pulumi_snowflake/get_security_integrations.py +3 -3
  45. pulumi_snowflake/get_sequences.py +6 -2
  46. pulumi_snowflake/get_shares.py +6 -2
  47. pulumi_snowflake/get_stages.py +6 -2
  48. pulumi_snowflake/get_storage_integrations.py +6 -2
  49. pulumi_snowflake/get_streamlits.py +3 -3
  50. pulumi_snowflake/get_streams.py +3 -3
  51. pulumi_snowflake/get_system_generate_scim_access_token.py +6 -2
  52. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -0
  53. pulumi_snowflake/get_system_get_private_link_config.py +6 -2
  54. pulumi_snowflake/get_system_get_snowflake_platform_info.py +6 -2
  55. pulumi_snowflake/get_tables.py +6 -2
  56. pulumi_snowflake/get_tasks.py +3 -3
  57. pulumi_snowflake/get_users.py +6 -6
  58. pulumi_snowflake/get_views.py +3 -3
  59. pulumi_snowflake/get_warehouses.py +6 -6
  60. pulumi_snowflake/grant_privileges_to_account_role.py +28 -28
  61. pulumi_snowflake/grant_privileges_to_database_role.py +21 -21
  62. pulumi_snowflake/legacy_service_user.py +21 -21
  63. pulumi_snowflake/managed_account.py +7 -7
  64. pulumi_snowflake/masking_policy.py +7 -7
  65. pulumi_snowflake/materialized_view.py +14 -14
  66. pulumi_snowflake/network_policy_attachment.py +7 -7
  67. pulumi_snowflake/notification_integration.py +20 -7
  68. pulumi_snowflake/oauth_integration_for_custom_clients.py +35 -35
  69. pulumi_snowflake/oauth_integration_for_partner_applications.py +21 -21
  70. pulumi_snowflake/object_parameter.py +7 -7
  71. pulumi_snowflake/outputs.py +22 -22
  72. pulumi_snowflake/password_policy.py +97 -93
  73. pulumi_snowflake/pipe.py +7 -7
  74. pulumi_snowflake/procedure_java.py +14 -14
  75. pulumi_snowflake/procedure_javascript.py +14 -14
  76. pulumi_snowflake/procedure_python.py +14 -14
  77. pulumi_snowflake/procedure_scala.py +14 -14
  78. pulumi_snowflake/procedure_sql.py +14 -14
  79. pulumi_snowflake/provider.py +26 -0
  80. pulumi_snowflake/pulumi-plugin.json +1 -1
  81. pulumi_snowflake/saml2_integration.py +28 -28
  82. pulumi_snowflake/schema.py +14 -14
  83. pulumi_snowflake/scim_integration.py +7 -7
  84. pulumi_snowflake/sequence.py +21 -21
  85. pulumi_snowflake/service_user.py +14 -14
  86. pulumi_snowflake/storage_integration.py +65 -0
  87. pulumi_snowflake/stream_on_external_table.py +7 -7
  88. pulumi_snowflake/stream_on_table.py +7 -7
  89. pulumi_snowflake/stream_on_view.py +7 -7
  90. pulumi_snowflake/table.py +14 -14
  91. pulumi_snowflake/table_constraint.py +42 -42
  92. pulumi_snowflake/tag_association.py +7 -7
  93. pulumi_snowflake/task.py +7 -7
  94. pulumi_snowflake/user.py +21 -21
  95. pulumi_snowflake/view.py +14 -14
  96. pulumi_snowflake/warehouse.py +28 -28
  97. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0.dist-info}/METADATA +1 -1
  98. pulumi_snowflake-1.3.0.dist-info/RECORD +148 -0
  99. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0.dist-info}/WHEEL +1 -1
  100. pulumi_snowflake-1.2.0a1744439488.dist-info/RECORD +0 -148
  101. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0.dist-info}/top_level.txt +0 -0
@@ -36,11 +36,11 @@ class OauthIntegrationForPartnerApplicationsArgs:
36
36
  :param pulumi.Input[builtins.str] oauth_client: Creates an OAuth interface between Snowflake and a partner application. Valid options are: `LOOKER` | `TABLEAU_DESKTOP` | `TABLEAU_SERVER`.
37
37
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] blocked_roles_lists: A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED*LIST account parameter to FALSE. For more information about this resource, see docs.
38
38
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the OAuth integration.
39
- :param pulumi.Input[builtins.str] enabled: Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
39
+ :param pulumi.Input[builtins.str] enabled: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
40
40
  :param pulumi.Input[builtins.str] name: Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
41
- :param pulumi.Input[builtins.str] oauth_issue_refresh_tokens: Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
41
+ :param pulumi.Input[builtins.str] oauth_issue_refresh_tokens: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
42
42
  :param pulumi.Input[builtins.str] oauth_redirect_uri: Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. The field should be only set when OAUTH_CLIENT = LOOKER. In any other case the field should be left out empty.
43
- :param pulumi.Input[builtins.int] oauth_refresh_token_validity: Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
43
+ :param pulumi.Input[builtins.int] oauth_refresh_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
44
44
  :param pulumi.Input[builtins.str] oauth_use_secondary_roles: Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. Valid options are: `IMPLICIT` | `NONE`.
45
45
  """
46
46
  pulumi.set(__self__, "oauth_client", oauth_client)
@@ -101,7 +101,7 @@ class OauthIntegrationForPartnerApplicationsArgs:
101
101
  @pulumi.getter
102
102
  def enabled(self) -> Optional[pulumi.Input[builtins.str]]:
103
103
  """
104
- Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
104
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
105
105
  """
106
106
  return pulumi.get(self, "enabled")
107
107
 
@@ -125,7 +125,7 @@ class OauthIntegrationForPartnerApplicationsArgs:
125
125
  @pulumi.getter(name="oauthIssueRefreshTokens")
126
126
  def oauth_issue_refresh_tokens(self) -> Optional[pulumi.Input[builtins.str]]:
127
127
  """
128
- Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
128
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
129
129
  """
130
130
  return pulumi.get(self, "oauth_issue_refresh_tokens")
131
131
 
@@ -149,7 +149,7 @@ class OauthIntegrationForPartnerApplicationsArgs:
149
149
  @pulumi.getter(name="oauthRefreshTokenValidity")
150
150
  def oauth_refresh_token_validity(self) -> Optional[pulumi.Input[builtins.int]]:
151
151
  """
152
- Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
152
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
153
153
  """
154
154
  return pulumi.get(self, "oauth_refresh_token_validity")
155
155
 
@@ -191,13 +191,13 @@ class _OauthIntegrationForPartnerApplicationsState:
191
191
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] blocked_roles_lists: A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED*LIST account parameter to FALSE. For more information about this resource, see docs.
192
192
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the OAuth integration.
193
193
  :param pulumi.Input[Sequence[pulumi.Input['OauthIntegrationForPartnerApplicationsDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE SECURITY INTEGRATION` for the given integration.
194
- :param pulumi.Input[builtins.str] enabled: Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
194
+ :param pulumi.Input[builtins.str] enabled: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
195
195
  :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).
196
196
  :param pulumi.Input[builtins.str] name: Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
197
197
  :param pulumi.Input[builtins.str] oauth_client: Creates an OAuth interface between Snowflake and a partner application. Valid options are: `LOOKER` | `TABLEAU_DESKTOP` | `TABLEAU_SERVER`.
198
- :param pulumi.Input[builtins.str] oauth_issue_refresh_tokens: Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
198
+ :param pulumi.Input[builtins.str] oauth_issue_refresh_tokens: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
199
199
  :param pulumi.Input[builtins.str] oauth_redirect_uri: Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. The field should be only set when OAUTH_CLIENT = LOOKER. In any other case the field should be left out empty.
200
- :param pulumi.Input[builtins.int] oauth_refresh_token_validity: Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
200
+ :param pulumi.Input[builtins.int] oauth_refresh_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
201
201
  :param pulumi.Input[builtins.str] oauth_use_secondary_roles: Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. Valid options are: `IMPLICIT` | `NONE`.
202
202
  :param pulumi.Input[Sequence[pulumi.Input['OauthIntegrationForPartnerApplicationsRelatedParameterArgs']]] related_parameters: Parameters related to this security integration.
203
203
  :param pulumi.Input[Sequence[pulumi.Input['OauthIntegrationForPartnerApplicationsShowOutputArgs']]] show_outputs: Outputs the result of `SHOW SECURITY INTEGRATION` for the given integration.
@@ -269,7 +269,7 @@ class _OauthIntegrationForPartnerApplicationsState:
269
269
  @pulumi.getter
270
270
  def enabled(self) -> Optional[pulumi.Input[builtins.str]]:
271
271
  """
272
- Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
272
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
273
273
  """
274
274
  return pulumi.get(self, "enabled")
275
275
 
@@ -317,7 +317,7 @@ class _OauthIntegrationForPartnerApplicationsState:
317
317
  @pulumi.getter(name="oauthIssueRefreshTokens")
318
318
  def oauth_issue_refresh_tokens(self) -> Optional[pulumi.Input[builtins.str]]:
319
319
  """
320
- Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
320
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
321
321
  """
322
322
  return pulumi.get(self, "oauth_issue_refresh_tokens")
323
323
 
@@ -341,7 +341,7 @@ class _OauthIntegrationForPartnerApplicationsState:
341
341
  @pulumi.getter(name="oauthRefreshTokenValidity")
342
342
  def oauth_refresh_token_validity(self) -> Optional[pulumi.Input[builtins.int]]:
343
343
  """
344
- Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
344
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
345
345
  """
346
346
  return pulumi.get(self, "oauth_refresh_token_validity")
347
347
 
@@ -412,12 +412,12 @@ class OauthIntegrationForPartnerApplications(pulumi.CustomResource):
412
412
  :param pulumi.ResourceOptions opts: Options for the resource.
413
413
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] blocked_roles_lists: A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED*LIST account parameter to FALSE. For more information about this resource, see docs.
414
414
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the OAuth integration.
415
- :param pulumi.Input[builtins.str] enabled: Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
415
+ :param pulumi.Input[builtins.str] enabled: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
416
416
  :param pulumi.Input[builtins.str] name: Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
417
417
  :param pulumi.Input[builtins.str] oauth_client: Creates an OAuth interface between Snowflake and a partner application. Valid options are: `LOOKER` | `TABLEAU_DESKTOP` | `TABLEAU_SERVER`.
418
- :param pulumi.Input[builtins.str] oauth_issue_refresh_tokens: Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
418
+ :param pulumi.Input[builtins.str] oauth_issue_refresh_tokens: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
419
419
  :param pulumi.Input[builtins.str] oauth_redirect_uri: Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. The field should be only set when OAUTH_CLIENT = LOOKER. In any other case the field should be left out empty.
420
- :param pulumi.Input[builtins.int] oauth_refresh_token_validity: Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
420
+ :param pulumi.Input[builtins.int] oauth_refresh_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
421
421
  :param pulumi.Input[builtins.str] oauth_use_secondary_roles: Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. Valid options are: `IMPLICIT` | `NONE`.
422
422
  """
423
423
  ...
@@ -514,13 +514,13 @@ class OauthIntegrationForPartnerApplications(pulumi.CustomResource):
514
514
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] blocked_roles_lists: A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED*LIST account parameter to FALSE. For more information about this resource, see docs.
515
515
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the OAuth integration.
516
516
  :param pulumi.Input[Sequence[pulumi.Input[Union['OauthIntegrationForPartnerApplicationsDescribeOutputArgs', 'OauthIntegrationForPartnerApplicationsDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE SECURITY INTEGRATION` for the given integration.
517
- :param pulumi.Input[builtins.str] enabled: Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
517
+ :param pulumi.Input[builtins.str] enabled: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
518
518
  :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).
519
519
  :param pulumi.Input[builtins.str] name: Specifies the name of the OAuth integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
520
520
  :param pulumi.Input[builtins.str] oauth_client: Creates an OAuth interface between Snowflake and a partner application. Valid options are: `LOOKER` | `TABLEAU_DESKTOP` | `TABLEAU_SERVER`.
521
- :param pulumi.Input[builtins.str] oauth_issue_refresh_tokens: Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
521
+ :param pulumi.Input[builtins.str] oauth_issue_refresh_tokens: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
522
522
  :param pulumi.Input[builtins.str] oauth_redirect_uri: Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. The field should be only set when OAUTH_CLIENT = LOOKER. In any other case the field should be left out empty.
523
- :param pulumi.Input[builtins.int] oauth_refresh_token_validity: Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
523
+ :param pulumi.Input[builtins.int] oauth_refresh_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
524
524
  :param pulumi.Input[builtins.str] oauth_use_secondary_roles: Specifies whether default secondary roles set in the user properties are activated by default in the session being opened. Valid options are: `IMPLICIT` | `NONE`.
525
525
  :param pulumi.Input[Sequence[pulumi.Input[Union['OauthIntegrationForPartnerApplicationsRelatedParameterArgs', 'OauthIntegrationForPartnerApplicationsRelatedParameterArgsDict']]]] related_parameters: Parameters related to this security integration.
526
526
  :param pulumi.Input[Sequence[pulumi.Input[Union['OauthIntegrationForPartnerApplicationsShowOutputArgs', 'OauthIntegrationForPartnerApplicationsShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW SECURITY INTEGRATION` for the given integration.
@@ -572,7 +572,7 @@ class OauthIntegrationForPartnerApplications(pulumi.CustomResource):
572
572
  @pulumi.getter
573
573
  def enabled(self) -> pulumi.Output[Optional[builtins.str]]:
574
574
  """
575
- Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
575
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
576
576
  """
577
577
  return pulumi.get(self, "enabled")
578
578
 
@@ -604,7 +604,7 @@ class OauthIntegrationForPartnerApplications(pulumi.CustomResource):
604
604
  @pulumi.getter(name="oauthIssueRefreshTokens")
605
605
  def oauth_issue_refresh_tokens(self) -> pulumi.Output[Optional[builtins.str]]:
606
606
  """
607
- Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
607
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
608
608
  """
609
609
  return pulumi.get(self, "oauth_issue_refresh_tokens")
610
610
 
@@ -620,7 +620,7 @@ class OauthIntegrationForPartnerApplications(pulumi.CustomResource):
620
620
  @pulumi.getter(name="oauthRefreshTokenValidity")
621
621
  def oauth_refresh_token_validity(self) -> pulumi.Output[Optional[builtins.int]]:
622
622
  """
623
- Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
623
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies how long refresh tokens should be valid (in seconds). OAUTH*ISSUE*REFRESH_TOKENS must be set to TRUE.
624
624
  """
625
625
  return pulumi.get(self, "oauth_refresh_token_validity")
626
626
 
@@ -33,7 +33,7 @@ class ObjectParameterArgs:
33
33
  :param pulumi.Input[builtins.str] value: Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation.
34
34
  :param pulumi.Input[Sequence[pulumi.Input['ObjectParameterObjectIdentifierArgs']]] object_identifiers: Specifies the object identifier for the object parameter. If no value is provided, then the resource will default to setting the object parameter at account level.
35
35
  :param pulumi.Input[builtins.str] object_type: 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.
36
- :param pulumi.Input[builtins.bool] on_account: If true, the object parameter will be set on the account level.
36
+ :param pulumi.Input[builtins.bool] on_account: (Default: `false`) If true, the object parameter will be set on the account level.
37
37
  """
38
38
  pulumi.set(__self__, "key", key)
39
39
  pulumi.set(__self__, "value", value)
@@ -96,7 +96,7 @@ class ObjectParameterArgs:
96
96
  @pulumi.getter(name="onAccount")
97
97
  def on_account(self) -> Optional[pulumi.Input[builtins.bool]]:
98
98
  """
99
- If true, the object parameter will be set on the account level.
99
+ (Default: `false`) If true, the object parameter will be set on the account level.
100
100
  """
101
101
  return pulumi.get(self, "on_account")
102
102
 
@@ -118,7 +118,7 @@ class _ObjectParameterState:
118
118
  :param pulumi.Input[builtins.str] key: Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters).
119
119
  :param pulumi.Input[Sequence[pulumi.Input['ObjectParameterObjectIdentifierArgs']]] object_identifiers: Specifies the object identifier for the object parameter. If no value is provided, then the resource will default to setting the object parameter at account level.
120
120
  :param pulumi.Input[builtins.str] object_type: 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.
121
- :param pulumi.Input[builtins.bool] on_account: If true, the object parameter will be set on the account level.
121
+ :param pulumi.Input[builtins.bool] on_account: (Default: `false`) If true, the object parameter will be set on the account level.
122
122
  :param pulumi.Input[builtins.str] value: Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation.
123
123
  """
124
124
  if key is not None:
@@ -172,7 +172,7 @@ class _ObjectParameterState:
172
172
  @pulumi.getter(name="onAccount")
173
173
  def on_account(self) -> Optional[pulumi.Input[builtins.bool]]:
174
174
  """
175
- If true, the object parameter will be set on the account level.
175
+ (Default: `false`) If true, the object parameter will be set on the account level.
176
176
  """
177
177
  return pulumi.get(self, "on_account")
178
178
 
@@ -216,7 +216,7 @@ class ObjectParameter(pulumi.CustomResource):
216
216
  :param pulumi.Input[builtins.str] key: Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters).
217
217
  :param pulumi.Input[Sequence[pulumi.Input[Union['ObjectParameterObjectIdentifierArgs', 'ObjectParameterObjectIdentifierArgsDict']]]] object_identifiers: Specifies the object identifier for the object parameter. If no value is provided, then the resource will default to setting the object parameter at account level.
218
218
  :param pulumi.Input[builtins.str] object_type: 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.
219
- :param pulumi.Input[builtins.bool] on_account: If true, the object parameter will be set on the account level.
219
+ :param pulumi.Input[builtins.bool] on_account: (Default: `false`) If true, the object parameter will be set on the account level.
220
220
  :param pulumi.Input[builtins.str] value: Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation.
221
221
  """
222
222
  ...
@@ -295,7 +295,7 @@ class ObjectParameter(pulumi.CustomResource):
295
295
  :param pulumi.Input[builtins.str] key: Name of object parameter. Valid values are those in [object parameters](https://docs.snowflake.com/en/sql-reference/parameters.html#object-parameters).
296
296
  :param pulumi.Input[Sequence[pulumi.Input[Union['ObjectParameterObjectIdentifierArgs', 'ObjectParameterObjectIdentifierArgsDict']]]] object_identifiers: Specifies the object identifier for the object parameter. If no value is provided, then the resource will default to setting the object parameter at account level.
297
297
  :param pulumi.Input[builtins.str] object_type: 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.
298
- :param pulumi.Input[builtins.bool] on_account: If true, the object parameter will be set on the account level.
298
+ :param pulumi.Input[builtins.bool] on_account: (Default: `false`) If true, the object parameter will be set on the account level.
299
299
  :param pulumi.Input[builtins.str] value: Value of object parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation.
300
300
  """
301
301
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -337,7 +337,7 @@ class ObjectParameter(pulumi.CustomResource):
337
337
  @pulumi.getter(name="onAccount")
338
338
  def on_account(self) -> pulumi.Output[Optional[builtins.bool]]:
339
339
  """
340
- If true, the object parameter will be set on the account level.
340
+ (Default: `false`) If true, the object parameter will be set on the account level.
341
341
  """
342
342
  return pulumi.get(self, "on_account")
343
343
 
@@ -8506,7 +8506,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObjectFuture(dict):
8506
8506
  in_database: Optional[builtins.str] = None,
8507
8507
  in_schema: Optional[builtins.str] = None):
8508
8508
  """
8509
- :param builtins.str object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS.
8509
+ :param builtins.str object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | STREAMLITS | DATASETS.
8510
8510
  """
8511
8511
  pulumi.set(__self__, "object_type_plural", object_type_plural)
8512
8512
  if in_database is not None:
@@ -8518,7 +8518,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObjectFuture(dict):
8518
8518
  @pulumi.getter(name="objectTypePlural")
8519
8519
  def object_type_plural(self) -> builtins.str:
8520
8520
  """
8521
- The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS.
8521
+ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | STREAMLITS | DATASETS.
8522
8522
  """
8523
8523
  return pulumi.get(self, "object_type_plural")
8524
8524
 
@@ -8762,7 +8762,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture(dict):
8762
8762
  in_database: Optional[builtins.str] = None,
8763
8763
  in_schema: Optional[builtins.str] = None):
8764
8764
  """
8765
- :param builtins.str object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS.
8765
+ :param builtins.str object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | STREAMLITS | DATASETS.
8766
8766
  :param builtins.str in_database: The fully qualified name of the database.
8767
8767
  :param builtins.str in_schema: The fully qualified name of the schema.
8768
8768
  """
@@ -8776,7 +8776,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture(dict):
8776
8776
  @pulumi.getter(name="objectTypePlural")
8777
8777
  def object_type_plural(self) -> builtins.str:
8778
8778
  """
8779
- The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS.
8779
+ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | STREAMLITS | DATASETS.
8780
8780
  """
8781
8781
  return pulumi.get(self, "object_type_plural")
8782
8782
 
@@ -26970,12 +26970,12 @@ class TableColumn(dict):
26970
26970
  """
26971
26971
  :param builtins.str name: Column name
26972
26972
  :param 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).
26973
- :param builtins.str collate: Column collation, e.g. utf8
26974
- :param builtins.str comment: Column comment
26973
+ :param builtins.str collate: (Default: ``) Column collation, e.g. utf8
26974
+ :param builtins.str comment: (Default: ``) Column comment
26975
26975
  :param '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
26976
26976
  :param 'TableColumnIdentityArgs' identity: Defines the identity start/step values for a column. **Note** Identity/default are mutually exclusive.
26977
- :param builtins.str masking_policy: Masking policy to apply on column. It has to be a fully qualified name.
26978
- :param 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.
26977
+ :param builtins.str masking_policy: (Default: ``) Masking policy to apply on column. It has to be a fully qualified name.
26978
+ :param 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.
26979
26979
  :param builtins.str schema_evolution_record: Record of schema evolution.
26980
26980
  """
26981
26981
  pulumi.set(__self__, "name", name)
@@ -27015,7 +27015,7 @@ class TableColumn(dict):
27015
27015
  @pulumi.getter
27016
27016
  def collate(self) -> Optional[builtins.str]:
27017
27017
  """
27018
- Column collation, e.g. utf8
27018
+ (Default: ``) Column collation, e.g. utf8
27019
27019
  """
27020
27020
  return pulumi.get(self, "collate")
27021
27021
 
@@ -27023,7 +27023,7 @@ class TableColumn(dict):
27023
27023
  @pulumi.getter
27024
27024
  def comment(self) -> Optional[builtins.str]:
27025
27025
  """
27026
- Column comment
27026
+ (Default: ``) Column comment
27027
27027
  """
27028
27028
  return pulumi.get(self, "comment")
27029
27029
 
@@ -27047,7 +27047,7 @@ class TableColumn(dict):
27047
27047
  @pulumi.getter(name="maskingPolicy")
27048
27048
  def masking_policy(self) -> Optional[builtins.str]:
27049
27049
  """
27050
- Masking policy to apply on column. It has to be a fully qualified name.
27050
+ (Default: ``) Masking policy to apply on column. It has to be a fully qualified name.
27051
27051
  """
27052
27052
  return pulumi.get(self, "masking_policy")
27053
27053
 
@@ -27055,7 +27055,7 @@ class TableColumn(dict):
27055
27055
  @pulumi.getter
27056
27056
  def nullable(self) -> Optional[builtins.bool]:
27057
27057
  """
27058
- 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.
27058
+ (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.
27059
27059
  """
27060
27060
  return pulumi.get(self, "nullable")
27061
27061
 
@@ -27136,8 +27136,8 @@ class TableColumnIdentity(dict):
27136
27136
  start_num: Optional[builtins.int] = None,
27137
27137
  step_num: Optional[builtins.int] = None):
27138
27138
  """
27139
- :param builtins.int start_num: The number to start incrementing at.
27140
- :param builtins.int step_num: Step size to increment by.
27139
+ :param builtins.int start_num: (Default: `1`) The number to start incrementing at.
27140
+ :param builtins.int step_num: (Default: `1`) Step size to increment by.
27141
27141
  """
27142
27142
  if start_num is not None:
27143
27143
  pulumi.set(__self__, "start_num", start_num)
@@ -27148,7 +27148,7 @@ class TableColumnIdentity(dict):
27148
27148
  @pulumi.getter(name="startNum")
27149
27149
  def start_num(self) -> Optional[builtins.int]:
27150
27150
  """
27151
- The number to start incrementing at.
27151
+ (Default: `1`) The number to start incrementing at.
27152
27152
  """
27153
27153
  return pulumi.get(self, "start_num")
27154
27154
 
@@ -27156,7 +27156,7 @@ class TableColumnIdentity(dict):
27156
27156
  @pulumi.getter(name="stepNum")
27157
27157
  def step_num(self) -> Optional[builtins.int]:
27158
27158
  """
27159
- Step size to increment by.
27159
+ (Default: `1`) Step size to increment by.
27160
27160
  """
27161
27161
  return pulumi.get(self, "step_num")
27162
27162
 
@@ -27189,9 +27189,9 @@ class TableConstraintForeignKeyProperties(dict):
27189
27189
  on_update: Optional[builtins.str] = None):
27190
27190
  """
27191
27191
  :param 'TableConstraintForeignKeyPropertiesReferencesArgs' references: The table and columns that the foreign key references.
27192
- :param builtins.str match: The match type for the foreign key. Not applicable for primary/unique keys
27193
- :param 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
27194
- :param 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
27192
+ :param builtins.str match: (Default: `FULL`) The match type for the foreign key. Not applicable for primary/unique keys
27193
+ :param 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
27194
+ :param 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
27195
27195
  """
27196
27196
  pulumi.set(__self__, "references", references)
27197
27197
  if match is not None:
@@ -27213,7 +27213,7 @@ class TableConstraintForeignKeyProperties(dict):
27213
27213
  @pulumi.getter
27214
27214
  def match(self) -> Optional[builtins.str]:
27215
27215
  """
27216
- The match type for the foreign key. Not applicable for primary/unique keys
27216
+ (Default: `FULL`) The match type for the foreign key. Not applicable for primary/unique keys
27217
27217
  """
27218
27218
  return pulumi.get(self, "match")
27219
27219
 
@@ -27221,7 +27221,7 @@ class TableConstraintForeignKeyProperties(dict):
27221
27221
  @pulumi.getter(name="onDelete")
27222
27222
  def on_delete(self) -> Optional[builtins.str]:
27223
27223
  """
27224
- Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys
27224
+ (Default: `NO ACTION`) Specifies the action performed when the primary/unique key for the foreign key is deleted. Not applicable for primary/unique keys
27225
27225
  """
27226
27226
  return pulumi.get(self, "on_delete")
27227
27227
 
@@ -27229,7 +27229,7 @@ class TableConstraintForeignKeyProperties(dict):
27229
27229
  @pulumi.getter(name="onUpdate")
27230
27230
  def on_update(self) -> Optional[builtins.str]:
27231
27231
  """
27232
- Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys
27232
+ (Default: `NO ACTION`) Specifies the action performed when the primary/unique key for the foreign key is updated. Not applicable for primary/unique keys
27233
27233
  """
27234
27234
  return pulumi.get(self, "on_update")
27235
27235