pulumi-snowflake 2.2.0a1751946295__py3-none-any.whl → 2.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 (160) hide show
  1. pulumi_snowflake/__init__.py +20 -1
  2. pulumi_snowflake/_inputs.py +17236 -16797
  3. pulumi_snowflake/account.py +252 -253
  4. pulumi_snowflake/account_authentication_policy_attachment.py +18 -19
  5. pulumi_snowflake/account_parameter.py +35 -36
  6. pulumi_snowflake/account_password_policy_attachment.py +18 -19
  7. pulumi_snowflake/account_role.py +42 -43
  8. pulumi_snowflake/alert.py +149 -150
  9. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +197 -198
  10. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +180 -181
  11. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +193 -194
  12. pulumi_snowflake/api_integration.py +251 -252
  13. pulumi_snowflake/authentication_policy.py +167 -168
  14. pulumi_snowflake/compute_pool.py +167 -168
  15. pulumi_snowflake/config/__init__.py +1 -1
  16. pulumi_snowflake/config/__init__.pyi +1 -2
  17. pulumi_snowflake/config/outputs.py +21 -22
  18. pulumi_snowflake/config/vars.py +43 -44
  19. pulumi_snowflake/cortex_search_service.py +191 -192
  20. pulumi_snowflake/current_account.py +2096 -2097
  21. pulumi_snowflake/current_organization_account.py +5863 -0
  22. pulumi_snowflake/database.py +353 -354
  23. pulumi_snowflake/database_role.py +63 -64
  24. pulumi_snowflake/dynamic_table.py +274 -275
  25. pulumi_snowflake/email_notification_integration.py +70 -71
  26. pulumi_snowflake/execute.py +61 -62
  27. pulumi_snowflake/external_function.py +280 -281
  28. pulumi_snowflake/external_oauth_integration.py +288 -289
  29. pulumi_snowflake/external_table.py +246 -247
  30. pulumi_snowflake/external_volume.py +68 -69
  31. pulumi_snowflake/failover_group.py +135 -136
  32. pulumi_snowflake/file_format.py +622 -623
  33. pulumi_snowflake/function_java.py +320 -321
  34. pulumi_snowflake/function_javascript.py +243 -244
  35. pulumi_snowflake/function_python.py +334 -335
  36. pulumi_snowflake/function_scala.py +320 -321
  37. pulumi_snowflake/function_sql.py +226 -227
  38. pulumi_snowflake/get_account_roles.py +16 -17
  39. pulumi_snowflake/get_accounts.py +16 -17
  40. pulumi_snowflake/get_alerts.py +22 -23
  41. pulumi_snowflake/get_compute_pools.py +23 -24
  42. pulumi_snowflake/get_connections.py +10 -11
  43. pulumi_snowflake/get_cortex_search_services.py +18 -19
  44. pulumi_snowflake/get_current_account.py +9 -10
  45. pulumi_snowflake/get_current_role.py +5 -6
  46. pulumi_snowflake/get_database.py +25 -26
  47. pulumi_snowflake/get_database_role.py +19 -20
  48. pulumi_snowflake/get_database_roles.py +17 -18
  49. pulumi_snowflake/get_databases.py +29 -30
  50. pulumi_snowflake/get_dynamic_tables.py +13 -14
  51. pulumi_snowflake/get_external_functions.py +16 -17
  52. pulumi_snowflake/get_external_tables.py +16 -17
  53. pulumi_snowflake/get_failover_groups.py +10 -11
  54. pulumi_snowflake/get_file_formats.py +16 -17
  55. pulumi_snowflake/get_functions.py +16 -17
  56. pulumi_snowflake/get_git_repositories.py +18 -19
  57. pulumi_snowflake/get_grants.py +9 -10
  58. pulumi_snowflake/get_image_repositories.py +11 -12
  59. pulumi_snowflake/get_masking_policies.py +18 -19
  60. pulumi_snowflake/get_materialized_views.py +16 -17
  61. pulumi_snowflake/get_network_policies.py +16 -17
  62. pulumi_snowflake/get_parameters.py +34 -35
  63. pulumi_snowflake/get_pipes.py +16 -17
  64. pulumi_snowflake/get_procedures.py +16 -17
  65. pulumi_snowflake/get_resource_monitors.py +10 -11
  66. pulumi_snowflake/get_row_access_policies.py +18 -19
  67. pulumi_snowflake/get_schemas.py +30 -31
  68. pulumi_snowflake/get_secrets.py +17 -18
  69. pulumi_snowflake/get_security_integrations.py +16 -17
  70. pulumi_snowflake/get_sequences.py +16 -17
  71. pulumi_snowflake/get_services.py +30 -31
  72. pulumi_snowflake/get_shares.py +10 -11
  73. pulumi_snowflake/get_stages.py +16 -17
  74. pulumi_snowflake/get_storage_integrations.py +4 -5
  75. pulumi_snowflake/get_streamlits.py +18 -19
  76. pulumi_snowflake/get_streams.py +24 -25
  77. pulumi_snowflake/get_system_generate_scim_access_token.py +11 -12
  78. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +11 -12
  79. pulumi_snowflake/get_system_get_private_link_config.py +21 -22
  80. pulumi_snowflake/get_system_get_snowflake_platform_info.py +7 -8
  81. pulumi_snowflake/get_tables.py +24 -25
  82. pulumi_snowflake/get_tags.py +11 -12
  83. pulumi_snowflake/get_tasks.py +30 -31
  84. pulumi_snowflake/get_user_programmatic_access_tokens.py +113 -0
  85. pulumi_snowflake/get_users.py +29 -30
  86. pulumi_snowflake/get_views.py +24 -25
  87. pulumi_snowflake/get_warehouses.py +22 -23
  88. pulumi_snowflake/git_repository.py +133 -134
  89. pulumi_snowflake/grant_account_role.py +52 -53
  90. pulumi_snowflake/grant_application_role.py +52 -53
  91. pulumi_snowflake/grant_database_role.py +69 -70
  92. pulumi_snowflake/grant_ownership.py +55 -56
  93. pulumi_snowflake/grant_privileges_to_account_role.py +125 -126
  94. pulumi_snowflake/grant_privileges_to_database_role.py +122 -123
  95. pulumi_snowflake/grant_privileges_to_share.py +154 -155
  96. pulumi_snowflake/image_repository.py +80 -81
  97. pulumi_snowflake/job_service.py +148 -149
  98. pulumi_snowflake/legacy_service_user.py +1269 -1270
  99. pulumi_snowflake/managed_account.py +140 -141
  100. pulumi_snowflake/masking_policy.py +136 -137
  101. pulumi_snowflake/materialized_view.py +149 -150
  102. pulumi_snowflake/network_policy.py +116 -117
  103. pulumi_snowflake/network_policy_attachment.py +52 -53
  104. pulumi_snowflake/network_rule.py +129 -130
  105. pulumi_snowflake/notification_integration.py +298 -299
  106. pulumi_snowflake/oauth_integration_for_custom_clients.py +263 -264
  107. pulumi_snowflake/oauth_integration_for_partner_applications.py +169 -170
  108. pulumi_snowflake/object_parameter.py +72 -73
  109. pulumi_snowflake/outputs.py +15957 -15511
  110. pulumi_snowflake/password_policy.py +299 -300
  111. pulumi_snowflake/pipe.py +181 -182
  112. pulumi_snowflake/primary_connection.py +70 -71
  113. pulumi_snowflake/procedure_java.py +341 -342
  114. pulumi_snowflake/procedure_javascript.py +247 -248
  115. pulumi_snowflake/procedure_python.py +338 -339
  116. pulumi_snowflake/procedure_scala.py +341 -342
  117. pulumi_snowflake/procedure_sql.py +247 -248
  118. pulumi_snowflake/provider.py +377 -378
  119. pulumi_snowflake/pulumi-plugin.json +1 -1
  120. pulumi_snowflake/resource_monitor.py +165 -166
  121. pulumi_snowflake/row_access_policy.py +102 -103
  122. pulumi_snowflake/saml2_integration.py +303 -304
  123. pulumi_snowflake/schema.py +390 -391
  124. pulumi_snowflake/scim_integration.py +133 -134
  125. pulumi_snowflake/secondary_connection.py +72 -73
  126. pulumi_snowflake/secondary_database.py +350 -351
  127. pulumi_snowflake/secret_with_authorization_code_grant.py +138 -139
  128. pulumi_snowflake/secret_with_basic_authentication.py +121 -122
  129. pulumi_snowflake/secret_with_client_credentials.py +125 -126
  130. pulumi_snowflake/secret_with_generic_string.py +104 -105
  131. pulumi_snowflake/sequence.py +121 -122
  132. pulumi_snowflake/service.py +233 -234
  133. pulumi_snowflake/service_user.py +1239 -1240
  134. pulumi_snowflake/share.py +61 -62
  135. pulumi_snowflake/shared_database.py +299 -300
  136. pulumi_snowflake/stage.py +234 -235
  137. pulumi_snowflake/storage_integration.py +230 -231
  138. pulumi_snowflake/stream_on_directory_table.py +128 -129
  139. pulumi_snowflake/stream_on_external_table.py +151 -152
  140. pulumi_snowflake/stream_on_table.py +164 -165
  141. pulumi_snowflake/stream_on_view.py +164 -165
  142. pulumi_snowflake/streamlit.py +184 -185
  143. pulumi_snowflake/table.py +147 -148
  144. pulumi_snowflake/table_column_masking_policy_application.py +52 -53
  145. pulumi_snowflake/table_constraint.py +191 -192
  146. pulumi_snowflake/tag.py +114 -115
  147. pulumi_snowflake/tag_association.py +86 -87
  148. pulumi_snowflake/task.py +1224 -1225
  149. pulumi_snowflake/user.py +1346 -1347
  150. pulumi_snowflake/user_authentication_policy_attachment.py +35 -36
  151. pulumi_snowflake/user_password_policy_attachment.py +35 -36
  152. pulumi_snowflake/user_programmatic_access_token.py +598 -0
  153. pulumi_snowflake/user_public_keys.py +52 -53
  154. pulumi_snowflake/view.py +187 -188
  155. pulumi_snowflake/warehouse.py +286 -287
  156. {pulumi_snowflake-2.2.0a1751946295.dist-info → pulumi_snowflake-2.3.0.dist-info}/METADATA +1 -1
  157. pulumi_snowflake-2.3.0.dist-info/RECORD +161 -0
  158. pulumi_snowflake-2.2.0a1751946295.dist-info/RECORD +0 -158
  159. {pulumi_snowflake-2.2.0a1751946295.dist-info → pulumi_snowflake-2.3.0.dist-info}/WHEEL +0 -0
  160. {pulumi_snowflake-2.2.0a1751946295.dist-info → pulumi_snowflake-2.3.0.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -42,7 +41,7 @@ class GetAccountRolesResult:
42
41
  raise TypeError("Expected argument 'like' to be a str")
43
42
  pulumi.set(__self__, "like", like)
44
43
 
45
- @property
44
+ @_builtins.property
46
45
  @pulumi.getter(name="accountRoles")
47
46
  def account_roles(self) -> Sequence['outputs.GetAccountRolesAccountRoleResult']:
48
47
  """
@@ -50,25 +49,25 @@ class GetAccountRolesResult:
50
49
  """
51
50
  return pulumi.get(self, "account_roles")
52
51
 
53
- @property
52
+ @_builtins.property
54
53
  @pulumi.getter
55
- def id(self) -> builtins.str:
54
+ def id(self) -> _builtins.str:
56
55
  """
57
56
  The provider-assigned unique ID for this managed resource.
58
57
  """
59
58
  return pulumi.get(self, "id")
60
59
 
61
- @property
60
+ @_builtins.property
62
61
  @pulumi.getter(name="inClass")
63
- def in_class(self) -> Optional[builtins.str]:
62
+ def in_class(self) -> Optional[_builtins.str]:
64
63
  """
65
64
  Filters the SHOW GRANTS output by class name.
66
65
  """
67
66
  return pulumi.get(self, "in_class")
68
67
 
69
- @property
68
+ @_builtins.property
70
69
  @pulumi.getter
71
- def like(self) -> Optional[builtins.str]:
70
+ def like(self) -> Optional[_builtins.str]:
72
71
  """
73
72
  Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
74
73
  """
@@ -87,15 +86,15 @@ class AwaitableGetAccountRolesResult(GetAccountRolesResult):
87
86
  like=self.like)
