pulumi-snowflake 1.2.0a1743575514__py3-none-any.whl → 1.2.0a1744266763__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 (147) hide show
  1. pulumi_snowflake/__init__.py +1 -0
  2. pulumi_snowflake/_inputs.py +12288 -12287
  3. pulumi_snowflake/account.py +186 -185
  4. pulumi_snowflake/account_authentication_policy_attachment.py +15 -14
  5. pulumi_snowflake/account_parameter.py +29 -28
  6. pulumi_snowflake/account_password_policy_attachment.py +15 -14
  7. pulumi_snowflake/account_role.py +32 -31
  8. pulumi_snowflake/alert.py +120 -119
  9. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +158 -157
  10. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +144 -143
  11. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +154 -153
  12. pulumi_snowflake/api_integration.py +203 -202
  13. pulumi_snowflake/authentication_policy.py +134 -133
  14. pulumi_snowflake/config/__init__.py +1 -0
  15. pulumi_snowflake/config/__init__.pyi +1 -0
  16. pulumi_snowflake/config/outputs.py +16 -15
  17. pulumi_snowflake/config/vars.py +1 -0
  18. pulumi_snowflake/cortex_search_service.py +141 -140
  19. pulumi_snowflake/database.py +288 -287
  20. pulumi_snowflake/database_role.py +50 -49
  21. pulumi_snowflake/dynamic_table.py +218 -217
  22. pulumi_snowflake/email_notification_integration.py +56 -55
  23. pulumi_snowflake/execute.py +50 -49
  24. pulumi_snowflake/external_function.py +225 -224
  25. pulumi_snowflake/external_oauth_integration.py +232 -231
  26. pulumi_snowflake/external_table.py +197 -196
  27. pulumi_snowflake/external_volume.py +50 -49
  28. pulumi_snowflake/failover_group.py +106 -105
  29. pulumi_snowflake/file_format.py +512 -511
  30. pulumi_snowflake/function_java.py +249 -248
  31. pulumi_snowflake/function_javascript.py +193 -192
  32. pulumi_snowflake/function_python.py +263 -262
  33. pulumi_snowflake/function_scala.py +249 -248
  34. pulumi_snowflake/function_sql.py +179 -178
  35. pulumi_snowflake/get_account_roles.py +12 -11
  36. pulumi_snowflake/get_accounts.py +12 -11
  37. pulumi_snowflake/get_alerts.py +17 -16
  38. pulumi_snowflake/get_connections.py +7 -6
  39. pulumi_snowflake/get_cortex_search_services.py +12 -11
  40. pulumi_snowflake/get_current_account.py +5 -4
  41. pulumi_snowflake/get_current_role.py +3 -2
  42. pulumi_snowflake/get_database.py +15 -14
  43. pulumi_snowflake/get_database_role.py +14 -13
  44. pulumi_snowflake/get_database_roles.py +12 -11
  45. pulumi_snowflake/get_databases.py +22 -21
  46. pulumi_snowflake/get_dynamic_tables.py +7 -6
  47. pulumi_snowflake/get_external_functions.py +12 -11
  48. pulumi_snowflake/get_external_tables.py +12 -11
  49. pulumi_snowflake/get_failover_groups.py +7 -6
  50. pulumi_snowflake/get_file_formats.py +12 -11
  51. pulumi_snowflake/get_functions.py +12 -11
  52. pulumi_snowflake/get_grants.py +2 -1
  53. pulumi_snowflake/get_masking_policies.py +12 -11
  54. pulumi_snowflake/get_materialized_views.py +12 -11
  55. pulumi_snowflake/get_network_policies.py +12 -11
  56. pulumi_snowflake/get_parameters.py +27 -26
  57. pulumi_snowflake/get_pipes.py +12 -11
  58. pulumi_snowflake/get_procedures.py +12 -11
  59. pulumi_snowflake/get_resource_monitors.py +7 -6
  60. pulumi_snowflake/get_row_access_policies.py +12 -11
  61. pulumi_snowflake/get_schemas.py +22 -21
  62. pulumi_snowflake/get_secrets.py +12 -11
  63. pulumi_snowflake/get_security_integrations.py +12 -11
  64. pulumi_snowflake/get_sequences.py +12 -11
  65. pulumi_snowflake/get_shares.py +7 -6
  66. pulumi_snowflake/get_stages.py +12 -11
  67. pulumi_snowflake/get_storage_integrations.py +2 -1
  68. pulumi_snowflake/get_streamlits.py +12 -11
  69. pulumi_snowflake/get_streams.py +17 -16
  70. pulumi_snowflake/get_system_generate_scim_access_token.py +8 -7
  71. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +8 -7
  72. pulumi_snowflake/get_system_get_private_link_config.py +11 -10
  73. pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -3
  74. pulumi_snowflake/get_tables.py +12 -11
  75. pulumi_snowflake/get_tags.py +7 -6
  76. pulumi_snowflake/get_tasks.py +22 -21
  77. pulumi_snowflake/get_users.py +22 -21
  78. pulumi_snowflake/get_views.py +17 -16
  79. pulumi_snowflake/get_warehouses.py +17 -16
  80. pulumi_snowflake/grant_account_role.py +43 -42
  81. pulumi_snowflake/grant_application_role.py +43 -42
  82. pulumi_snowflake/grant_database_role.py +57 -56
  83. pulumi_snowflake/grant_ownership.py +43 -42
  84. pulumi_snowflake/grant_privileges_to_account_role.py +95 -94
  85. pulumi_snowflake/grant_privileges_to_database_role.py +95 -94
  86. pulumi_snowflake/grant_privileges_to_share.py +127 -126
  87. pulumi_snowflake/legacy_service_user.py +1039 -1038
  88. pulumi_snowflake/managed_account.py +113 -112
  89. pulumi_snowflake/masking_policy.py +106 -105
  90. pulumi_snowflake/materialized_view.py +120 -119
  91. pulumi_snowflake/network_policy.py +92 -91
  92. pulumi_snowflake/network_policy_attachment.py +43 -42
  93. pulumi_snowflake/network_rule.py +106 -105
  94. pulumi_snowflake/notification_integration.py +238 -237
  95. pulumi_snowflake/oauth_integration_for_custom_clients.py +210 -209
  96. pulumi_snowflake/oauth_integration_for_partner_applications.py +134 -133
  97. pulumi_snowflake/object_parameter.py +57 -56
  98. pulumi_snowflake/outputs.py +9273 -9272
  99. pulumi_snowflake/password_policy.py +246 -245
  100. pulumi_snowflake/pipe.py +148 -147
  101. pulumi_snowflake/primary_connection.py +55 -54
  102. pulumi_snowflake/procedure_java.py +267 -266
  103. pulumi_snowflake/procedure_javascript.py +197 -196
  104. pulumi_snowflake/procedure_python.py +267 -266
  105. pulumi_snowflake/procedure_scala.py +267 -266
  106. pulumi_snowflake/procedure_sql.py +197 -196
  107. pulumi_snowflake/provider.py +303 -302
  108. pulumi_snowflake/pulumi-plugin.json +1 -1
  109. pulumi_snowflake/resource_monitor.py +134 -133
  110. pulumi_snowflake/row_access_policy.py +78 -77
  111. pulumi_snowflake/saml2_integration.py +246 -245
  112. pulumi_snowflake/schema.py +316 -315
  113. pulumi_snowflake/scim_integration.py +106 -105
  114. pulumi_snowflake/secondary_connection.py +57 -56
  115. pulumi_snowflake/secondary_database.py +288 -287
  116. pulumi_snowflake/secret_with_authorization_code_grant.py +109 -108
  117. pulumi_snowflake/secret_with_basic_authentication.py +95 -94
  118. pulumi_snowflake/secret_with_client_credentials.py +99 -98
  119. pulumi_snowflake/secret_with_generic_string.py +81 -80
  120. pulumi_snowflake/sequence.py +99 -98
  121. pulumi_snowflake/service_user.py +1015 -1014
  122. pulumi_snowflake/share.py +50 -49
  123. pulumi_snowflake/shared_database.py +246 -245
  124. pulumi_snowflake/stage.py +190 -189
  125. pulumi_snowflake/storage_integration.py +166 -165
  126. pulumi_snowflake/stream_on_directory_table.py +100 -99
  127. pulumi_snowflake/stream_on_external_table.py +114 -113
  128. pulumi_snowflake/stream_on_table.py +124 -123
  129. pulumi_snowflake/stream_on_view.py +124 -123
  130. pulumi_snowflake/streamlit.py +148 -147
  131. pulumi_snowflake/table.py +113 -112
  132. pulumi_snowflake/table_column_masking_policy_application.py +43 -42
  133. pulumi_snowflake/table_constraint.py +155 -154
  134. pulumi_snowflake/tag.py +92 -91
  135. pulumi_snowflake/tag_association.py +71 -70
  136. pulumi_snowflake/task.py +1002 -1001
  137. pulumi_snowflake/user.py +1101 -1100
  138. pulumi_snowflake/user_authentication_policy_attachment.py +29 -28
  139. pulumi_snowflake/user_password_policy_attachment.py +29 -28
  140. pulumi_snowflake/user_public_keys.py +43 -42
  141. pulumi_snowflake/view.py +136 -135
  142. pulumi_snowflake/warehouse.py +232 -231
  143. {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744266763.dist-info}/METADATA +1 -1
  144. pulumi_snowflake-1.2.0a1744266763.dist-info/RECORD +148 -0
  145. pulumi_snowflake-1.2.0a1743575514.dist-info/RECORD +0 -148
  146. {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744266763.dist-info}/WHEEL +0 -0
  147. {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744266763.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -50,7 +51,7 @@ class GetStreamlitsResult:
50
51
 
51
52
  @property
52
53
  @pulumi.getter
53
- def id(self) -> str:
54
+ def id(self) -> builtins.str:
54
55
  """
55
56
  The provider-assigned unique ID for this managed resource.
56
57
  """
@@ -66,7 +67,7 @@ class GetStreamlitsResult:
66
67
 
67
68
  @property
68
69
  @pulumi.getter
69
- def like(self) -> Optional[str]:
70
+ def like(self) -> Optional[builtins.str]:
70
71
  """
71
72
  Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
72
73
  """
@@ -90,7 +91,7 @@ class GetStreamlitsResult:
90
91
 
91
92
  @property
92
93
  @pulumi.getter(name="withDescribe")
93
- def with_describe(self) -> Optional[bool]:
94
+ def with_describe(self) -> Optional[builtins.bool]:
94
95
  """
95
96
  Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
96
97
  """
@@ -112,18 +113,18 @@ class AwaitableGetStreamlitsResult(GetStreamlitsResult):
112
113
 
113
114
 
114
115
  def get_streamlits(in_: Optional[Union['GetStreamlitsInArgs', 'GetStreamlitsInArgsDict']] = None,
115
- like: Optional[str] = None,
116
+ like: Optional[builtins.str] = None,
116
117
  limit: Optional[Union['GetStreamlitsLimitArgs', 'GetStreamlitsLimitArgsDict']] = None,
117
- with_describe: Optional[bool] = None,
118
+ with_describe: Optional[builtins.bool] = None,
118
119
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStreamlitsResult:
119
120
  """
120
121
  Data source used to get details of filtered streamlits. Filtering is aligned with the current possibilities for [SHOW STREAMLITS](https://docs.snowflake.com/en/sql-reference/sql/show-streamlits) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `streamlits`.
121
122
 
122
123
 
123
124
  :param Union['GetStreamlitsInArgs', 'GetStreamlitsInArgsDict'] in_: IN clause to filter the list of streamlits
124
- :param 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 `_`).
125
126
  :param Union['GetStreamlitsLimitArgs', 'GetStreamlitsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll 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`.
126
- :param bool with_describe: Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
127
+ :param builtins.bool with_describe: Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
127
128
  """
128
129
  __args__ = dict()
129
130
  __args__['in'] = in_
@@ -141,18 +142,18 @@ def get_streamlits(in_: Optional[Union['GetStreamlitsInArgs', 'GetStreamlitsInAr
141
142
  streamlits=pulumi.get(__ret__, 'streamlits'),
142
143
  with_describe=pulumi.get(__ret__, 'with_describe'))
143
144
  def get_streamlits_output(in_: Optional[pulumi.Input[Optional[Union['GetStreamlitsInArgs', 'GetStreamlitsInArgsDict']]]] = None,
144
- like: Optional[pulumi.Input[Optional[str]]] = None,
145
+ like: Optional[pulumi.Input[Optional[builtins.str]]] = None,
145
146
  limit: Optional[pulumi.Input[Optional[Union['GetStreamlitsLimitArgs', 'GetStreamlitsLimitArgsDict']]]] = None,
146
- with_describe: Optional[pulumi.Input[Optional[bool]]] = None,
147
+ with_describe: Optional[pulumi.Input[Optional[builtins.bool]]] = None,
147
148
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetStreamlitsResult]:
148
149
  """
149
150
  Data source used to get details of filtered streamlits. Filtering is aligned with the current possibilities for [SHOW STREAMLITS](https://docs.snowflake.com/en/sql-reference/sql/show-streamlits) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `streamlits`.
150
151
 
151
152
 
152
153
  :param Union['GetStreamlitsInArgs', 'GetStreamlitsInArgsDict'] in_: IN clause to filter the list of streamlits
153
- :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
154
+ :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
154
155
  :param Union['GetStreamlitsLimitArgs', 'GetStreamlitsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll 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`.
155
- :param bool with_describe: Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
156
+ :param builtins.bool with_describe: Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
156
157
  """
157
158
  __args__ = dict()
158
159
  __args__['in'] = in_
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -53,7 +54,7 @@ class GetStreamsResult:
53
54
 
54
55
  @property
55
56
  @pulumi.getter
56
- def id(self) -> str:
57
+ def id(self) -> builtins.str:
57
58
  """
58
59
  The provider-assigned unique ID for this managed resource.
59
60
  """
@@ -69,7 +70,7 @@ class GetStreamsResult:
69
70
 
70
71
  @property
71
72
  @pulumi.getter
72
- def like(self) -> Optional[str]:
73
+ def like(self) -> Optional[builtins.str]:
73
74
  """
74
75
  Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
75
76
  """
@@ -85,7 +86,7 @@ class GetStreamsResult:
85
86
 
86
87
  @property
87
88
  @pulumi.getter(name="startsWith")
88
- def starts_with(self) -> Optional[str]:
89
+ def starts_with(self) -> Optional[builtins.str]:
89
90
  """
90
91
  Filters the output with **case-sensitive** characters indicating the beginning of the object name.
91
92
  """
@@ -101,7 +102,7 @@ class GetStreamsResult:
101
102
 
102
103
  @property
103
104
  @pulumi.getter(name="withDescribe")
104
- def with_describe(self) -> Optional[bool]:
105
+ def with_describe(self) -> Optional[builtins.bool]:
105
106
  """
106
107
  Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true.
107
108
  """
@@ -124,20 +125,20 @@ class AwaitableGetStreamsResult(GetStreamsResult):
124
125
 
125
126
 
126
127
  def get_streams(in_: Optional[Union['GetStreamsInArgs', 'GetStreamsInArgsDict']] = None,
127
- like: Optional[str] = None,
128
+ like: Optional[builtins.str] = None,
128
129
  limit: Optional[Union['GetStreamsLimitArgs', 'GetStreamsLimitArgsDict']] = None,
129
- starts_with: Optional[str] = None,
130
- with_describe: Optional[bool] = None,
130
+ starts_with: Optional[builtins.str] = None,
131
+ with_describe: Optional[builtins.bool] = None,
131
132
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStreamsResult:
132
133
  """
133
134
  Data source used to get details of filtered streams. Filtering is aligned with the current possibilities for [SHOW STREAMS](https://docs.snowflake.com/en/sql-reference/sql/show-streams) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `streams`.
134
135
 
135
136
 
136
137
  :param Union['GetStreamsInArgs', 'GetStreamsInArgsDict'] in_: IN clause to filter the list of objects
137
- :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
138
+ :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
138
139
  :param Union['GetStreamsLimitArgs', 'GetStreamsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll 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`.
139
- :param str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
140
- :param bool with_describe: Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true.
140
+ :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
141
+ :param builtins.bool with_describe: Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true.
141
142
  """
142
143
  __args__ = dict()
143
144
  __args__['in'] = in_
@@ -157,20 +158,20 @@ def get_streams(in_: Optional[Union['GetStreamsInArgs', 'GetStreamsInArgsDict']]
157
158
  streams=pulumi.get(__ret__, 'streams'),
158
159
  with_describe=pulumi.get(__ret__, 'with_describe'))
159
160
  def get_streams_output(in_: Optional[pulumi.Input[Optional[Union['GetStreamsInArgs', 'GetStreamsInArgsDict']]]] = None,
160
- like: Optional[pulumi.Input[Optional[str]]] = None,
161
+ like: Optional[pulumi.Input[Optional[builtins.str]]] = None,
161
162
  limit: Optional[pulumi.Input[Optional[Union['GetStreamsLimitArgs', 'GetStreamsLimitArgsDict']]]] = None,
162
- starts_with: Optional[pulumi.Input[Optional[str]]] = None,
163
- with_describe: Optional[pulumi.Input[Optional[bool]]] = None,
163
+ starts_with: Optional[pulumi.Input[Optional[builtins.str]]] = None,
164
+ with_describe: Optional[pulumi.Input[Optional[builtins.bool]]] = None,
164
165
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetStreamsResult]:
165
166
  """
166
167
  Data source used to get details of filtered streams. Filtering is aligned with the current possibilities for [SHOW STREAMS](https://docs.snowflake.com/en/sql-reference/sql/show-streams) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `streams`.
167
168
 
168
169
 
169
170
  :param Union['GetStreamsInArgs', 'GetStreamsInArgsDict'] in_: IN clause to filter the list of objects
170
- :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
171
+ :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
171
172
  :param Union['GetStreamsLimitArgs', 'GetStreamsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll 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`.
172
- :param str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
173
- :param bool with_describe: Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true.
173
+ :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
174
+ :param builtins.bool with_describe: Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true.
174
175
  """
175
176
  __args__ = dict()
176
177
  __args__['in'] = in_
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -39,7 +40,7 @@ class GetSystemGenerateScimAccessTokenResult:
39
40
 
40
41
  @property
41
42
  @pulumi.getter(name="accessToken")
42
- def access_token(self) -> str:
43
+ def access_token(self) -> builtins.str:
43
44
  """
44
45
  SCIM Access Token
45
46
  """
@@ -47,7 +48,7 @@ class GetSystemGenerateScimAccessTokenResult:
47
48
 
48
49
  @property
49
50
  @pulumi.getter
50
- def id(self) -> str:
51
+ def id(self) -> builtins.str:
51
52
  """
52
53
  The provider-assigned unique ID for this managed resource.
53
54
  """
@@ -55,7 +56,7 @@ class GetSystemGenerateScimAccessTokenResult:
55
56
 
56
57
  @property
57
58
  @pulumi.getter(name="integrationName")
58
- def integration_name(self) -> str:
59
+ def integration_name(self) -> builtins.str:
59
60
  """
60
61
  SCIM Integration Name
61
62
  """
@@ -73,7 +74,7 @@ class AwaitableGetSystemGenerateScimAccessTokenResult(GetSystemGenerateScimAcces
73
74
  integration_name=self.integration_name)
74
75
 
75
76
 
76
- def get_system_generate_scim_access_token(integration_name: Optional[str] = None,
77
+ def get_system_generate_scim_access_token(integration_name: Optional[builtins.str] = None,
77
78
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemGenerateScimAccessTokenResult:
78
79
  """
79
80
  !> **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.
@@ -88,7 +89,7 @@ def get_system_generate_scim_access_token(integration_name: Optional[str] = None
88
89
  ```
89
90
 
90
91
 
91
- :param str integration_name: SCIM Integration Name
92
+ :param builtins.str integration_name: SCIM Integration Name
92
93
  """
93
94
  __args__ = dict()
94
95
  __args__['integrationName'] = integration_name
@@ -99,7 +100,7 @@ def get_system_generate_scim_access_token(integration_name: Optional[str] = None
99
100
  access_token=pulumi.get(__ret__, 'access_token'),
100
101
  id=pulumi.get(__ret__, 'id'),
101
102
  integration_name=pulumi.get(__ret__, 'integration_name'))
102
- def get_system_generate_scim_access_token_output(integration_name: Optional[pulumi.Input[str]] = None,
103
+ def get_system_generate_scim_access_token_output(integration_name: Optional[pulumi.Input[builtins.str]] = None,
103
104
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemGenerateScimAccessTokenResult]:
104
105
  """
105
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.
@@ -114,7 +115,7 @@ def get_system_generate_scim_access_token_output(integration_name: Optional[pulu
114
115
  ```
115
116
 
116
117
 
117
- :param str integration_name: SCIM Integration Name
118
+ :param builtins.str integration_name: SCIM Integration Name
118
119
  """
119
120
  __args__ = dict()
120
121
  __args__['integrationName'] = integration_name
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -39,7 +40,7 @@ class GetSystemGetAwsSnsIamPolicyResult:
39
40
 
40
41
  @property
41
42
  @pulumi.getter(name="awsSnsTopicArn")
42
- def aws_sns_topic_arn(self) -> str:
43
+ def aws_sns_topic_arn(self) -> builtins.str:
43
44
  """
44
45
  Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
45
46
  """
@@ -47,7 +48,7 @@ class GetSystemGetAwsSnsIamPolicyResult:
47
48
 
48
49
  @property
49
50
  @pulumi.getter(name="awsSnsTopicPolicyJson")
50
- def aws_sns_topic_policy_json(self) -> str:
51
+ def aws_sns_topic_policy_json(self) -> builtins.str:
51
52
  """
52
53
  IAM policy for Snowflake’s SQS queue to subscribe to this topic
53
54
  """
@@ -55,7 +56,7 @@ class GetSystemGetAwsSnsIamPolicyResult:
55
56
 
56
57
  @property
57
58
  @pulumi.getter
58
- def id(self) -> str:
59
+ def id(self) -> builtins.str:
59
60
  """
60
61
  The provider-assigned unique ID for this managed resource.
61
62
  """
@@ -73,7 +74,7 @@ class AwaitableGetSystemGetAwsSnsIamPolicyResult(GetSystemGetAwsSnsIamPolicyResu
73
74
  id=self.id)
74
75
 
75
76
 
76
- def get_system_get_aws_sns_iam_policy(aws_sns_topic_arn: Optional[str] = None,
77
+ def get_system_get_aws_sns_iam_policy(aws_sns_topic_arn: Optional[builtins.str] = None,
77
78
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemGetAwsSnsIamPolicyResult:
78
79
  """
79
80
  ## Example Usage
@@ -86,7 +87,7 @@ def get_system_get_aws_sns_iam_policy(aws_sns_topic_arn: Optional[str] = None,
86
87
  ```
87
88
 
88
89
 
89
- :param str aws_sns_topic_arn: Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
90
+ :param builtins.str aws_sns_topic_arn: Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
90
91
  """
91
92
  __args__ = dict()
92
93
  __args__['awsSnsTopicArn'] = aws_sns_topic_arn
@@ -97,7 +98,7 @@ def get_system_get_aws_sns_iam_policy(aws_sns_topic_arn: Optional[str] = None,
97
98
  aws_sns_topic_arn=pulumi.get(__ret__, 'aws_sns_topic_arn'),
98
99
  aws_sns_topic_policy_json=pulumi.get(__ret__, 'aws_sns_topic_policy_json'),
99
100
  id=pulumi.get(__ret__, 'id'))
100
- def get_system_get_aws_sns_iam_policy_output(aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
101
+ def get_system_get_aws_sns_iam_policy_output(aws_sns_topic_arn: Optional[pulumi.Input[builtins.str]] = None,
101
102
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemGetAwsSnsIamPolicyResult]:
102
103
  """
103
104
  ## Example Usage
@@ -110,7 +111,7 @@ def get_system_get_aws_sns_iam_policy_output(aws_sns_topic_arn: Optional[pulumi.
110
111
  ```
111
112
 
112
113
 
113
- :param str aws_sns_topic_arn: Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
114
+ :param builtins.str aws_sns_topic_arn: Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
114
115
  """
115
116
  __args__ = dict()
116
117
  __args__['awsSnsTopicArn'] = aws_sns_topic_arn
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -60,7 +61,7 @@ class GetSystemGetPrivateLinkConfigResult:
60
61
 
61
62
  @property
62
63
  @pulumi.getter(name="accountName")
63
- def account_name(self) -> str:
64
+ def account_name(self) -> builtins.str:
64
65
  """
65
66
  The name of your Snowflake account.
66
67
  """
@@ -68,7 +69,7 @@ class GetSystemGetPrivateLinkConfigResult:
68
69
 
69
70
  @property
70
71
  @pulumi.getter(name="accountUrl")
71
- def account_url(self) -> str:
72
+ def account_url(self) -> builtins.str:
72
73
  """
73
74
  The URL used to connect to Snowflake through AWS PrivateLink or Azure Private Link.
74
75
  """
@@ -76,7 +77,7 @@ class GetSystemGetPrivateLinkConfigResult:
76
77
 
77
78
  @property
78
79
  @pulumi.getter(name="awsVpceId")
79
- def aws_vpce_id(self) -> str:
80
+ def aws_vpce_id(self) -> builtins.str:
80
81
  """
81
82
  The AWS VPCE ID for your account.
82
83
  """
@@ -84,7 +85,7 @@ class GetSystemGetPrivateLinkConfigResult:
84
85
 
85
86
  @property
86
87
  @pulumi.getter(name="azurePlsId")
87
- def azure_pls_id(self) -> str:
88
+ def azure_pls_id(self) -> builtins.str:
88
89
  """
89
90
  The Azure Private Link Service ID for your account.
90
91
  """
@@ -92,7 +93,7 @@ class GetSystemGetPrivateLinkConfigResult:
92
93
 
93
94
  @property
94
95
  @pulumi.getter
95
- def id(self) -> str:
96
+ def id(self) -> builtins.str:
96
97
  """
97
98
  The provider-assigned unique ID for this managed resource.
98
99
  """
@@ -100,7 +101,7 @@ class GetSystemGetPrivateLinkConfigResult:
100
101
 
101
102
  @property
102
103
  @pulumi.getter(name="internalStage")
103
- def internal_stage(self) -> str:
104
+ def internal_stage(self) -> builtins.str:
104
105
  """
105
106
  The endpoint to connect to your Snowflake internal stage using AWS PrivateLink or Azure Private Link.
106
107
  """
@@ -108,7 +109,7 @@ class GetSystemGetPrivateLinkConfigResult:
108
109
 
109
110
  @property
110
111
  @pulumi.getter(name="ocspUrl")
111
- def ocsp_url(self) -> str:
112
+ def ocsp_url(self) -> builtins.str:
112
113
  """
113
114
  The OCSP URL corresponding to your Snowflake account that uses AWS PrivateLink or Azure Private Link.
114
115
  """
@@ -116,7 +117,7 @@ class GetSystemGetPrivateLinkConfigResult:
116
117
 
117
118
  @property
118
119
  @pulumi.getter(name="regionlessAccountUrl")
119
- def regionless_account_url(self) -> str:
120
+ def regionless_account_url(self) -> builtins.str:
120
121
  """
121
122
  The regionless URL to connect to your Snowflake account using AWS PrivateLink, Azure Private Link, or Google Cloud Private Service Connect.
122
123
  """
@@ -124,7 +125,7 @@ class GetSystemGetPrivateLinkConfigResult:
124
125
 
125
126
  @property
126
127
  @pulumi.getter(name="regionlessSnowsightUrl")
127
- def regionless_snowsight_url(self) -> str:
128
+ def regionless_snowsight_url(self) -> builtins.str:
128
129
  """
129
130
  The URL for your organization to access Snowsight using Private Connectivity to the Snowflake Service.
130
131
  """
@@ -132,7 +133,7 @@ class GetSystemGetPrivateLinkConfigResult:
132
133
 
133
134
  @property
134
135
  @pulumi.getter(name="snowsightUrl")
135
- def snowsight_url(self) -> str:
136
+ def snowsight_url(self) -> builtins.str:
136
137
  """
137
138
  The URL containing the cloud region to access Snowsight and the Snowflake Marketplace using Private Connectivity to the Snowflake Service.
138
139
  """
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -39,7 +40,7 @@ class GetSystemGetSnowflakePlatformInfoResult:
39
40
 
40
41
  @property
41
42
  @pulumi.getter(name="awsVpcIds")
42
- def aws_vpc_ids(self) -> Sequence[str]:
43
+ def aws_vpc_ids(self) -> Sequence[builtins.str]:
43
44
  """
44
45
  Snowflake AWS Virtual Private Cloud IDs
45
46
  """
@@ -47,7 +48,7 @@ class GetSystemGetSnowflakePlatformInfoResult:
47
48
 
48
49
  @property
49
50
  @pulumi.getter(name="azureVnetSubnetIds")
50
- def azure_vnet_subnet_ids(self) -> Sequence[str]:
51
+ def azure_vnet_subnet_ids(self) -> Sequence[builtins.str]:
51
52
  """
52
53
  Snowflake Azure Virtual Network Subnet IDs
53
54
  """
@@ -55,7 +56,7 @@ class GetSystemGetSnowflakePlatformInfoResult:
55
56
 
56
57
  @property
57
58
  @pulumi.getter
58
- def id(self) -> str:
59
+ def id(self) -> builtins.str:
59
60
  """
60
61
  The provider-assigned unique ID for this managed resource.
61
62
  """
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -43,7 +44,7 @@ class GetTablesResult:
43
44
 
44
45
  @property
45
46
  @pulumi.getter
46
- def database(self) -> str:
47
+ def database(self) -> builtins.str:
47
48
  """
48
49
  The database from which to return the schemas from.
49
50
  """
@@ -51,7 +52,7 @@ class GetTablesResult:
51
52
 
52
53
  @property
53
54
  @pulumi.getter
54
- def id(self) -> str:
55
+ def id(self) -> builtins.str:
55
56
  """
56
57
  The provider-assigned unique ID for this managed resource.
57
58
  """
@@ -59,7 +60,7 @@ class GetTablesResult:
59
60
 
60
61
  @property
61
62
  @pulumi.getter
62
- def schema(self) -> str:
63
+ def schema(self) -> builtins.str:
63
64
  """
64
65
  The schema from which to return the tables from.
65
66
  """
@@ -86,8 +87,8 @@ class AwaitableGetTablesResult(GetTablesResult):
86
87
  tables=self.tables)
87
88
 
88
89
 
89
- def get_tables(database: Optional[str] = None,
90
- schema: Optional[str] = None,
90
+ def get_tables(database: Optional[builtins.str] = None,
91
+ schema: Optional[builtins.str] = None,
91
92
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTablesResult:
92
93
  """
93
94
  !> **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.
@@ -103,8 +104,8 @@ def get_tables(database: Optional[str] = None,
103
104
  ```
104
105
 
105
106
 
106
- :param str database: The database from which to return the schemas from.
107
- :param str schema: The schema from which to return the tables from.
107
+ :param builtins.str database: The database from which to return the schemas from.
108
+ :param builtins.str schema: The schema from which to return the tables from.
108
109
  """
109
110
  __args__ = dict()
110
111
  __args__['database'] = database
@@ -117,8 +118,8 @@ def get_tables(database: Optional[str] = None,
117
118
  id=pulumi.get(__ret__, 'id'),
118
119
  schema=pulumi.get(__ret__, 'schema'),
119
120
  tables=pulumi.get(__ret__, 'tables'))
120
- def get_tables_output(database: Optional[pulumi.Input[str]] = None,
121
- schema: Optional[pulumi.Input[str]] = None,
121
+ def get_tables_output(database: Optional[pulumi.Input[builtins.str]] = None,
122
+ schema: Optional[pulumi.Input[builtins.str]] = None,
122
123
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTablesResult]:
123
124
  """
124
125
  !> **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.
@@ -134,8 +135,8 @@ def get_tables_output(database: Optional[pulumi.Input[str]] = None,
134
135
  ```
135
136
 
136
137
 
137
- :param str database: The database from which to return the schemas from.
138
- :param str schema: The schema from which to return the tables from.
138
+ :param builtins.str database: The database from which to return the schemas from.
139
+ :param builtins.str schema: The schema from which to return the tables from.
139
140
  """
140
141
  __args__ = dict()
141
142
  __args__['database'] = database
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -44,7 +45,7 @@ class GetTagsResult:
44
45
 
45
46
  @property
46
47
  @pulumi.getter
47
- def id(self) -> str:
48
+ def id(self) -> builtins.str:
48
49
  """
49
50
  The provider-assigned unique ID for this managed resource.
50
51
  """
@@ -60,7 +61,7 @@ class GetTagsResult:
60
61
 
61
62
  @property
62
63
  @pulumi.getter
63
- def like(self) -> Optional[str]:
64
+ def like(self) -> Optional[builtins.str]:
64
65
  """
65
66
  Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
66
67
  """
@@ -88,14 +89,14 @@ class AwaitableGetTagsResult(GetTagsResult):
88
89
 
89
90
 
90
91
  def get_tags(in_: Optional[Union['GetTagsInArgs', 'GetTagsInArgsDict']] = None,
91
- like: Optional[str] = None,
92
+ like: Optional[builtins.str] = None,
92
93
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTagsResult:
93
94
  """
94
95
  Data source used to get details of filtered tags. Filtering is aligned with the current possibilities for [SHOW TAGS](https://docs.snowflake.com/en/sql-reference/sql/show-tags) query. The results of SHOW are encapsulated in one output collection `tags`.
95
96
 
96
97
 
97
98
  :param Union['GetTagsInArgs', 'GetTagsInArgsDict'] in_: IN clause to filter the list of objects
98
- :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
99
+ :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
99
100
  """
100
101
  __args__ = dict()
101
102
  __args__['in'] = in_
@@ -109,14 +110,14 @@ def get_tags(in_: Optional[Union['GetTagsInArgs', 'GetTagsInArgsDict']] = None,
109
110
  like=pulumi.get(__ret__, 'like'),
110
111
  tags=pulumi.get(__ret__, 'tags'))
111
112
  def get_tags_output(in_: Optional[pulumi.Input[Optional[Union['GetTagsInArgs', 'GetTagsInArgsDict']]]] = None,
112
- like: Optional[pulumi.Input[Optional[str]]] = None,
113
+ like: Optional[pulumi.Input[Optional[builtins.str]]] = None,
113
114
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagsResult]:
114
115
  """
115
116
  Data source used to get details of filtered tags. Filtering is aligned with the current possibilities for [SHOW TAGS](https://docs.snowflake.com/en/sql-reference/sql/show-tags) query. The results of SHOW are encapsulated in one output collection `tags`.
116
117
 
117
118
 
118
119
  :param Union['GetTagsInArgs', 'GetTagsInArgsDict'] in_: IN clause to filter the list of objects
119
- :param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
120
+ :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
120
121
  """
121
122
  __args__ = dict()
122
123
  __args__['in'] = in_