88
87
 
89
88
 
90
- def get_account_roles(in_class: Optional[builtins.str] = None,
91
- like: Optional[builtins.str] = None,
89
+ def get_account_roles(in_class: Optional[_builtins.str] = None,
90
+ like: Optional[_builtins.str] = None,
92
91
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccountRolesResult:
93
92
  """
94
93
  Data source used to get details of filtered account roles. Filtering is aligned with the current possibilities for [SHOW ROLES](https://docs.snowflake.com/en/sql-reference/sql/show-roles) query (`like` and `in_class` are all supported). The results of SHOW are encapsulated in one output collection.
95
94
 
96
95
 
97
- :param builtins.str in_class: Filters the SHOW GRANTS output by class name.
98
- :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
96
+ :param _builtins.str in_class: Filters the SHOW GRANTS output by class name.
97
+ :param _builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
99
98
  """
100
99
  __args__ = dict()
101
100
  __args__['inClass'] = in_class
@@ -108,15 +107,15 @@ def get_account_roles(in_class: Optional[builtins.str] = None,
108
107
  id=pulumi.get(__ret__, 'id'),
109
108
  in_class=pulumi.get(__ret__, 'in_class'),
110
109
  like=pulumi.get(__ret__, 'like'))
111
- def get_account_roles_output(in_class: Optional[pulumi.Input[Optional[builtins.str]]] = None,
112
- like: Optional[pulumi.Input[Optional[builtins.str]]] = None,
110
+ def get_account_roles_output(in_class: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
111
+ like: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
113
112
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountRolesResult]:
114
113
  """
115
114
  Data source used to get details of filtered account roles. Filtering is aligned with the current possibilities for [SHOW ROLES](https://docs.snowflake.com/en/sql-reference/sql/show-roles) query (`like` and `in_class` are all supported). The results of SHOW are encapsulated in one output collection.
116
115
 
117
116
 
118
- :param builtins.str in_class: Filters the SHOW GRANTS output by class name.
119
- :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
117
+ :param _builtins.str in_class: Filters the SHOW GRANTS output by class name.
118
+ :param _builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
120
119
  """
121
120
  __args__ = dict()
122
121
  __args__['inClass'] = in_class
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -42,7 +41,7 @@ class GetAccountsResult:
42
41
  raise TypeError("Expected argument 'with_history' to be a bool")
43
42
  pulumi.set(__self__, "with_history", with_history)
44
43
 
45
- @property
44
+ @_builtins.property
46
45
  @pulumi.getter
47
46
  def accounts(self) -> Sequence['outputs.GetAccountsAccountResult']:
48
47
  """
@@ -50,25 +49,25 @@ class GetAccountsResult:
50
49
  """
51
50
  return pulumi.get(self, "accounts")
52
51
 
53
- @property
52
+ @_builtins.property
54
53
  @pulumi.getter
55
- def id(self) -> builtins.str:
54
+ def id(self) -> _builtins.str:
56
55
  """
57
56
  The provider-assigned unique ID for this managed resource.
58
57
  """
59
58
  return pulumi.get(self, "id")
60
59
 
61
- @property
60
+ @_builtins.property
62
61
  @pulumi.getter
63
- def like(self) -> Optional[builtins.str]:
62
+ def like(self) -> Optional[_builtins.str]:
64
63
  """
65
64
  Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
66
65
  """
67
66
  return pulumi.get(self, "like")
68
67
 
69
- @property
68
+ @_builtins.property
70
69
  @pulumi.getter(name="withHistory")
71
- def with_history(self) -> Optional[builtins.bool]:
70
+ def with_history(self) -> Optional[_builtins.bool]:
72
71
  """
73
72
  Includes dropped accounts that have not yet been deleted.
74
73
  """
@@ -87,15 +86,15 @@ class AwaitableGetAccountsResult(GetAccountsResult):
87
86
  with_history=self.with_history)
88
87
 
89
88
 
90
- def get_accounts(like: Optional[builtins.str] = None,
91
- with_history: Optional[builtins.bool] = None,
89
+ def get_accounts(like: Optional[_builtins.str] = None,
90
+ with_history: Optional[_builtins.bool] = None,
92
91
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccountsResult:
93
92
  """
94
93
  Data source used to get details of filtered accounts. Filtering is aligned with the current possibilities for [SHOW ACCOUNTS](https://docs.snowflake.com/en/sql-reference/sql/show-accounts) query. The results of SHOW are encapsulated in one output collection `accounts`.
95
94
 
96
95
 
97
- :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
98
- :param builtins.bool with_history: Includes dropped accounts that have not yet been deleted.
96
+ :param _builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
97
+ :param _builtins.bool with_history: Includes dropped accounts that have not yet been deleted.
99
98
  """
100
99
  __args__ = dict()
101
100
  __args__['like'] = like
@@ -108,15 +107,15 @@ def get_accounts(like: Optional[builtins.str] = None,
108
107
  id=pulumi.get(__ret__, 'id'),
109
108
  like=pulumi.get(__ret__, 'like'),
110
109
  with_history=pulumi.get(__ret__, 'with_history'))
111
- def get_accounts_output(like: Optional[pulumi.Input[Optional[builtins.str]]] = None,
112
- with_history: Optional[pulumi.Input[Optional[builtins.bool]]] = None,
110
+ def get_accounts_output(like: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
111
+ with_history: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
113
112
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountsResult]:
114
113
  """
115
114
  Data source used to get details of filtered accounts. Filtering is aligned with the current possibilities for [SHOW ACCOUNTS](https://docs.snowflake.com/en/sql-reference/sql/show-accounts) query. The results of SHOW are encapsulated in one output collection `accounts`.
116
115
 
117
116
 
118
- :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
119
- :param builtins.bool with_history: Includes dropped accounts that have not yet been deleted.
117
+ :param _builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
118
+ :param _builtins.bool with_history: Includes dropped accounts that have not yet been deleted.
120
119
  """
121
120
  __args__ = dict()
122
121
  __args__['like'] = like
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -45,7 +44,7 @@ class GetAlertsResult:
45
44
  raise TypeError("Expected argument 'schema' to be a str")
46
45
  pulumi.set(__self__, "schema", schema)
47
46
 
48
- @property
47
+ @_builtins.property
49
48
  @pulumi.getter
50
49
  def alerts(self) -> Sequence['outputs.GetAlertsAlertResult']:
51
50
  """
@@ -53,33 +52,33 @@ class GetAlertsResult:
53
52
  """
54
53
  return pulumi.get(self, "alerts")
55
54
 
56
- @property
55
+ @_builtins.property
57
56
  @pulumi.getter
58
- def database(self) -> Optional[builtins.str]:
57
+ def database(self) -> Optional[_builtins.str]:
59
58
  """
60
59
  The database from which to return the alerts from.
61
60
  """
62
61
  return pulumi.get(self, "database")
63
62
 
64
- @property
63
+ @_builtins.property
65
64
  @pulumi.getter
66
- def id(self) -> builtins.str:
65
+ def id(self) -> _builtins.str:
67
66
  """
68
67
  The provider-assigned unique ID for this managed resource.
69
68
  """
70
69
  return pulumi.get(self, "id")
71
70
 
72
- @property
71
+ @_builtins.property
73
72
  @pulumi.getter
74
- def pattern(self) -> Optional[builtins.str]:
73
+ def pattern(self) -> Optional[_builtins.str]:
75
74
  """
76
75
  Filters the command output by object name.
77
76
  """
78
77
  return pulumi.get(self, "pattern")
79
78
 
80
- @property
79
+ @_builtins.property
81
80
  @pulumi.getter
82
- def schema(self) -> Optional[builtins.str]:
81
+ def schema(self) -> Optional[_builtins.str]:
83
82
  """
84
83
  The schema from which to return the alerts from.
85
84
  """
@@ -99,9 +98,9 @@ class AwaitableGetAlertsResult(GetAlertsResult):
99
98
  schema=self.schema)
100
99
 
101
100
 
102
- def get_alerts(database: Optional[builtins.str] = None,
103
- pattern: Optional[builtins.str] = None,
104
- schema: Optional[builtins.str] = None,
101
+ def get_alerts(database: Optional[_builtins.str] = None,
102
+ pattern: Optional[_builtins.str] = None,
103
+ schema: Optional[_builtins.str] = None,
105
104
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAlertsResult:
106
105
  """
107
106
  !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
@@ -119,9 +118,9 @@ def get_alerts(database: Optional[builtins.str] = None,
119
118
  > **Note** If a field has a default value, it is shown next to the type in the schema.
120
119
 
121
120
 
122
- :param builtins.str database: The database from which to return the alerts from.
123
- :param builtins.str pattern: Filters the command output by object name.
124
- :param builtins.str schema: The schema from which to return the alerts from.
121
+ :param _builtins.str database: The database from which to return the alerts from.
122
+ :param _builtins.str pattern: Filters the command output by object name.
123
+ :param _builtins.str schema: The schema from which to return the alerts from.
125
124
  """
126
125
  __args__ = dict()
127
126
  __args__['database'] = database
@@ -136,9 +135,9 @@ def get_alerts(database: Optional[builtins.str] = None,
136
135
  id=pulumi.get(__ret__, 'id'),
137
136
  pattern=pulumi.get(__ret__, 'pattern'),
138
137
  schema=pulumi.get(__ret__, 'schema'))
139
- def get_alerts_output(database: Optional[pulumi.Input[Optional[builtins.str]]] = None,
140
- pattern: Optional[pulumi.Input[Optional[builtins.str]]] = None,
141
- schema: Optional[pulumi.Input[Optional[builtins.str]]] = None,
138
+ def get_alerts_output(database: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
139
+ pattern: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
140
+ schema: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
142
141
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAlertsResult]:
143
142
  """
144
143
  !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
@@ -156,9 +155,9 @@ def get_alerts_output(database: Optional[pulumi.Input[Optional[builtins.str]]] =
156
155
  > **Note** If a field has a default value, it is shown next to the type in the schema.
157
156
 
158
157
 
159
- :param builtins.str database: The database from which to return the alerts from.
160
- :param builtins.str pattern: Filters the command output by object name.
161
- :param builtins.str schema: The schema from which to return the alerts from.
158
+ :param _builtins.str database: The database from which to return the alerts from.
159
+ :param _builtins.str pattern: Filters the command output by object name.
160
+ :param _builtins.str schema: The schema from which to return the alerts from.
162
161
  """
163
162
  __args__ = dict()
164
163
  __args__['database'] = database
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -49,7 +48,7 @@ class GetComputePoolsResult:
49
48
  raise TypeError("Expected argument 'with_describe' to be a bool")
50
49
  pulumi.set(__self__, "with_describe", with_describe)
51
50
 
52
- @property
51
+ @_builtins.property
53
52
  @pulumi.getter(name="computePools")
54
53
  def compute_pools(self) -> Sequence['outputs.GetComputePoolsComputePoolResult']:
55
54
  """
@@ -57,23 +56,23 @@ class GetComputePoolsResult:
57
56
  """
58
57
  return pulumi.get(self, "compute_pools")
59
58
 
60
- @property
59
+ @_builtins.property
61
60
  @pulumi.getter
62
- def id(self) -> builtins.str:
61
+ def id(self) -> _builtins.str:
63
62
  """
64
63
  The provider-assigned unique ID for this managed resource.
65
64
  """
66
65
  return pulumi.get(self, "id")
67
66
 
68
- @property
67
+ @_builtins.property
69
68
  @pulumi.getter
70
- def like(self) -> Optional[builtins.str]:
69
+ def like(self) -> Optional[_builtins.str]:
71
70
  """
72
71
  Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
73
72
  """
74
73
  return pulumi.get(self, "like")
75
74
 
76
- @property
75
+ @_builtins.property
77
76
  @pulumi.getter
78
77
  def limit(self) -> Optional['outputs.GetComputePoolsLimitResult']:
79
78
  """
@@ -81,17 +80,17 @@ class GetComputePoolsResult:
81
80
  """
82
81
  return pulumi.get(self, "limit")
83
82
 
84
- @property
83
+ @_builtins.property
85
84
  @pulumi.getter(name="startsWith")
86
- def starts_with(self) -> Optional[builtins.str]:
85
+ def starts_with(self) -> Optional[_builtins.str]:
87
86
  """
88
87
  Filters the output with **case-sensitive** characters indicating the beginning of the object name.
89
88
  """
90
89
  return pulumi.get(self, "starts_with")
91
90
 
92
- @property
91
+ @_builtins.property
93
92
  @pulumi.getter(name="withDescribe")
94
- def with_describe(self) -> Optional[builtins.bool]:
93
+ def with_describe(self) -> Optional[_builtins.bool]:
95
94
  """
96
95
  (Default: `true`) Runs DESC COMPUTE POOL for each compute pool returned by SHOW COMPUTE POOLS. The output of describe is saved to the description field. By default this value is set to true.
97
96
  """
@@ -112,10 +111,10 @@ class AwaitableGetComputePoolsResult(GetComputePoolsResult):
112
111
  with_describe=self.with_describe)
113
112
 
114
113
 
115
- def get_compute_pools(like: Optional[builtins.str] = None,
114
+ def get_compute_pools(like: Optional[_builtins.str] = None,
116
115
  limit: Optional[Union['GetComputePoolsLimitArgs', 'GetComputePoolsLimitArgsDict']] = None,
117
- starts_with: Optional[builtins.str] = None,
118
- with_describe: Optional[builtins.bool] = None,
116
+ starts_with: Optional[_builtins.str] = None,
117
+ with_describe: Optional[_builtins.bool] = None,
119
118
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetComputePoolsResult:
120
119
  """
121
120
  !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
@@ -123,10 +122,10 @@ def get_compute_pools(like: Optional[builtins.str] = None,
123
122
  Data source used to get details of filtered compute pools. Filtering is aligned with the current possibilities for [SHOW COMPUTE POOLS](https://docs.snowflake.com/en/sql-reference/sql/show-compute-pools) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `compute_pools`.
124
123
 
125
124
 
126
- :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
125
+ :param _builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
127
126
  :param Union['GetComputePoolsLimitArgs', 'GetComputePoolsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
128
- :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
129
- :param builtins.bool with_describe: (Default: `true`) Runs DESC COMPUTE POOL for each compute pool returned by SHOW COMPUTE POOLS. The output of describe is saved to the description field. By default this value is set to true.
127
+ :param _builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
128
+ :param _builtins.bool with_describe: (Default: `true`) Runs DESC COMPUTE POOL for each compute pool returned by SHOW COMPUTE POOLS. The output of describe is saved to the description field. By default this value is set to true.
130
129
  """
131
130
  __args__ = dict()
132
131
  __args__['like'] = like
@@ -143,10 +142,10 @@ def get_compute_pools(like: Optional[builtins.str] = None,
143
142
  limit=pulumi.get(__ret__, 'limit'),
144
143
  starts_with=pulumi.get(__ret__, 'starts_with'),
145
144
  with_describe=pulumi.get(__ret__, 'with_describe'))
146
- def get_compute_pools_output(like: Optional[pulumi.Input[Optional[builtins.str]]] = None,
145
+ def get_compute_pools_output(like: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
147
146
  limit: Optional[pulumi.Input[Optional[Union['GetComputePoolsLimitArgs', 'GetComputePoolsLimitArgsDict']]]] = None,
148
- starts_with: Optional[pulumi.Input[Optional[builtins.str]]] = None,
149
- with_describe: Optional[pulumi.Input[Optional[builtins.bool]]] = None,
147
+ starts_with: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
148
+ with_describe: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
150
149
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetComputePoolsResult]:
151
150
  """
152
151
  !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
@@ -154,10 +153,10 @@ def get_compute_pools_output(like: Optional[pulumi.Input[Optional[builtins.str]]
154
153
  Data source used to get details of filtered compute pools. Filtering is aligned with the current possibilities for [SHOW COMPUTE POOLS](https://docs.snowflake.com/en/sql-reference/sql/show-compute-pools) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `compute_pools`.
155
154
 
156
155
 
157
- :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
156
+ :param _builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
158
157
  :param Union['GetComputePoolsLimitArgs', 'GetComputePoolsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
159
- :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
160
- :param builtins.bool with_describe: (Default: `true`) Runs DESC COMPUTE POOL for each compute pool returned by SHOW COMPUTE POOLS. The output of describe is saved to the description field. By default this value is set to true.
158
+ :param _builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
159
+ :param _builtins.bool with_describe: (Default: `true`) Runs DESC COMPUTE POOL for each compute pool returned by SHOW COMPUTE POOLS. The output of describe is saved to the description field. By default this value is set to true.
161
160
  """
162
161
  __args__ = dict()
163
162
  __args__['like'] = like
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -39,7 +38,7 @@ class GetConnectionsResult:
39
38
  raise TypeError("Expected argument 'like' to be a str")
40
39
  pulumi.set(__self__, "like", like)
41
40
 
42
- @property
41
+ @_builtins.property
43
42
  @pulumi.getter
44
43
  def connections(self) -> Sequence['outputs.GetConnectionsConnectionResult']:
45
44
  """
@@ -47,17 +46,17 @@ class GetConnectionsResult:
47
46
  """
48
47
  return pulumi.get(self, "connections")
49
48
 
50
- @property
49
+ @_builtins.property
51
50
  @pulumi.getter
52
- def id(self) -> builtins.str:
51
+ def id(self) -> _builtins.str:
53
52
  """
54
53
  The provider-assigned unique ID for this managed resource.
55
54
  """
56
55
  return pulumi.get(self, "id")
57
56
 
58
- @property
57
+ @_builtins.property
59
58
  @pulumi.getter
60
- def like(self) -> Optional[builtins.str]:
59
+ def like(self) -> Optional[_builtins.str]:
61
60
  """
62
61
  Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
63
62
  """
@@ -75,13 +74,13 @@ class AwaitableGetConnectionsResult(GetConnectionsResult):
75
74
  like=self.like)
76
75
 
77
76
 
78
- def get_connections(like: Optional[builtins.str] = None,
77
+ def get_connections(like: Optional[_builtins.str] = None,
79
78
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetConnectionsResult:
80
79
  """
81
80
  Data source used to get details of filtered connections. Filtering is aligned with the current possibilities for [SHOW CONNECTIONS](https://docs.snowflake.com/en/sql-reference/sql/show-connections) query. The results of SHOW is encapsulated in one output collection `connections`.
82
81
 
83
82
 
84
- :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
83
+ :param _builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
85
84
  """
86
85
  __args__ = dict()
87
86
  __args__['like'] = like
@@ -92,13 +91,13 @@ def get_connections(like: Optional[builtins.str] = None,
92
91
  connections=pulumi.get(__ret__, 'connections'),
93
92
  id=pulumi.get(__ret__, 'id'),
94
93
  like=pulumi.get(__ret__, 'like'))
95
- def get_connections_output(like: Optional[pulumi.Input[Optional[builtins.str]]] = None,
94
+ def get_connections_output(like: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
96
95
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetConnectionsResult]:
97
96
  """
98
97
  Data source used to get details of filtered connections. Filtering is aligned with the current possibilities for [SHOW CONNECTIONS](https://docs.snowflake.com/en/sql-reference/sql/show-connections) query. The results of SHOW is encapsulated in one output collection `connections`.
99
98
 
100
99
 
101
- :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
100
+ :param _builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
102
101
  """
103
102
  __args__ = dict()
104
103
  __args__['like'] = like
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -49,7 +48,7 @@ class GetCortexSearchServicesResult:
49
48
  raise TypeError("Expected argument 'starts_with' to be a str")
50
49
  pulumi.set(__self__, "starts_with", starts_with)
51
50
 
52
- @property
51
+ @_builtins.property
53
52
  @pulumi.getter(name="cortexSearchServices")
54
53
  def cortex_search_services(self) -> Sequence['outputs.GetCortexSearchServicesCortexSearchServiceResult']:
55
54
  """
@@ -57,15 +56,15 @@ class GetCortexSearchServicesResult:
57
56
  """
58
57
  return pulumi.get(self, "cortex_search_services")
59
58
 
60
- @property
59
+ @_builtins.property
61
60
  @pulumi.getter
62
- def id(self) -> builtins.str:
61
+ def id(self) -> _builtins.str:
63
62
  """
64
63
  The provider-assigned unique ID for this managed resource.
65
64
  """
66
65
  return pulumi.get(self, "id")
67
66
 
68
- @property
67
+ @_builtins.property
69
68
  @pulumi.getter(name="in")
70
69
  def in_(self) -> Optional['outputs.GetCortexSearchServicesInResult']:
71
70
  """
@@ -73,15 +72,15 @@ class GetCortexSearchServicesResult:
73
72
  """
74
73
  return pulumi.get(self, "in_")
75
74
 
76
- @property
75
+ @_builtins.property
77
76
  @pulumi.getter
78
- def like(self) -> Optional[builtins.str]:
77
+ def like(self) -> Optional[_builtins.str]:
79
78
  """
80
79
  Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
81
80
  """
82
81
  return pulumi.get(self, "like")
83
82
 
84
- @property
83
+ @_builtins.property
85
84
  @pulumi.getter
86
85
  def limit(self) -> Optional['outputs.GetCortexSearchServicesLimitResult']:
87
86
  """
@@ -89,9 +88,9 @@ class GetCortexSearchServicesResult:
89
88
  """
90
89
  return pulumi.get(self, "limit")
91
90
 
92
- @property
91
+ @_builtins.property
93
92
  @pulumi.getter(name="startsWith")
94
- def starts_with(self) -> Optional[builtins.str]:
93
+ def starts_with(self) -> Optional[_builtins.str]:
95
94
  """
96
95
  Filters the output with **case-sensitive** characters indicating the beginning of the object name.
97
96
  """
@@ -113,9 +112,9 @@ class AwaitableGetCortexSearchServicesResult(GetCortexSearchServicesResult):
113
112
 
114
113
 
115
114
  def get_cortex_search_services(in_: Optional[Union['GetCortexSearchServicesInArgs', 'GetCortexSearchServicesInArgsDict']] = None,
116
- like: Optional[builtins.str] = None,
115
+ like: Optional[_builtins.str] = None,
117
116
  limit: Optional[Union['GetCortexSearchServicesLimitArgs', 'GetCortexSearchServicesLimitArgsDict']] = None,
118
- starts_with: Optional[builtins.str] = None,
117
+ starts_with: Optional[_builtins.str] = None,
119
118
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCortexSearchServicesResult:
120
119
  """
121
120
  !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
@@ -147,9 +146,9 @@ def get_cortex_search_services(in_: Optional[Union['GetCortexSearchServicesInArg
147
146
 
148
147
 
149
148
  :param Union['GetCortexSearchServicesInArgs', 'GetCortexSearchServicesInArgsDict'] in_: IN clause to filter the list of cortex search services.
150
- :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
149
+ :param _builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
151
150
  :param Union['GetCortexSearchServicesLimitArgs', 'GetCortexSearchServicesLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
152
- :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
151
+ :param _builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
153
152
  """
154
153
  __args__ = dict()
155
154
  __args__['in'] = in_
@@ -167,9 +166,9 @@ def get_cortex_search_services(in_: Optional[Union['GetCortexSearchServicesInArg
167
166
  limit=pulumi.get(__ret__, 'limit'),
168
167
  starts_with=pulumi.get(__ret__, 'starts_with'))
169
168
  def get_cortex_search_services_output(in_: Optional[pulumi.Input[Optional[Union['GetCortexSearchServicesInArgs', 'GetCortexSearchServicesInArgsDict']]]] = None,
170
- like: Optional[pulumi.Input[Optional[builtins.str]]] = None,
169
+ like: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
171
170
  limit: Optional[pulumi.Input[Optional[Union['GetCortexSearchServicesLimitArgs', 'GetCortexSearchServicesLimitArgsDict']]]] = None,
172
- starts_with: Optional[pulumi.Input[Optional[builtins.str]]] = None,
171
+ starts_with: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
173
172
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCortexSearchServicesResult]:
174
173
  """
175
174
  !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
@@ -201,9 +200,9 @@ def get_cortex_search_services_output(in_: Optional[pulumi.Input[Optional[Union[
201
200
 
202
201
 
203
202
  :param Union['GetCortexSearchServicesInArgs', 'GetCortexSearchServicesInArgsDict'] in_: IN clause to filter the list of cortex search services.
204
- :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
203
+ :param _builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
205
204
  :param Union['GetCortexSearchServicesLimitArgs', 'GetCortexSearchServicesLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
206
- :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
205
+ :param _builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
207
206
  """
208
207
  __args__ = dict()
209
208
  __args__['in'] = in_